Shades of Careys Pink #DB9A9E
Tints of Careys Pink #DB9A9E
RGB
CMYK
RGB Variations
Color information
#DB9A9E (or 0xDB9A9E) is known color: Careys Pink. HEX triplet: DB, 9A and 9E. RGB value is (219,154,158). Sum of RGB (Red+Green+Blue) = 219+154+158=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A9E is #246561. Grayscale: #ADADAD. Windows color (decimal): -2385250 or 10394331. OLE color: 10394331.
HSL color Cylindrical-coordinate representation of color #DB9A9E: hue angle of 356.31º degrees, saturation: 0.47, 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 #DB9A9E is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 158 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.14 |
| HSL | 356.31º | 0.47% | 0.73% | - |
| HSV(B) | 356.31º | 0.3% | 0.86% | - |
| XYZ | 46.94 | 40.64 | 37.72 | - |
| YUV | 173.89 | 119.03 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 158 | 0 | 0.30 | 0.28 | 0.14 | 356.31 | 0.47 | 0.73 |
| Hex | DB | 9A | 9E | 0 | 1E | 1C | E | 164 | 2F | 49 |
| Octal | 333 | 232 | 236 | 0 | 36 | 34 | 16 | 544 | 57 | 111 |
| Binary | 11011011 | 10011010 | 10011110 | 0 | 11110 | 11100 | 1110 | 101100100 | 101111 | 1001001 |
Color Harmonies of #DB9A9E
Complementary color
Monochromatic Colors of #DB9A9E
Black with #DB9A9E
Text Example
Text Example
White with #DB9A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A9E; }
p { color: rgb(219,154,158); }
H1.HeaderClassName
{
color: #DB9A9E;
}
.AnyTagClassName
{
color: #DB9A9E;
}
</style>
background-color css
<style>
a { background-color: #DB9A9E; }
a { background-color: rgb(219,154,158); }
div.DivClassName
{
background-color: #DB9A9E;
}
.BgClassName
{
background-color: #DB9A9E;
}
</style>
border-color css
<style>
span { border-color: #DB9A9E; }
span { border-color: rgb(219,154,158); }
td.TdClassName
{
border-color: #DB9A9E;
}
.TagClassName
{
border-color: #DB9A9E;
}
</style>