Shades of Careys Pink #DB9A9B
Tints of Careys Pink #DB9A9B
RGB
CMYK
RGB Variations
Color information
#DB9A9B (or 0xDB9A9B) is known color: Careys Pink. HEX triplet: DB, 9A and 9B. RGB value is (219,154,155). Sum of RGB (Red+Green+Blue) = 219+154+155=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A9B is #246564. Grayscale: #ADADAD. Windows color (decimal): -2385253 or 10197723. OLE color: 10197723.
HSL color Cylindrical-coordinate representation of color #DB9A9B: hue angle of 359.08º 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 #DB9A9B is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 155 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.14 |
| HSL | 359.08º | 0.47% | 0.73% | - |
| HSV(B) | 359.08º | 0.3% | 0.86% | - |
| XYZ | 46.69 | 40.54 | 36.37 | - |
| YUV | 173.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 155 | 0 | 0.30 | 0.29 | 0.14 | 359.08 | 0.47 | 0.73 |
| Hex | DB | 9A | 9B | 0 | 1E | 1D | E | 167 | 2F | 49 |
| Octal | 333 | 232 | 233 | 0 | 36 | 35 | 16 | 547 | 57 | 111 |
| Binary | 11011011 | 10011010 | 10011011 | 0 | 11110 | 11101 | 1110 | 101100111 | 101111 | 1001001 |
Color Harmonies of #DB9A9B
Complementary color
Monochromatic Colors of #DB9A9B
Black with #DB9A9B
Text Example
Text Example
White with #DB9A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A9B; }
p { color: rgb(219,154,155); }
H1.HeaderClassName
{
color: #DB9A9B;
}
.AnyTagClassName
{
color: #DB9A9B;
}
</style>
background-color css
<style>
a { background-color: #DB9A9B; }
a { background-color: rgb(219,154,155); }
div.DivClassName
{
background-color: #DB9A9B;
}
.BgClassName
{
background-color: #DB9A9B;
}
</style>
border-color css
<style>
span { border-color: #DB9A9B; }
span { border-color: rgb(219,154,155); }
td.TdClassName
{
border-color: #DB9A9B;
}
.TagClassName
{
border-color: #DB9A9B;
}
</style>