Html Css Color HEX #D17E9E Puce

📋 copy color: '#D17E9E'

red 209 ◦ green 126 ◦ blue 158

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

Shades of Puce #D17E9E

Tints of Puce #D17E9E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.56%

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

R = 42.39%
G = 25.56%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D17E9E (or 0xD17E9E) is known color: Puce. HEX triplet: D1, 7E and 9E. RGB value is (209,126,158). Sum of RGB (Red+Green+Blue) = 209+126+158=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17E9E is #2E8161. Grayscale: #9A9A9A. Windows color (decimal): -3047778 or 10387153. OLE color: 10387153.

HSL color Cylindrical-coordinate representation of color #D17E9E: hue angle of 336.87º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D17E9E is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 126 158 -
CMYK 0 0.40 0.24 0.18
HSL 336.87º 0.47% 0.66% -
HSV(B) 336.87º 0.4% 0.82% -
XYZ 39.93 30.95 36.22 -
YUV 154.47 130 166.9 -
System Red Green Blue C M Y K H S L
Decimal 209 126 158 0 0.40 0.24 0.18 336.87 0.47 0.66
Hex D1 7E 9E 0 28 18 12 151 2F 42
Octal 321 176 236 0 50 30 22 521 57 102
Binary 11010001 1111110 10011110 0 101000 11000 10010 101010001 101111 1000010

Color Harmonies of #D17E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17E9E

Black with #D17E9E

Text Example


Text Example

White with #D17E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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