#D24998

Color #D24998 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #D24998

Tints of Mulberry #D24998

Color information

#D24998 (or 0xD24998) is unknown color: approx Mulberry. HEX triplet: D2, 49 and 98. RGB value is (210,73,152). Sum of RGB (Red+Green+Blue) = 210+73+152=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D24998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24998 is #2DB667. Grayscale: #7A7A7A. Windows color (decimal): -2995816 or 9980370. OLE color: 9980370.

HSL color Cylindrical-coordinate representation of color #D24998: hue angle of 325.4º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24998 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB21073152-
CMYK00.650.280.18
HSL325.4º60.35%55.49%-
HSV(B)325.4º65.24%82.35%-
XYZ34.6320.7331.88-
YUV122.97144.39190.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 48.28%
GREEN value IS 73 (28.91% from 255) = 16.78%
BLUE value IS 152 (59.77% from 255) = 34.94%
R=48.28%
G=16.78%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107315200.650.280.18325.460.3555.49
HexD249980411C121453c37
Octal322111230010134225057467
Binary11010010100100110011000010000011110010010101000101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24998; }

 p { color: rgb(210,73,152); }

 H1.HeaderClassName
 {
   color: #D24998;
 }
 .AnyTagClassName
 {
   color: #D24998;
 }
</style>
background-color css

<style>
 a { background-color: #D24998; }

 a { background-color: rgb(210,73,152); }

 div.DivClassName
 {
   background-color: #D24998;
 }
 .BgClassName
 {
   background-color: #D24998;
 }
</style>
border-color css

<style>
 span { border-color: #D24998; }

 span { border-color: rgb(210,73,152); }

 td.TdClassName
 {
   border-color: #D24998;
 }
 .TagClassName
 {
   border-color: #D24998;
 }
</style>