Html Css Color HEX #D1809B Puce

📋 copy color: '#D1809B'

red 209 ◦ green 128 ◦ blue 155

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

Shades of Puce #D1809B

Tints of Puce #D1809B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 42.48%
G = 26.02%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1809B (or 0xD1809B) is known color: Puce. HEX triplet: D1, 80 and 9B. RGB value is (209,128,155). Sum of RGB (Red+Green+Blue) = 209+128+155=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D1809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1809B is #2E7F64. Grayscale: #9B9B9B. Windows color (decimal): -3047269 or 10191057. OLE color: 10191057.

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

Color convert

RGB 209 128 155 -
CMYK 0 0.39 0.26 0.18
HSL 340º 0.47% 0.66% -
HSV(B) 340º 0.39% 0.82% -
XYZ 39.93 31.36 34.96 -
YUV 155.3 127.84 166.3 -
System Red Green Blue C M Y K H S L
Decimal 209 128 155 0 0.39 0.26 0.18 340 0.47 0.66
Hex D1 80 9B 0 27 1A 12 154 2F 42
Octal 321 200 233 0 47 32 22 524 57 102
Binary 11010001 10000000 10011011 0 100111 11010 10010 101010100 101111 1000010

Color Harmonies of #D1809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1809B

Black with #D1809B

Text Example


Text Example

White with #D1809B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1809B; }

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

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

background-color css

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

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

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

border-color css

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

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

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