#D17F8B

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

Shades of Charm #D17F8B

Tints of Charm #D17F8B

Color information

#D17F8B (or 0xD17F8B) is unknown color: approx Charm. HEX triplet: D1, 7F and 8B. RGB value is (209,127,139). Sum of RGB (Red+Green+Blue) = 209+127+139=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F8B is #2E8074. Grayscale: #989898. Windows color (decimal): -3047541 or 9142225. OLE color: 9142225.

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

Color convert

RGB209127139-
CMYK00.390.330.18
HSL351.22º47.13%65.88%-
HSV(B)351.22º39.23%81.96%-
XYZ38.5430.628.3-
YUV152.89120.17168.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=44%
G=26.74%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912713900.390.330.18351.2247.1365.88
HexD17F8B027211215f2f42
Octal321177213047412253757102
Binary110100011111111100010110100111100001100101010111111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17F8B; }

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

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

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

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

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

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

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

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