#D05588

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

Shades of Mulberry #D05588

Tints of Mulberry #D05588

Color information

#D05588 (or 0xD05588) is unknown color: approx Mulberry. HEX triplet: D0, 55 and 88. RGB value is (208,85,136). Sum of RGB (Red+Green+Blue) = 208+85+136=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D05588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05588 is #2FAA77. Grayscale: #7F7F7F. Windows color (decimal): -3123832 or 8934864. OLE color: 8934864.

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

Color convert

RGB20885136-
CMYK00.590.350.18
HSL335.12º56.68%57.45%-
HSV(B)335.12º59.13%81.57%-
XYZ33.721.6825.7-
YUV127.59132.75185.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.48%
GREEN value IS 85 (33.59% from 255) = 19.81%
BLUE value IS 136 (53.52% from 255) = 31.70%
R=48.48%
G=19.81%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088513600.590.350.18335.1256.6857.45
HexD0558803B231214f3939
Octal32012521007343225177171
Binary11010000101010110001000011101110001110010101001111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05588; }

 p { color: rgb(208,85,136); }

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

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

 a { background-color: rgb(208,85,136); }

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

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

 span { border-color: rgb(208,85,136); }

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