#d05688

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

Shades of Mulberry #D05688

Tints of Mulberry #D05688

Color information

#D05688 (or 0xD05688) is unknown color: approx Mulberry. HEX triplet: D0, 56 and 88. RGB value is (208,86,136). Sum of RGB (Red+Green+Blue) = 208+86+136=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D05688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05688 is #2FA977. Grayscale: #808080. Windows color (decimal): -3123576 or 8935120. OLE color: 8935120.

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

Color convert

RGB20886136-
CMYK00.590.350.18
HSL335.41º56.48%57.65%-
HSV(B)335.41º58.65%81.57%-
XYZ33.7821.8425.73-
YUV128.18132.42184.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.37%
GREEN value IS 86 (33.98% from 255) = 20%
BLUE value IS 136 (53.52% from 255) = 31.63%
R=48.37%
G=20%
B=31.63%

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
Decimal2088613600.590.350.18335.4156.4857.65
HexD0568803B231214f383a
Octal32012621007343225177072
Binary11010000101011010001000011101110001110010101001111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d05688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d05688; }

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

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

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

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

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

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

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

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