Shades of Careys Pink #DB9899
Tints of Careys Pink #DB9899
RGB
CMYK
RGB Variations
Color information
#DB9899 (or 0xDB9899) is known color: Careys Pink. HEX triplet: DB, 98 and 99. RGB value is (219,152,153). Sum of RGB (Red+Green+Blue) = 219+152+153=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9899 is #246766. Grayscale: #ACACAC. Windows color (decimal): -2385767 or 10066139. OLE color: 10066139.
HSL color Cylindrical-coordinate representation of color #DB9899: hue angle of 359.1º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB9899 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 153 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.14 |
| HSL | 359.1º | 0.48% | 0.73% | - |
| HSV(B) | 359.1º | 0.31% | 0.86% | - |
| XYZ | 46.19 | 39.82 | 35.39 | - |
| YUV | 172.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 153 | 0 | 0.31 | 0.30 | 0.14 | 359.1 | 0.48 | 0.73 |
| Hex | DB | 98 | 99 | 0 | 1F | 1E | E | 167 | 30 | 49 |
| Octal | 333 | 230 | 231 | 0 | 37 | 36 | 16 | 547 | 60 | 111 |
| Binary | 11011011 | 10011000 | 10011001 | 0 | 11111 | 11110 | 1110 | 101100111 | 110000 | 1001001 |
Color Harmonies of #DB9899
Complementary color
Monochromatic Colors of #DB9899
Black with #DB9899
Text Example
Text Example
White with #DB9899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9899; }
p { color: rgb(219,152,153); }
H1.HeaderClassName
{
color: #DB9899;
}
.AnyTagClassName
{
color: #DB9899;
}
</style>
background-color css
<style>
a { background-color: #DB9899; }
a { background-color: rgb(219,152,153); }
div.DivClassName
{
background-color: #DB9899;
}
.BgClassName
{
background-color: #DB9899;
}
</style>
border-color css
<style>
span { border-color: #DB9899; }
span { border-color: rgb(219,152,153); }
td.TdClassName
{
border-color: #DB9899;
}
.TagClassName
{
border-color: #DB9899;
}
</style>