#D05188

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

Shades of Mulberry #D05188

Tints of Mulberry #D05188

Color information

#D05188 (or 0xD05188) is unknown color: approx Mulberry. HEX triplet: D0, 51 and 88. RGB value is (208,81,136). Sum of RGB (Red+Green+Blue) = 208+81+136=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D05188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05188 is #2FAE77. Grayscale: #7D7D7D. Windows color (decimal): -3124856 or 8933840. OLE color: 8933840.

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

Color convert

RGB20881136-
CMYK00.610.350.18
HSL334.02º57.47%56.67%-
HSV(B)334.02º61.06%81.57%-
XYZ33.421.0725.6-
YUV125.24134.08187.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.94%
GREEN value IS 81 (32.03% from 255) = 19.06%
BLUE value IS 136 (53.52% from 255) = 32%
R=48.94%
G=19.06%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088113600.610.350.18334.0257.4756.67
HexD0518803D231214e3939
Octal32012121007543225167171
Binary11010000101000110001000011110110001110010101001110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05188; }

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

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

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

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

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

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

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

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