Html Css Color HEX #D17F9E Puce

📋 copy color: '#D17F9E'

red 209 ◦ green 127 ◦ blue 158

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

Shades of Puce #D17F9E

Tints of Puce #D17F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.98%

R = 42.31%
G = 25.71%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D17F9E (or 0xD17F9E) is known color: Puce. HEX triplet: D1, 7F and 9E. RGB value is (209,127,158). Sum of RGB (Red+Green+Blue) = 209+127+158=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F9E is #2E8061. Grayscale: #9B9B9B. Windows color (decimal): -3047522 or 10387409. OLE color: 10387409.

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

Color convert

RGB 209 127 158 -
CMYK 0 0.39 0.24 0.18
HSL 337.32º 0.47% 0.66% -
HSV(B) 337.32º 0.39% 0.82% -
XYZ 40.06 31.2 36.26 -
YUV 155.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 209 127 158 0 0.39 0.24 0.18 337.32 0.47 0.66
Hex D1 7F 9E 0 27 18 12 151 2F 42
Octal 321 177 236 0 47 30 22 521 57 102
Binary 11010001 1111111 10011110 0 100111 11000 10010 101010001 101111 1000010

Color Harmonies of #D17F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F9E

Black with #D17F9E

Text Example


Text Example

White with #D17F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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