Shades of Careys Pink #DB9D9F
Tints of Careys Pink #DB9D9F
RGB
CMYK
RGB Variations
Color information
#DB9D9F (or 0xDB9D9F) is known color: Careys Pink. HEX triplet: DB, 9D and 9F. RGB value is (219,157,159). Sum of RGB (Red+Green+Blue) = 219+157+159=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9D9F is #246260. Grayscale: #AFAFAF. Windows color (decimal): -2384481 or 10460635. OLE color: 10460635.
HSL color Cylindrical-coordinate representation of color #DB9D9F: hue angle of 358.06º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9D9F is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 159 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.14 |
| HSL | 358.06º | 0.46% | 0.74% | - |
| HSV(B) | 358.06º | 0.28% | 0.86% | - |
| XYZ | 47.53 | 41.68 | 38.34 | - |
| YUV | 175.77 | 118.54 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 159 | 0 | 0.28 | 0.27 | 0.14 | 358.06 | 0.46 | 0.74 |
| Hex | DB | 9D | 9F | 0 | 1C | 1B | E | 166 | 2E | 4A |
| Octal | 333 | 235 | 237 | 0 | 34 | 33 | 16 | 546 | 56 | 112 |
| Binary | 11011011 | 10011101 | 10011111 | 0 | 11100 | 11011 | 1110 | 101100110 | 101110 | 1001010 |
Color Harmonies of #DB9D9F
Complementary color
Monochromatic Colors of #DB9D9F
Black with #DB9D9F
Text Example
Text Example
White with #DB9D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D9F; }
p { color: rgb(219,157,159); }
H1.HeaderClassName
{
color: #DB9D9F;
}
.AnyTagClassName
{
color: #DB9D9F;
}
</style>
background-color css
<style>
a { background-color: #DB9D9F; }
a { background-color: rgb(219,157,159); }
div.DivClassName
{
background-color: #DB9D9F;
}
.BgClassName
{
background-color: #DB9D9F;
}
</style>
border-color css
<style>
span { border-color: #DB9D9F; }
span { border-color: rgb(219,157,159); }
td.TdClassName
{
border-color: #DB9D9F;
}
.TagClassName
{
border-color: #DB9D9F;
}
</style>