#D05990

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

Shades of Mulberry #D05990

Tints of Mulberry #D05990

Color information

#D05990 (or 0xD05990) is unknown color: approx Mulberry. HEX triplet: D0, 59 and 90. RGB value is (208,89,144). Sum of RGB (Red+Green+Blue) = 208+89+144=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D05990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05990 is #2FA66F. Grayscale: #828282. Windows color (decimal): -3122800 or 9460176. OLE color: 9460176.

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

Color convert

RGB20889144-
CMYK00.570.310.18
HSL332.27º55.87%58.24%-
HSV(B)332.27º57.21%81.57%-
XYZ34.6222.5728.92-
YUV130.85135.42183.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.17%
GREEN value IS 89 (35.16% from 255) = 20.18%
BLUE value IS 144 (56.64% from 255) = 32.65%
R=47.17%
G=20.18%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088914400.570.310.18332.2755.8758.24
HexD059900391F1214c383a
Octal32013122007137225147072
Binary1101000010110011001000001110011111110010101001100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05990; }

 p { color: rgb(208,89,144); }

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

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

 a { background-color: rgb(208,89,144); }

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

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

 span { border-color: rgb(208,89,144); }

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