#D05998

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

Shades of Mulberry #D05998

Tints of Mulberry #D05998

Color information

#D05998 (or 0xD05998) is unknown color: approx Mulberry. HEX triplet: D0, 59 and 98. RGB value is (208,89,152). Sum of RGB (Red+Green+Blue) = 208+89+152=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D05998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05998 is #2FA667. Grayscale: #838383. Windows color (decimal): -3122792 or 9984464. OLE color: 9984464.

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

Color convert

RGB20889152-
CMYK00.570.270.18
HSL328.24º55.87%58.24%-
HSV(B)328.24º57.21%81.57%-
XYZ35.2522.8232.25-
YUV131.76139.42182.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.33%
GREEN value IS 89 (35.16% from 255) = 19.82%
BLUE value IS 152 (59.77% from 255) = 33.85%
R=46.33%
G=19.82%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088915200.570.270.18328.2455.8758.24
HexD059980391B12148383a
Octal32013123007133225107072
Binary1101000010110011001100001110011101110010101001000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05998; }

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

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

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

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

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

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

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

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