#D06D88

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

Shades of Charm #D06D88

Tints of Charm #D06D88

Color information

#D06D88 (or 0xD06D88) is unknown color: approx Charm. HEX triplet: D0, 6D and 88. RGB value is (208,109,136). Sum of RGB (Red+Green+Blue) = 208+109+136=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06D88 is #2F9277. Grayscale: #8D8D8D. Windows color (decimal): -3117688 or 8941008. OLE color: 8941008.

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

Color convert

RGB208109136-
CMYK00.480.350.18
HSL343.64º51.3%62.16%-
HSV(B)343.64º47.6%81.57%-
XYZ35.9226.1226.44-
YUV141.68124.8175.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.92%
GREEN value IS 109 (42.97% from 255) = 24.06%
BLUE value IS 136 (53.52% from 255) = 30.02%
R=45.92%
G=24.06%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810913600.480.350.18343.6451.362.16
HexD06D880302312158333e
Octal32015521006043225306376
Binary11010000110110110001000011000010001110010101011000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06D88; }

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

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

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

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

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

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

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

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