Shades of Careys Pink #DB989B
Tints of Careys Pink #DB989B
RGB
CMYK
RGB Variations
Color information
#DB989B (or 0xDB989B) is known color: Careys Pink. HEX triplet: DB, 98 and 9B. RGB value is (219,152,155). Sum of RGB (Red+Green+Blue) = 219+152+155=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB989B is #246764. Grayscale: #ACACAC. Windows color (decimal): -2385765 or 10197211. OLE color: 10197211.
HSL color Cylindrical-coordinate representation of color #DB989B: hue angle of 357.31º 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 #DB989B is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 155 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.14 |
| HSL | 357.31º | 0.48% | 0.73% | - |
| HSV(B) | 357.31º | 0.31% | 0.86% | - |
| XYZ | 46.36 | 39.88 | 36.27 | - |
| YUV | 172.38 | 118.2 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 155 | 0 | 0.31 | 0.29 | 0.14 | 357.31 | 0.48 | 0.73 |
| Hex | DB | 98 | 9B | 0 | 1F | 1D | E | 165 | 30 | 49 |
| Octal | 333 | 230 | 233 | 0 | 37 | 35 | 16 | 545 | 60 | 111 |
| Binary | 11011011 | 10011000 | 10011011 | 0 | 11111 | 11101 | 1110 | 101100101 | 110000 | 1001001 |
Color Harmonies of #DB989B
Complementary color
Monochromatic Colors of #DB989B
Black with #DB989B
Text Example
Text Example
White with #DB989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB989B; }
p { color: rgb(219,152,155); }
H1.HeaderClassName
{
color: #DB989B;
}
.AnyTagClassName
{
color: #DB989B;
}
</style>
background-color css
<style>
a { background-color: #DB989B; }
a { background-color: rgb(219,152,155); }
div.DivClassName
{
background-color: #DB989B;
}
.BgClassName
{
background-color: #DB989B;
}
</style>
border-color css
<style>
span { border-color: #DB989B; }
span { border-color: rgb(219,152,155); }
td.TdClassName
{
border-color: #DB989B;
}
.TagClassName
{
border-color: #DB989B;
}
</style>