Html Css Color HEX #D17FA0 Puce

📋 copy color: '#D17FA0'

red 209 ◦ green 127 ◦ blue 160

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

Shades of Puce #D17FA0

Tints of Puce #D17FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.26%

R = 42.14%
G = 25.6%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D17FA0 (or 0xD17FA0) is known color: Puce. HEX triplet: D1, 7F and A0. RGB value is (209,127,160). Sum of RGB (Red+Green+Blue) = 209+127+160=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17FA0 is #2E805F. Grayscale: #9B9B9B. Windows color (decimal): -3047520 or 10518481. OLE color: 10518481.

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

Color convert

RGB 209 127 160 -
CMYK 0 0.39 0.23 0.18
HSL 335.85º 0.47% 0.66% -
HSV(B) 335.85º 0.39% 0.82% -
XYZ 40.23 31.27 37.17 -
YUV 155.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 209 127 160 0 0.39 0.23 0.18 335.85 0.47 0.66
Hex D1 7F A0 0 27 17 12 150 2F 42
Octal 321 177 240 0 47 27 22 520 57 102
Binary 11010001 1111111 10100000 0 100111 10111 10010 101010000 101111 1000010

Color Harmonies of #D17FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17FA0

Black with #D17FA0

Text Example


Text Example

White with #D17FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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