#D17F81

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

Shades of Charm #D17F81

Tints of Charm #D17F81

Color information

#D17F81 (or 0xD17F81) is unknown color: approx Charm. HEX triplet: D1, 7F and 81. RGB value is (209,127,129). Sum of RGB (Red+Green+Blue) = 209+127+129=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F81 is #2E807E. Grayscale: #979797. Windows color (decimal): -3047551 or 8486865. OLE color: 8486865.

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

Color convert

RGB209127129-
CMYK00.390.380.18
HSL358.54º47.13%65.88%-
HSV(B)358.54º39.23%81.96%-
XYZ37.8530.3224.63-
YUV151.75115.17168.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.95%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 129 (50.78% from 255) = 27.74%
R=44.95%
G=27.31%
B=27.74%

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
Decimal20912712900.390.380.18358.5447.1365.88
HexD17F8102726121672f42
Octal321177201047462254757102
Binary110100011111111100000010100111100110100101011001111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17F81; }

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

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

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

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

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

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

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

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