#D04585

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

Shades of Mulberry #D04585

Tints of Mulberry #D04585

Color information

#D04585 (or 0xD04585) is unknown color: approx Mulberry. HEX triplet: D0, 45 and 85. RGB value is (208,69,133). Sum of RGB (Red+Green+Blue) = 208+69+133=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D04585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04585 is #2FBA7A. Grayscale: #757575. Windows color (decimal): -3127931 or 8734160. OLE color: 8734160.

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

Color convert

RGB20869133-
CMYK00.670.360.18
HSL332.37º59.66%54.31%-
HSV(B)332.37º66.83%81.57%-
XYZ32.3719.3624.22-
YUV117.86136.55192.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.73%
GREEN value IS 69 (27.34% from 255) = 16.83%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=50.73%
G=16.83%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086913300.670.360.18332.3759.6654.31
HexD04585043241214c3c36
Octal320105205010344225147466
Binary110100001000101100001010100001110010010010101001100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04585; }

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

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

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

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

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

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

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

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