Shades of Careys Pink #DB99A0
Tints of Careys Pink #DB99A0
RGB
CMYK
RGB Variations
Color information
#DB99A0 (or 0xDB99A0) is known color: Careys Pink. HEX triplet: DB, 99 and A0. RGB value is (219,153,160). Sum of RGB (Red+Green+Blue) = 219+153+160=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB99A0 is #24665F. Grayscale: #ADADAD. Windows color (decimal): -2385504 or 10525147. OLE color: 10525147.
HSL color Cylindrical-coordinate representation of color #DB99A0: hue angle of 353.64º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB99A0 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 160 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.14 |
| HSL | 353.64º | 0.48% | 0.73% | - |
| HSV(B) | 353.64º | 0.3% | 0.86% | - |
| XYZ | 46.95 | 40.38 | 38.58 | - |
| YUV | 173.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 160 | 0 | 0.30 | 0.27 | 0.14 | 353.64 | 0.48 | 0.73 |
| Hex | DB | 99 | A0 | 0 | 1E | 1B | E | 162 | 30 | 49 |
| Octal | 333 | 231 | 240 | 0 | 36 | 33 | 16 | 542 | 60 | 111 |
| Binary | 11011011 | 10011001 | 10100000 | 0 | 11110 | 11011 | 1110 | 101100010 | 110000 | 1001001 |
Color Harmonies of #DB99A0
Complementary color
Monochromatic Colors of #DB99A0
Black with #DB99A0
Text Example
Text Example
White with #DB99A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99A0; }
p { color: rgb(219,153,160); }
H1.HeaderClassName
{
color: #DB99A0;
}
.AnyTagClassName
{
color: #DB99A0;
}
</style>
background-color css
<style>
a { background-color: #DB99A0; }
a { background-color: rgb(219,153,160); }
div.DivClassName
{
background-color: #DB99A0;
}
.BgClassName
{
background-color: #DB99A0;
}
</style>
border-color css
<style>
span { border-color: #DB99A0; }
span { border-color: rgb(219,153,160); }
td.TdClassName
{
border-color: #DB99A0;
}
.TagClassName
{
border-color: #DB99A0;
}
</style>