Html Css Color HEX #D17D9C Puce

📋 copy color: '#D17D9C'

red 209 ◦ green 125 ◦ blue 156

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

Shades of Puce #D17D9C

Tints of Puce #D17D9C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.51%

 BLUE value IS 156 (61.33% from 255) = 31.84%

R = 42.65%
G = 25.51%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D17D9C (or 0xD17D9C) is known color: Puce. HEX triplet: D1, 7D and 9C. RGB value is (209,125,156). Sum of RGB (Red+Green+Blue) = 209+125+156=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17D9C is #2E8263. Grayscale: #999999. Windows color (decimal): -3048036 or 10255825. OLE color: 10255825.

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

Color convert

RGB 209 125 156 -
CMYK 0 0.40 0.25 0.18
HSL 337.86º 0.48% 0.65% -
HSV(B) 337.86º 0.4% 0.82% -
XYZ 39.63 30.62 35.27 -
YUV 153.65 129.33 167.48 -
System Red Green Blue C M Y K H S L
Decimal 209 125 156 0 0.40 0.25 0.18 337.86 0.48 0.65
Hex D1 7D 9C 0 28 19 12 152 30 41
Octal 321 175 234 0 50 31 22 522 60 101
Binary 11010001 1111101 10011100 0 101000 11001 10010 101010010 110000 1000001

Color Harmonies of #D17D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17D9C

Black with #D17D9C

Text Example


Text Example

White with #D17D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17D9C; }

 p { color: rgb(209,125,156); }

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

background-color css

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

 a { background-color: rgb(209,125,156); }

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

border-color css

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

 span { border-color: rgb(209,125,156); }

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