#d06f8c

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

Shades of Charm #D06F8C

Tints of Charm #D06F8C

Color information

#D06F8C (or 0xD06F8C) is unknown color: approx Charm. HEX triplet: D0, 6F and 8C. RGB value is (208,111,140). Sum of RGB (Red+Green+Blue) = 208+111+140=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06F8C is #2F9073. Grayscale: #8F8F8F. Windows color (decimal): -3117172 or 9203664. OLE color: 9203664.

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

Color convert

RGB208111140-
CMYK00.470.330.18
HSL342.06º50.79%62.55%-
HSV(B)342.06º46.63%81.57%-
XYZ36.4326.6728.04-
YUV143.31126.14174.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.32%
GREEN value IS 111 (43.75% from 255) = 24.18%
BLUE value IS 140 (55.08% from 255) = 30.50%
R=45.32%
G=24.18%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811114000.470.330.18342.0650.7962.55
HexD06F8C02F2112156333f
Octal32015721405741225266377
Binary11010000110111110001100010111110000110010101010110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d06f8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d06f8c; }

 p { color: rgb(208,111,140); }

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

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

 a { background-color: rgb(208,111,140); }

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

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

 span { border-color: rgb(208,111,140); }

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