#D04590

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

Shades of Mulberry #D04590

Tints of Mulberry #D04590

Color information

#D04590 (or 0xD04590) is unknown color: approx Mulberry. HEX triplet: D0, 45 and 90. RGB value is (208,69,144). Sum of RGB (Red+Green+Blue) = 208+69+144=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D04590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04590 is #2FBA6F. Grayscale: #767676. Windows color (decimal): -3127920 or 9455056. OLE color: 9455056.

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

Color convert

RGB20869144-
CMYK00.670.310.18
HSL327.63º59.66%54.31%-
HSV(B)327.63º66.83%81.57%-
XYZ33.1719.6828.44-
YUV119.11142.05191.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.41%
GREEN value IS 69 (27.34% from 255) = 16.39%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=49.41%
G=16.39%
B=34.20%

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
Decimal2086914400.670.310.18327.6359.6654.31
HexD045900431F121483c36
Octal320105220010337225107466
Binary11010000100010110010000010000111111110010101001000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04590; }

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

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

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

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

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

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

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

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