Shades of Careys Pink #DB98A0
Tints of Careys Pink #DB98A0
RGB
CMYK
RGB Variations
Color information
#DB98A0 (or 0xDB98A0) is known color: Careys Pink. HEX triplet: DB, 98 and A0. RGB value is (219,152,160). Sum of RGB (Red+Green+Blue) = 219+152+160=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB98A0 is #24675F. Grayscale: #ACACAC. Windows color (decimal): -2385760 or 10524891. OLE color: 10524891.
HSL color Cylindrical-coordinate representation of color #DB98A0: hue angle of 352.84º 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 #DB98A0 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 160 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.14 |
| HSL | 352.84º | 0.48% | 0.73% | - |
| HSV(B) | 352.84º | 0.31% | 0.86% | - |
| XYZ | 46.79 | 40.05 | 38.52 | - |
| YUV | 172.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 160 | 0 | 0.31 | 0.27 | 0.14 | 352.84 | 0.48 | 0.73 |
| Hex | DB | 98 | A0 | 0 | 1F | 1B | E | 161 | 30 | 49 |
| Octal | 333 | 230 | 240 | 0 | 37 | 33 | 16 | 541 | 60 | 111 |
| Binary | 11011011 | 10011000 | 10100000 | 0 | 11111 | 11011 | 1110 | 101100001 | 110000 | 1001001 |
Color Harmonies of #DB98A0
Complementary color
Monochromatic Colors of #DB98A0
Black with #DB98A0
Text Example
Text Example
White with #DB98A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98A0; }
p { color: rgb(219,152,160); }
H1.HeaderClassName
{
color: #DB98A0;
}
.AnyTagClassName
{
color: #DB98A0;
}
</style>
background-color css
<style>
a { background-color: #DB98A0; }
a { background-color: rgb(219,152,160); }
div.DivClassName
{
background-color: #DB98A0;
}
.BgClassName
{
background-color: #DB98A0;
}
</style>
border-color css
<style>
span { border-color: #DB98A0; }
span { border-color: rgb(219,152,160); }
td.TdClassName
{
border-color: #DB98A0;
}
.TagClassName
{
border-color: #DB98A0;
}
</style>