#D24590

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

Shades of Mulberry #D24590

Tints of Mulberry #D24590

Color information

#D24590 (or 0xD24590) is unknown color: approx Mulberry. HEX triplet: D2, 45 and 90. RGB value is (210,69,144). Sum of RGB (Red+Green+Blue) = 210+69+144=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D24590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24590 is #2DBA6F. Grayscale: #777777. Windows color (decimal): -2996848 or 9455058. OLE color: 9455058.

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

Color convert

RGB21069144-
CMYK00.670.310.18
HSL328.09º61.04%54.71%-
HSV(B)328.09º67.14%82.35%-
XYZ33.7419.9728.46-
YUV119.71141.71192.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.65%
GREEN value IS 69 (27.34% from 255) = 16.31%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=49.65%
G=16.31%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106914400.670.310.18328.0961.0454.71
HexD245900431F121483d37
Octal322105220010337225107567
Binary11010010100010110010000010000111111110010101001000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24590; }

 p { color: rgb(210,69,144); }

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

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

 a { background-color: rgb(210,69,144); }

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

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

 span { border-color: rgb(210,69,144); }

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