Shades of Careys Pink #DB9B9E
Tints of Careys Pink #DB9B9E
RGB
CMYK
RGB Variations
Color information
#DB9B9E (or 0xDB9B9E) is known color: Careys Pink. HEX triplet: DB, 9B and 9E. RGB value is (219,155,158). Sum of RGB (Red+Green+Blue) = 219+155+158=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9B9E is #246461. Grayscale: #AEAEAE. Windows color (decimal): -2384994 or 10394587. OLE color: 10394587.
HSL color Cylindrical-coordinate representation of color #DB9B9E: hue angle of 357.19º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9B9E is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 158 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.14 |
| HSL | 357.19º | 0.47% | 0.73% | - |
| HSV(B) | 357.19º | 0.29% | 0.86% | - |
| XYZ | 47.11 | 40.97 | 37.77 | - |
| YUV | 174.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 158 | 0 | 0.29 | 0.28 | 0.14 | 357.19 | 0.47 | 0.73 |
| Hex | DB | 9B | 9E | 0 | 1D | 1C | E | 165 | 2F | 49 |
| Octal | 333 | 233 | 236 | 0 | 35 | 34 | 16 | 545 | 57 | 111 |
| Binary | 11011011 | 10011011 | 10011110 | 0 | 11101 | 11100 | 1110 | 101100101 | 101111 | 1001001 |
Color Harmonies of #DB9B9E
Complementary color
Monochromatic Colors of #DB9B9E
Black with #DB9B9E
Text Example
Text Example
White with #DB9B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B9E; }
p { color: rgb(219,155,158); }
H1.HeaderClassName
{
color: #DB9B9E;
}
.AnyTagClassName
{
color: #DB9B9E;
}
</style>
background-color css
<style>
a { background-color: #DB9B9E; }
a { background-color: rgb(219,155,158); }
div.DivClassName
{
background-color: #DB9B9E;
}
.BgClassName
{
background-color: #DB9B9E;
}
</style>
border-color css
<style>
span { border-color: #DB9B9E; }
span { border-color: rgb(219,155,158); }
td.TdClassName
{
border-color: #DB9B9E;
}
.TagClassName
{
border-color: #DB9B9E;
}
</style>