Shades of Careys Pink #DB9799
Tints of Careys Pink #DB9799
RGB
CMYK
RGB Variations
Color information
#DB9799 (or 0xDB9799) is known color: Careys Pink. HEX triplet: DB, 97 and 99. RGB value is (219,151,153). Sum of RGB (Red+Green+Blue) = 219+151+153=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9799 is #246866. Grayscale: #ABABAB. Windows color (decimal): -2386023 or 10065883. OLE color: 10065883.
HSL color Cylindrical-coordinate representation of color #DB9799: hue angle of 358.24º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB9799 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 153 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.14 |
| HSL | 358.24º | 0.49% | 0.73% | - |
| HSV(B) | 358.24º | 0.31% | 0.86% | - |
| XYZ | 46.03 | 39.49 | 35.33 | - |
| YUV | 171.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 153 | 0 | 0.31 | 0.30 | 0.14 | 358.24 | 0.49 | 0.73 |
| Hex | DB | 97 | 99 | 0 | 1F | 1E | E | 166 | 31 | 49 |
| Octal | 333 | 227 | 231 | 0 | 37 | 36 | 16 | 546 | 61 | 111 |
| Binary | 11011011 | 10010111 | 10011001 | 0 | 11111 | 11110 | 1110 | 101100110 | 110001 | 1001001 |
Color Harmonies of #DB9799
Complementary color
Monochromatic Colors of #DB9799
Black with #DB9799
Text Example
Text Example
White with #DB9799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9799; }
p { color: rgb(219,151,153); }
H1.HeaderClassName
{
color: #DB9799;
}
.AnyTagClassName
{
color: #DB9799;
}
</style>
background-color css
<style>
a { background-color: #DB9799; }
a { background-color: rgb(219,151,153); }
div.DivClassName
{
background-color: #DB9799;
}
.BgClassName
{
background-color: #DB9799;
}
</style>
border-color css
<style>
span { border-color: #DB9799; }
span { border-color: rgb(219,151,153); }
td.TdClassName
{
border-color: #DB9799;
}
.TagClassName
{
border-color: #DB9799;
}
</style>