#D17F8D

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

Shades of Charm #D17F8D

Tints of Charm #D17F8D

Color information

#D17F8D (or 0xD17F8D) is unknown color: approx Charm. HEX triplet: D1, 7F and 8D. RGB value is (209,127,141). Sum of RGB (Red+Green+Blue) = 209+127+141=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F8D is #2E8072. Grayscale: #999999. Windows color (decimal): -3047539 or 9273297. OLE color: 9273297.

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

Color convert

RGB209127141-
CMYK00.390.330.18
HSL349.76º47.13%65.88%-
HSV(B)349.76º39.23%81.96%-
XYZ38.6930.6629.08-
YUV153.11121.17167.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.82%
GREEN value IS 127 (50% from 255) = 26.62%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=43.82%
G=26.62%
B=29.56%

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
Decimal20912714100.390.330.18349.7647.1365.88
HexD17F8D027211215e2f42
Octal321177215047412253657102
Binary110100011111111100011010100111100001100101010111101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17F8D; }

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

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

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

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

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

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

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

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