#D06F80

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

Shades of Charm #D06F80

Tints of Charm #D06F80

Color information

#D06F80 (or 0xD06F80) is unknown color: approx Charm. HEX triplet: D0, 6F and 80. RGB value is (208,111,128). Sum of RGB (Red+Green+Blue) = 208+111+128=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06F80 is #2F907F. Grayscale: #8D8D8D. Windows color (decimal): -3117184 or 8417232. OLE color: 8417232.

HSL color Cylindrical-coordinate representation of color #D06F80: hue angle of 349.48º 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 #D06F80 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB208111128-
CMYK00.470.380.18
HSL349.48º50.79%62.55%-
HSV(B)349.48º46.63%81.57%-
XYZ35.5926.3423.63-
YUV141.94120.14175.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.53%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=46.53%
G=24.83%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811112800.470.380.18349.4850.7962.55
HexD06F8002F261215d333f
Octal32015720005746225356377
Binary11010000110111110000000010111110011010010101011101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06F80; }

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

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

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

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

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

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

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

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