Shades of Puce #D0849B
Tints of Puce #D0849B
RGB
CMYK
RGB Variations
Color information
#D0849B (or 0xD0849B) is known color: Puce. HEX triplet: D0, 84 and 9B. RGB value is (208,132,155). Sum of RGB (Red+Green+Blue) = 208+132+155=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0849B is #2F7B64. Grayscale: #9D9D9D. Windows color (decimal): -3111781 or 10192080. OLE color: 10192080.
HSL color Cylindrical-coordinate representation of color #D0849B: hue angle of 341.84º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0849B is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 155 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.18 |
| HSL | 341.84º | 0.45% | 0.67% | - |
| HSV(B) | 341.84º | 0.37% | 0.82% | - |
| XYZ | 40.18 | 32.28 | 35.12 | - |
| YUV | 157.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 155 | 0 | 0.37 | 0.25 | 0.18 | 341.84 | 0.45 | 0.67 |
| Hex | D0 | 84 | 9B | 0 | 25 | 19 | 12 | 156 | 2D | 43 |
| Octal | 320 | 204 | 233 | 0 | 45 | 31 | 22 | 526 | 55 | 103 |
| Binary | 11010000 | 10000100 | 10011011 | 0 | 100101 | 11001 | 10010 | 101010110 | 101101 | 1000011 |
Color Harmonies of #D0849B
Complementary color
Monochromatic Colors of #D0849B
Black with #D0849B
Text Example
Text Example
White with #D0849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0849B; }
p { color: rgb(208,132,155); }
H1.HeaderClassName
{
color: #D0849B;
}
.AnyTagClassName
{
color: #D0849B;
}
</style>
background-color css
<style>
a { background-color: #D0849B; }
a { background-color: rgb(208,132,155); }
div.DivClassName
{
background-color: #D0849B;
}
.BgClassName
{
background-color: #D0849B;
}
</style>
border-color css
<style>
span { border-color: #D0849B; }
span { border-color: rgb(208,132,155); }
td.TdClassName
{
border-color: #D0849B;
}
.TagClassName
{
border-color: #D0849B;
}
</style>