#D06D7C

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

Shades of Charm #D06D7C

Tints of Charm #D06D7C

Color information

#D06D7C (or 0xD06D7C) is unknown color: approx Charm. HEX triplet: D0, 6D and 7C. RGB value is (208,109,124). Sum of RGB (Red+Green+Blue) = 208+109+124=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D7C is #2F9283. Grayscale: #8C8C8C. Windows color (decimal): -3117700 or 8154576. OLE color: 8154576.

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

Color convert

RGB208109124-
CMYK00.480.400.18
HSL350.91º51.3%62.16%-
HSV(B)350.91º47.6%81.57%-
XYZ35.1225.822.2-
YUV140.31118.8176.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.17%
GREEN value IS 109 (42.97% from 255) = 24.72%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=47.17%
G=24.72%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810912400.480.400.18350.9151.362.16
HexD06D7C030281215f333e
Octal32015517406050225376376
Binary1101000011011011111100011000010100010010101011111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06D7C; }

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

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

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

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

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

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

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

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