Html Css Color HEX #D17F99 Puce

📋 copy color: '#D17F99'

red 209 ◦ green 127 ◦ blue 153

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

Shades of Puce #D17F99

Tints of Puce #D17F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.29%

R = 42.74%
G = 25.97%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D17F99 (or 0xD17F99) is known color: Puce. HEX triplet: D1, 7F and 99. RGB value is (209,127,153). Sum of RGB (Red+Green+Blue) = 209+127+153=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F99 is #2E8066. Grayscale: #9A9A9A. Windows color (decimal): -3047527 or 10059729. OLE color: 10059729.

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

Color convert

RGB 209 127 153 -
CMYK 0 0.39 0.27 0.18
HSL 340.98º 0.47% 0.66% -
HSV(B) 340.98º 0.39% 0.82% -
XYZ 39.63 31.03 34.04 -
YUV 154.48 127.17 166.89 -
System Red Green Blue C M Y K H S L
Decimal 209 127 153 0 0.39 0.27 0.18 340.98 0.47 0.66
Hex D1 7F 99 0 27 1B 12 155 2F 42
Octal 321 177 231 0 47 33 22 525 57 102
Binary 11010001 1111111 10011001 0 100111 11011 10010 101010101 101111 1000010

Color Harmonies of #D17F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F99

Black with #D17F99

Text Example


Text Example

White with #D17F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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