Shades of Puce #D0819D
Tints of Puce #D0819D
RGB
CMYK
RGB Variations
Color information
#D0819D (or 0xD0819D) is known color: Puce. HEX triplet: D0, 81 and 9D. RGB value is (208,129,157). Sum of RGB (Red+Green+Blue) = 208+129+157=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0819D is #2F7E62. Grayscale: #9B9B9B. Windows color (decimal): -3112547 or 10322384. OLE color: 10322384.
HSL color Cylindrical-coordinate representation of color #D0819D: hue angle of 338.73º 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 #D0819D is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 157 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.18 |
| HSL | 338.73º | 0.46% | 0.66% | - |
| HSV(B) | 338.73º | 0.38% | 0.82% | - |
| XYZ | 39.95 | 31.54 | 35.88 | - |
| YUV | 155.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 157 | 0 | 0.38 | 0.25 | 0.18 | 338.73 | 0.46 | 0.66 |
| Hex | D0 | 81 | 9D | 0 | 26 | 19 | 12 | 153 | 2E | 42 |
| Octal | 320 | 201 | 235 | 0 | 46 | 31 | 22 | 523 | 56 | 102 |
| Binary | 11010000 | 10000001 | 10011101 | 0 | 100110 | 11001 | 10010 | 101010011 | 101110 | 1000010 |
Color Harmonies of #D0819D
Complementary color
Monochromatic Colors of #D0819D
Black with #D0819D
Text Example
Text Example
White with #D0819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0819D; }
p { color: rgb(208,129,157); }
H1.HeaderClassName
{
color: #D0819D;
}
.AnyTagClassName
{
color: #D0819D;
}
</style>
background-color css
<style>
a { background-color: #D0819D; }
a { background-color: rgb(208,129,157); }
div.DivClassName
{
background-color: #D0819D;
}
.BgClassName
{
background-color: #D0819D;
}
</style>
border-color css
<style>
span { border-color: #D0819D; }
span { border-color: rgb(208,129,157); }
td.TdClassName
{
border-color: #D0819D;
}
.TagClassName
{
border-color: #D0819D;
}
</style>