#D04896

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

Shades of Mulberry #D04896

Tints of Mulberry #D04896

Color information

#D04896 (or 0xD04896) is unknown color: approx Mulberry. HEX triplet: D0, 48 and 96. RGB value is (208,72,150). Sum of RGB (Red+Green+Blue) = 208+72+150=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D04896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04896 is #2FB769. Grayscale: #797979. Windows color (decimal): -3127146 or 9849040. OLE color: 9849040.

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

Color convert

RGB20872150-
CMYK00.650.280.18
HSL325.59º59.13%54.9%-
HSV(B)325.59º65.38%81.57%-
XYZ33.8320.2530.98-
YUV121.56144.06189.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.37%
GREEN value IS 72 (28.52% from 255) = 16.74%
BLUE value IS 150 (58.98% from 255) = 34.88%
R=48.37%
G=16.74%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087215000.650.280.18325.5959.1354.9
HexD048960411C121463b37
Octal320110226010134225067367
Binary11010000100100010010110010000011110010010101000110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04896; }

 p { color: rgb(208,72,150); }

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

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

 a { background-color: rgb(208,72,150); }

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

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

 span { border-color: rgb(208,72,150); }

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