#D66D86

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

Shades of Charm #D66D86

Tints of Charm #D66D86

Color information

#D66D86 (or 0xD66D86) is unknown color: approx Charm. HEX triplet: D6, 6D and 86. RGB value is (214,109,134). Sum of RGB (Red+Green+Blue) = 214+109+134=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66D86 is #299279. Grayscale: #8F8F8F. Windows color (decimal): -2724474 or 8809942. OLE color: 8809942.

HSL color Cylindrical-coordinate representation of color #D66D86: hue angle of 345.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66D86 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB214109134-
CMYK00.490.370.16
HSL345.71º56.15%63.33%-
HSV(B)345.71º49.07%83.92%-
XYZ37.526.9525.78-
YUV143.24122.79178.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.83%
GREEN value IS 109 (42.97% from 255) = 23.85%
BLUE value IS 134 (52.73% from 255) = 29.32%
R=46.83%
G=23.85%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410913400.490.370.16345.7156.1563.33
HexD66D86031251015a383f
Octal32615520606145205327077
Binary11010110110110110000110011000110010110000101011010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66D86; }

 p { color: rgb(214,109,134); }

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

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

 a { background-color: rgb(214,109,134); }

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

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

 span { border-color: rgb(214,109,134); }

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