#D04F91

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

Shades of Mulberry #D04F91

Tints of Mulberry #D04F91

Color information

#D04F91 (or 0xD04F91) is unknown color: approx Mulberry. HEX triplet: D0, 4F and 91. RGB value is (208,79,145). Sum of RGB (Red+Green+Blue) = 208+79+145=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04F91 is #2FB06E. Grayscale: #7C7C7C. Windows color (decimal): -3125359 or 9523152. OLE color: 9523152.

HSL color Cylindrical-coordinate representation of color #D04F91: hue angle of 329.3º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04F91 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB20879145-
CMYK00.620.300.18
HSL329.3º57.85%56.27%-
HSV(B)329.3º62.02%81.57%-
XYZ33.9221.0529.06-
YUV125.1139.24187.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.15%
GREEN value IS 79 (31.25% from 255) = 18.29%
BLUE value IS 145 (57.03% from 255) = 33.56%
R=48.15%
G=18.29%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087914500.620.300.18329.357.8556.27
HexD04F9103E1E121493a38
Octal32011722107636225117270
Binary1101000010011111001000101111101111010010101001001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04F91; }

 p { color: rgb(208,79,145); }

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

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

 a { background-color: rgb(208,79,145); }

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

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

 span { border-color: rgb(208,79,145); }

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