Html Css Color HEX #D17F9A Puce

📋 copy color: '#D17F9A'

red 209 ◦ green 127 ◦ blue 154

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

Shades of Puce #D17F9A

Tints of Puce #D17F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.43%

R = 42.65%
G = 25.92%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D17F9A (or 0xD17F9A) is known color: Puce. HEX triplet: D1, 7F and 9A. RGB value is (209,127,154). Sum of RGB (Red+Green+Blue) = 209+127+154=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F9A is #2E8065. Grayscale: #9A9A9A. Windows color (decimal): -3047526 or 10125265. OLE color: 10125265.

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

Color convert

RGB 209 127 154 -
CMYK 0 0.39 0.26 0.18
HSL 340.24º 0.47% 0.66% -
HSV(B) 340.24º 0.39% 0.82% -
XYZ 39.72 31.07 34.48 -
YUV 154.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 209 127 154 0 0.39 0.26 0.18 340.24 0.47 0.66
Hex D1 7F 9A 0 27 1A 12 154 2F 42
Octal 321 177 232 0 47 32 22 524 57 102
Binary 11010001 1111111 10011010 0 100111 11010 10010 101010100 101111 1000010

Color Harmonies of #D17F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F9A

Black with #D17F9A

Text Example


Text Example

White with #D17F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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