Shades of Careys Pink #DB999A
Tints of Careys Pink #DB999A
RGB
CMYK
RGB Variations
Color information
#DB999A (or 0xDB999A) is known color: Careys Pink. HEX triplet: DB, 99 and 9A. RGB value is (219,153,154). Sum of RGB (Red+Green+Blue) = 219+153+154=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB999A is #246665. Grayscale: #ACACAC. Windows color (decimal): -2385510 or 10131931. OLE color: 10131931.
HSL color Cylindrical-coordinate representation of color #DB999A: hue angle of 359.09º 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 #DB999A is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 154 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.14 |
| HSL | 359.09º | 0.48% | 0.73% | - |
| HSV(B) | 359.09º | 0.3% | 0.86% | - |
| XYZ | 46.44 | 40.18 | 35.88 | - |
| YUV | 172.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 154 | 0 | 0.30 | 0.30 | 0.14 | 359.09 | 0.48 | 0.73 |
| Hex | DB | 99 | 9A | 0 | 1E | 1E | E | 167 | 30 | 49 |
| Octal | 333 | 231 | 232 | 0 | 36 | 36 | 16 | 547 | 60 | 111 |
| Binary | 11011011 | 10011001 | 10011010 | 0 | 11110 | 11110 | 1110 | 101100111 | 110000 | 1001001 |
Color Harmonies of #DB999A
Complementary color
Monochromatic Colors of #DB999A
Black with #DB999A
Text Example
Text Example
White with #DB999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB999A; }
p { color: rgb(219,153,154); }
H1.HeaderClassName
{
color: #DB999A;
}
.AnyTagClassName
{
color: #DB999A;
}
</style>
background-color css
<style>
a { background-color: #DB999A; }
a { background-color: rgb(219,153,154); }
div.DivClassName
{
background-color: #DB999A;
}
.BgClassName
{
background-color: #DB999A;
}
</style>
border-color css
<style>
span { border-color: #DB999A; }
span { border-color: rgb(219,153,154); }
td.TdClassName
{
border-color: #DB999A;
}
.TagClassName
{
border-color: #DB999A;
}
</style>