Html Css Color HEX #D17F9F Puce

📋 copy color: '#D17F9F'

red 209 ◦ green 127 ◦ blue 159

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

Shades of Puce #D17F9F

Tints of Puce #D17F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.12%

R = 42.22%
G = 25.66%
B = 32.12%

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

#D17F9F (or 0xD17F9F) is known color: Puce. HEX triplet: D1, 7F and 9F. RGB value is (209,127,159). Sum of RGB (Red+Green+Blue) = 209+127+159=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F9F is #2E8060. Grayscale: #9B9B9B. Windows color (decimal): -3047521 or 10452945. OLE color: 10452945.

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

Color convert

RGB 209 127 159 -
CMYK 0 0.39 0.24 0.18
HSL 336.59º 0.47% 0.66% -
HSV(B) 336.59º 0.39% 0.82% -
XYZ 40.14 31.24 36.71 -
YUV 155.17 130.17 166.4 -
System Red Green Blue C M Y K H S L
Decimal 209 127 159 0 0.39 0.24 0.18 336.59 0.47 0.66
Hex D1 7F 9F 0 27 18 12 151 2F 42
Octal 321 177 237 0 47 30 22 521 57 102
Binary 11010001 1111111 10011111 0 100111 11000 10010 101010001 101111 1000010

Color Harmonies of #D17F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F9F

Black with #D17F9F

Text Example


Text Example

White with #D17F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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