#D24993

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

Shades of Mulberry #D24993

Tints of Mulberry #D24993

Color information

#D24993 (or 0xD24993) is unknown color: approx Mulberry. HEX triplet: D2, 49 and 93. RGB value is (210,73,147). Sum of RGB (Red+Green+Blue) = 210+73+147=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D24993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24993 is #2DB66C. Grayscale: #7A7A7A. Windows color (decimal): -2995821 or 9652690. OLE color: 9652690.

HSL color Cylindrical-coordinate representation of color #D24993: hue angle of 327.59º 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 #D24993 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB21073147-
CMYK00.650.300.18
HSL327.59º60.35%55.49%-
HSV(B)327.59º65.24%82.35%-
XYZ34.2320.5729.77-
YUV122.4141.89190.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.84%
GREEN value IS 73 (28.91% from 255) = 16.98%
BLUE value IS 147 (57.81% from 255) = 34.19%
R=48.84%
G=16.98%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107314700.650.300.18327.5960.3555.49
HexD249930411E121483c37
Octal322111223010136225107467
Binary11010010100100110010011010000011111010010101001000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24993; }

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

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

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

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

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

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

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

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