Shades of Careys Pink #DB9DA0
Tints of Careys Pink #DB9DA0
RGB
CMYK
RGB Variations
Color information
#DB9DA0 (or 0xDB9DA0) is known color: Careys Pink. HEX triplet: DB, 9D and A0. RGB value is (219,157,160). Sum of RGB (Red+Green+Blue) = 219+157+160=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9DA0 is #24625F. Grayscale: #AFAFAF. Windows color (decimal): -2384480 or 10526171. OLE color: 10526171.
HSL color Cylindrical-coordinate representation of color #DB9DA0: hue angle of 357.1º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DA0 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 160 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.14 |
| HSL | 357.1º | 0.46% | 0.74% | - |
| HSV(B) | 357.1º | 0.28% | 0.86% | - |
| XYZ | 47.62 | 41.71 | 38.8 | - |
| YUV | 175.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 160 | 0 | 0.28 | 0.27 | 0.14 | 357.1 | 0.46 | 0.74 |
| Hex | DB | 9D | A0 | 0 | 1C | 1B | E | 165 | 2E | 4A |
| Octal | 333 | 235 | 240 | 0 | 34 | 33 | 16 | 545 | 56 | 112 |
| Binary | 11011011 | 10011101 | 10100000 | 0 | 11100 | 11011 | 1110 | 101100101 | 101110 | 1001010 |
Color Harmonies of #DB9DA0
Complementary color
Monochromatic Colors of #DB9DA0
Black with #DB9DA0
Text Example
Text Example
White with #DB9DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DA0; }
p { color: rgb(219,157,160); }
H1.HeaderClassName
{
color: #DB9DA0;
}
.AnyTagClassName
{
color: #DB9DA0;
}
</style>
background-color css
<style>
a { background-color: #DB9DA0; }
a { background-color: rgb(219,157,160); }
div.DivClassName
{
background-color: #DB9DA0;
}
.BgClassName
{
background-color: #DB9DA0;
}
</style>
border-color css
<style>
span { border-color: #DB9DA0; }
span { border-color: rgb(219,157,160); }
td.TdClassName
{
border-color: #DB9DA0;
}
.TagClassName
{
border-color: #DB9DA0;
}
</style>