Html Css Color HEX #D17C99 Puce

📋 copy color: '#D17C99'

red 209 ◦ green 124 ◦ blue 153

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

Shades of Puce #D17C99

Tints of Puce #D17C99

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.51%

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

R = 43%
G = 25.51%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D17C99 (or 0xD17C99) is known color: Puce. HEX triplet: D1, 7C and 99. RGB value is (209,124,153). Sum of RGB (Red+Green+Blue) = 209+124+153=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17C99 is #2E8366. Grayscale: #989898. Windows color (decimal): -3048295 or 10058961. OLE color: 10058961.

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

Color convert

RGB 209 124 153 -
CMYK 0 0.41 0.27 0.18
HSL 339.53º 0.48% 0.65% -
HSV(B) 339.53º 0.41% 0.82% -
XYZ 39.25 30.27 33.91 -
YUV 152.72 128.16 168.14 -
System Red Green Blue C M Y K H S L
Decimal 209 124 153 0 0.41 0.27 0.18 339.53 0.48 0.65
Hex D1 7C 99 0 29 1B 12 154 30 41
Octal 321 174 231 0 51 33 22 524 60 101
Binary 11010001 1111100 10011001 0 101001 11011 10010 101010100 110000 1000001

Color Harmonies of #D17C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17C99

Black with #D17C99

Text Example


Text Example

White with #D17C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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