Shades of Careys Pink #DB999D
Tints of Careys Pink #DB999D
RGB
CMYK
RGB Variations
Color information
#DB999D (or 0xDB999D) is known color: Careys Pink. HEX triplet: DB, 99 and 9D. RGB value is (219,153,157). Sum of RGB (Red+Green+Blue) = 219+153+157=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB999D is #246662. Grayscale: #ADADAD. Windows color (decimal): -2385507 or 10328539. OLE color: 10328539.
HSL color Cylindrical-coordinate representation of color #DB999D: hue angle of 356.36º degrees, saturation: 0.48, 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 #DB999D is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 157 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.14 |
| HSL | 356.36º | 0.48% | 0.73% | - |
| HSV(B) | 356.36º | 0.3% | 0.86% | - |
| XYZ | 46.69 | 40.28 | 37.21 | - |
| YUV | 173.19 | 118.87 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 157 | 0 | 0.30 | 0.28 | 0.14 | 356.36 | 0.48 | 0.73 |
| Hex | DB | 99 | 9D | 0 | 1E | 1C | E | 164 | 30 | 49 |
| Octal | 333 | 231 | 235 | 0 | 36 | 34 | 16 | 544 | 60 | 111 |
| Binary | 11011011 | 10011001 | 10011101 | 0 | 11110 | 11100 | 1110 | 101100100 | 110000 | 1001001 |
Color Harmonies of #DB999D
Complementary color
Monochromatic Colors of #DB999D
Black with #DB999D
Text Example
Text Example
White with #DB999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB999D; }
p { color: rgb(219,153,157); }
H1.HeaderClassName
{
color: #DB999D;
}
.AnyTagClassName
{
color: #DB999D;
}
</style>
background-color css
<style>
a { background-color: #DB999D; }
a { background-color: rgb(219,153,157); }
div.DivClassName
{
background-color: #DB999D;
}
.BgClassName
{
background-color: #DB999D;
}
</style>
border-color css
<style>
span { border-color: #DB999D; }
span { border-color: rgb(219,153,157); }
td.TdClassName
{
border-color: #DB999D;
}
.TagClassName
{
border-color: #DB999D;
}
</style>