#D04598

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

Shades of Mulberry #D04598

Tints of Mulberry #D04598

Color information

#D04598 (or 0xD04598) is unknown color: approx Mulberry. HEX triplet: D0, 45 and 98. RGB value is (208,69,152). Sum of RGB (Red+Green+Blue) = 208+69+152=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D04598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04598 is #2FBA67. Grayscale: #777777. Windows color (decimal): -3127912 or 9979344. OLE color: 9979344.

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

Color convert

RGB20869152-
CMYK00.670.270.18
HSL324.17º59.66%54.31%-
HSV(B)324.17º66.83%81.57%-
XYZ33.8119.9331.77-
YUV120.02146.05190.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.48%
GREEN value IS 69 (27.34% from 255) = 16.08%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=48.48%
G=16.08%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086915200.670.270.18324.1759.6654.31
HexD045980431B121443c36
Octal320105230010333225047466
Binary11010000100010110011000010000111101110010101000100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04598; }

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

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

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

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

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

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

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

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