Html Css Color HEX #D18099 Puce

📋 copy color: '#D18099'

red 209 ◦ green 128 ◦ blue 153

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

Shades of Puce #D18099

Tints of Puce #D18099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.12%

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

R = 42.65%
G = 26.12%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D18099 (or 0xD18099) is known color: Puce. HEX triplet: D1, 80 and 99. RGB value is (209,128,153). Sum of RGB (Red+Green+Blue) = 209+128+153=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D18099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18099 is #2E7F66. Grayscale: #9B9B9B. Windows color (decimal): -3047271 or 10059985. OLE color: 10059985.

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

Color convert

RGB 209 128 153 -
CMYK 0 0.39 0.27 0.18
HSL 341.48º 0.47% 0.66% -
HSV(B) 341.48º 0.39% 0.82% -
XYZ 39.76 31.29 34.08 -
YUV 155.07 126.84 166.47 -
System Red Green Blue C M Y K H S L
Decimal 209 128 153 0 0.39 0.27 0.18 341.48 0.47 0.66
Hex D1 80 99 0 27 1B 12 155 2F 42
Octal 321 200 231 0 47 33 22 525 57 102
Binary 11010001 10000000 10011001 0 100111 11011 10010 101010101 101111 1000010

Color Harmonies of #D18099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18099

Black with #D18099

Text Example


Text Example

White with #D18099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18099; }

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

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

background-color css

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

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

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

border-color css

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

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

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