#D04391

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

Shades of Mulberry #D04391

Tints of Mulberry #D04391

Color information

#D04391 (or 0xD04391) is unknown color: approx Mulberry. HEX triplet: D0, 43 and 91. RGB value is (208,67,145). Sum of RGB (Red+Green+Blue) = 208+67+145=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D04391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04391 is #2FBC6E. Grayscale: #757575. Windows color (decimal): -3128431 or 9520080. OLE color: 9520080.

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

Color convert

RGB20867145-
CMYK00.680.300.18
HSL326.81º60%53.92%-
HSV(B)326.81º67.79%81.57%-
XYZ33.1319.4728.8-
YUV118.05143.21192.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.52%
GREEN value IS 67 (26.56% from 255) = 15.95%
BLUE value IS 145 (57.03% from 255) = 34.52%
R=49.52%
G=15.95%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086714500.680.300.18326.816053.92
HexD043910441E121473c36
Octal320103221010436225077466
Binary11010000100001110010001010001001111010010101000111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04391; }

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

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

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

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

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

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

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

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