#D06E88

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

Shades of Charm #D06E88

Tints of Charm #D06E88

Color information

#D06E88 (or 0xD06E88) is unknown color: approx Charm. HEX triplet: D0, 6E and 88. RGB value is (208,110,136). Sum of RGB (Red+Green+Blue) = 208+110+136=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06E88 is #2F9177. Grayscale: #8E8E8E. Windows color (decimal): -3117432 or 8941264. OLE color: 8941264.

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

Color convert

RGB208110136-
CMYK00.470.350.18
HSL344.08º51.04%62.35%-
HSV(B)344.08º47.12%81.57%-
XYZ36.0326.3426.48-
YUV142.27124.47174.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.81%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 136 (53.52% from 255) = 29.96%
R=45.81%
G=24.23%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811013600.470.350.18344.0851.0462.35
HexD06E8802F2312158333e
Octal32015621005743225306376
Binary11010000110111010001000010111110001110010101011000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06E88; }

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

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

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

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

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

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

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

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