Html Css Color HEX #D0809F Puce

📋 copy color: '#D0809F'

red 208 ◦ green 128 ◦ blue 159

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

Shades of Puce #D0809F

Tints of Puce #D0809F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.12%

R = 42.02%
G = 25.86%
B = 32.12%

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

#D0809F (or 0xD0809F) is known color: Puce. HEX triplet: D0, 80 and 9F. RGB value is (208,128,159). Sum of RGB (Red+Green+Blue) = 208+128+159=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0809F is #2F7F60. Grayscale: #9B9B9B. Windows color (decimal): -3112801 or 10453200. OLE color: 10453200.

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

Color convert

RGB 208 128 159 -
CMYK 0 0.38 0.24 0.18
HSL 336.75º 0.46% 0.66% -
HSV(B) 336.75º 0.38% 0.82% -
XYZ 39.99 31.35 36.74 -
YUV 155.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 208 128 159 0 0.38 0.24 0.18 336.75 0.46 0.66
Hex D0 80 9F 0 26 18 12 151 2E 42
Octal 320 200 237 0 46 30 22 521 56 102
Binary 11010000 10000000 10011111 0 100110 11000 10010 101010001 101110 1000010

Color Harmonies of #D0809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0809F

Black with #D0809F

Text Example


Text Example

White with #D0809F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0809F; }

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

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

background-color css

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

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

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

border-color css

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

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

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