Html Css Color HEX #D0819A Puce

📋 copy color: '#D0819A'

red 208 ◦ green 129 ◦ blue 154

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

Shades of Puce #D0819A

Tints of Puce #D0819A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.27%

 BLUE value IS 154 (60.55% from 255) = 31.36%

R = 42.36%
G = 26.27%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0819A (or 0xD0819A) is known color: Puce. HEX triplet: D0, 81 and 9A. RGB value is (208,129,154). Sum of RGB (Red+Green+Blue) = 208+129+154=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D0819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0819A is #2F7E65. Grayscale: #9B9B9B. Windows color (decimal): -3112550 or 10125776. OLE color: 10125776.

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

Color convert

RGB 208 129 154 -
CMYK 0 0.38 0.26 0.18
HSL 341.01º 0.46% 0.66% -
HSV(B) 341.01º 0.38% 0.82% -
XYZ 39.7 31.44 34.55 -
YUV 155.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 208 129 154 0 0.38 0.26 0.18 341.01 0.46 0.66
Hex D0 81 9A 0 26 1A 12 155 2E 42
Octal 320 201 232 0 46 32 22 525 56 102
Binary 11010000 10000001 10011010 0 100110 11010 10010 101010101 101110 1000010

Color Harmonies of #D0819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0819A

Black with #D0819A

Text Example


Text Example

White with #D0819A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0819A; }

 p { color: rgb(208,129,154); }

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

background-color css

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

 a { background-color: rgb(208,129,154); }

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

border-color css

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

 span { border-color: rgb(208,129,154); }

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