Shades of Careys Pink #DB9A9D
Tints of Careys Pink #DB9A9D
RGB
CMYK
RGB Variations
Color information
#DB9A9D (or 0xDB9A9D) is known color: Careys Pink. HEX triplet: DB, 9A and 9D. RGB value is (219,154,157). Sum of RGB (Red+Green+Blue) = 219+154+157=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A9D is #246562. Grayscale: #ADADAD. Windows color (decimal): -2385251 or 10328795. OLE color: 10328795.
HSL color Cylindrical-coordinate representation of color #DB9A9D: hue angle of 357.23º 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 #DB9A9D is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 157 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.14 |
| HSL | 357.23º | 0.47% | 0.73% | - |
| HSV(B) | 357.23º | 0.3% | 0.86% | - |
| XYZ | 46.85 | 40.61 | 37.27 | - |
| YUV | 173.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 157 | 0 | 0.30 | 0.28 | 0.14 | 357.23 | 0.47 | 0.73 |
| Hex | DB | 9A | 9D | 0 | 1E | 1C | E | 165 | 2F | 49 |
| Octal | 333 | 232 | 235 | 0 | 36 | 34 | 16 | 545 | 57 | 111 |
| Binary | 11011011 | 10011010 | 10011101 | 0 | 11110 | 11100 | 1110 | 101100101 | 101111 | 1001001 |
Color Harmonies of #DB9A9D
Complementary color
Monochromatic Colors of #DB9A9D
Black with #DB9A9D
Text Example
Text Example
White with #DB9A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A9D; }
p { color: rgb(219,154,157); }
H1.HeaderClassName
{
color: #DB9A9D;
}
.AnyTagClassName
{
color: #DB9A9D;
}
</style>
background-color css
<style>
a { background-color: #DB9A9D; }
a { background-color: rgb(219,154,157); }
div.DivClassName
{
background-color: #DB9A9D;
}
.BgClassName
{
background-color: #DB9A9D;
}
</style>
border-color css
<style>
span { border-color: #DB9A9D; }
span { border-color: rgb(219,154,157); }
td.TdClassName
{
border-color: #DB9A9D;
}
.TagClassName
{
border-color: #DB9A9D;
}
</style>