#D66F82

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

Shades of Charm #D66F82

Tints of Charm #D66F82

Color information

#D66F82 (or 0xD66F82) is unknown color: approx Charm. HEX triplet: D6, 6F and 82. RGB value is (214,111,130). Sum of RGB (Red+Green+Blue) = 214+111+130=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66F82 is #29907D. Grayscale: #8F8F8F. Windows color (decimal): -2723966 or 8548310. OLE color: 8548310.

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

Color convert

RGB214111130-
CMYK00.480.390.16
HSL348.93º55.68%63.73%-
HSV(B)348.93º48.13%83.92%-
XYZ37.4527.2824.41-
YUV143.96120.12177.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.03%
GREEN value IS 111 (43.75% from 255) = 24.40%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=47.03%
G=24.40%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411113000.480.390.16348.9355.6863.73
HexD66F82030271015d3840
Octal326157202060472053570100
Binary110101101101111100000100110000100111100001010111011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66F82; }

 p { color: rgb(214,111,130); }

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

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

 a { background-color: rgb(214,111,130); }

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

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

 span { border-color: rgb(214,111,130); }

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