Html Css Color HEX #D17F8E Charm

📋 copy color: '#D17F8E'

red 209 ◦ green 127 ◦ blue 142

#D17F8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #D17F8E

Tints of Charm #D17F8E

RGB

 RED value IS 209 (82.03% from 255) = 43.72%

 GREEN value IS 127 (50% from 255) = 26.57%

 BLUE value IS 142 (55.86% from 255) = 29.71%

R = 43.72%
G = 26.57%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D17F8E (or 0xD17F8E) is known color: Charm. HEX triplet: D1, 7F and 8E. RGB value is (209,127,142). Sum of RGB (Red+Green+Blue) = 209+127+142=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F8E is #2E8071. Grayscale: #999999. Windows color (decimal): -3047538 or 9338833. OLE color: 9338833.

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

Color convert

RGB 209 127 142 -
CMYK 0 0.39 0.32 0.18
HSL 349.02º 0.47% 0.66% -
HSV(B) 349.02º 0.39% 0.82% -
XYZ 38.77 30.69 29.47 -
YUV 153.23 121.67 167.78 -
System Red Green Blue C M Y K H S L
Decimal 209 127 142 0 0.39 0.32 0.18 349.02 0.47 0.66
Hex D1 7F 8E 0 27 20 12 15D 2F 42
Octal 321 177 216 0 47 40 22 535 57 102
Binary 11010001 1111111 10001110 0 100111 100000 10010 101011101 101111 1000010

Color Harmonies of #D17F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F8E

Black with #D17F8E

Text Example


Text Example

White with #D17F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F8E; }

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

 H1.HeaderClassName
 {
   color: #D17F8E;
 }
 .AnyTagClassName
 {
   color: #D17F8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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