Html Css Color HEX #D0809E Puce

📋 copy color: '#D0809E'

red 208 ◦ green 128 ◦ blue 158

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

Shades of Puce #D0809E

Tints of Puce #D0809E

RGB

 RED value IS 208 (81.64% from 255) = 42.11%

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

 BLUE value IS 158 (62.11% from 255) = 31.98%

R = 42.11%
G = 25.91%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0809E (or 0xD0809E) is known color: Puce. HEX triplet: D0, 80 and 9E. RGB value is (208,128,158). Sum of RGB (Red+Green+Blue) = 208+128+158=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0809E is #2F7F61. Grayscale: #9B9B9B. Windows color (decimal): -3112802 or 10387664. OLE color: 10387664.

HSL color Cylindrical-coordinate representation of color #D0809E: hue angle of 337.5º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0809E is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 158 -
CMYK 0 0.38 0.24 0.18
HSL 337.5º 0.46% 0.66% -
HSV(B) 337.5º 0.38% 0.82% -
XYZ 39.9 31.32 36.29 -
YUV 155.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 208 128 158 0 0.38 0.24 0.18 337.5 0.46 0.66
Hex D0 80 9E 0 26 18 12 152 2E 42
Octal 320 200 236 0 46 30 22 522 56 102
Binary 11010000 10000000 10011110 0 100110 11000 10010 101010010 101110 1000010

Color Harmonies of #D0809E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0809E

Black with #D0809E

Text Example


Text Example

White with #D0809E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0809E; }

 p { color: rgb(208,128,158); }

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

background-color css

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

 a { background-color: rgb(208,128,158); }

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

border-color css

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

 span { border-color: rgb(208,128,158); }

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