#D06C88

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

Shades of Charm #D06C88

Tints of Charm #D06C88

Color information

#D06C88 (or 0xD06C88) is unknown color: approx Charm. HEX triplet: D0, 6C and 88. RGB value is (208,108,136). Sum of RGB (Red+Green+Blue) = 208+108+136=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06C88 is #2F9377. Grayscale: #8D8D8D. Windows color (decimal): -3117944 or 8940752. OLE color: 8940752.

HSL color Cylindrical-coordinate representation of color #D06C88: hue angle of 343.2º degrees, saturation: 0.52, 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 #D06C88 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB208108136-
CMYK00.480.350.18
HSL343.2º51.55%61.96%-
HSV(B)343.2º48.08%81.57%-
XYZ35.8225.9126.41-
YUV141.09125.13175.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.02%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 136 (53.52% from 255) = 30.09%
R=46.02%
G=23.89%
B=30.09%

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
Decimal20810813600.480.350.18343.251.5561.96
HexD06C880302312157343e
Octal32015421006043225276476
Binary11010000110110010001000011000010001110010101010111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06C88; }

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

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

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

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

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

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

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

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