#D05A91

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

Shades of Mulberry #D05A91

Tints of Mulberry #D05A91

Color information

#D05A91 (or 0xD05A91) is unknown color: approx Mulberry. HEX triplet: D0, 5A and 91. RGB value is (208,90,145). Sum of RGB (Red+Green+Blue) = 208+90+145=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05A91 is #2FA56E. Grayscale: #838383. Windows color (decimal): -3122543 or 9525968. OLE color: 9525968.

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

Color convert

RGB20890145-
CMYK00.570.300.18
HSL332.03º55.66%58.43%-
HSV(B)332.03º56.73%81.57%-
XYZ34.7822.7729.35-
YUV131.55135.59182.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.95%
GREEN value IS 90 (35.55% from 255) = 20.32%
BLUE value IS 145 (57.03% from 255) = 32.73%
R=46.95%
G=20.32%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089014500.570.300.18332.0355.6658.43
HexD05A910391E1214c383a
Octal32013222107136225147072
Binary1101000010110101001000101110011111010010101001100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05A91; }

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

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

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

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

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

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

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

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