Html Css Color HEX #D17DA2 Puce

📋 copy color: '#D17DA2'

red 209 ◦ green 125 ◦ blue 162

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

Shades of Puce #D17DA2

Tints of Puce #D17DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.66%

R = 42.14%
G = 25.2%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D17DA2 (or 0xD17DA2) is known color: Puce. HEX triplet: D1, 7D and A2. RGB value is (209,125,162). Sum of RGB (Red+Green+Blue) = 209+125+162=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D17DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17DA2 is #2E825D. Grayscale: #9A9A9A. Windows color (decimal): -3048030 or 10649041. OLE color: 10649041.

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

Color convert

RGB 209 125 162 -
CMYK 0 0.40 0.22 0.18
HSL 333.57º 0.48% 0.65% -
HSV(B) 333.57º 0.4% 0.82% -
XYZ 40.15 30.83 38.02 -
YUV 154.33 132.33 166.99 -
System Red Green Blue C M Y K H S L
Decimal 209 125 162 0 0.40 0.22 0.18 333.57 0.48 0.65
Hex D1 7D A2 0 28 16 12 14E 30 41
Octal 321 175 242 0 50 26 22 516 60 101
Binary 11010001 1111101 10100010 0 101000 10110 10010 101001110 110000 1000001

Color Harmonies of #D17DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17DA2

Black with #D17DA2

Text Example


Text Example

White with #D17DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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