#D17F82

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

Shades of Charm #D17F82

Tints of Charm #D17F82

Color information

#D17F82 (or 0xD17F82) is unknown color: approx Charm. HEX triplet: D1, 7F and 82. RGB value is (209,127,130). Sum of RGB (Red+Green+Blue) = 209+127+130=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F82 is #2E807D. Grayscale: #979797. Windows color (decimal): -3047550 or 8552401. OLE color: 8552401.

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

Color convert

RGB209127130-
CMYK00.390.380.18
HSL357.8º47.13%65.88%-
HSV(B)357.8º39.23%81.96%-
XYZ37.9130.3524.98-
YUV151.86115.67168.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.85%
GREEN value IS 127 (50% from 255) = 27.25%
BLUE value IS 130 (51.17% from 255) = 27.90%
R=44.85%
G=27.25%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912713000.390.380.18357.847.1365.88
HexD17F8202726121662f42
Octal321177202047462254657102
Binary110100011111111100000100100111100110100101011001101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17F82; }

 p { color: rgb(209,127,130); }

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

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

 a { background-color: rgb(209,127,130); }

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

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

 span { border-color: rgb(209,127,130); }

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