Shades of Careys Pink #DB979F
Tints of Careys Pink #DB979F
RGB
CMYK
RGB Variations
Color information
#DB979F (or 0xDB979F) is known color: Careys Pink. HEX triplet: DB, 97 and 9F. RGB value is (219,151,159). Sum of RGB (Red+Green+Blue) = 219+151+159=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB979F is #246860. Grayscale: #ACACAC. Windows color (decimal): -2386017 or 10459099. OLE color: 10459099.
HSL color Cylindrical-coordinate representation of color #DB979F: hue angle of 352.94º 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 #DB979F is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 159 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.14 |
| HSL | 352.94º | 0.49% | 0.73% | - |
| HSV(B) | 352.94º | 0.31% | 0.86% | - |
| XYZ | 46.54 | 39.7 | 38.01 | - |
| YUV | 172.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 159 | 0 | 0.31 | 0.27 | 0.14 | 352.94 | 0.49 | 0.73 |
| Hex | DB | 97 | 9F | 0 | 1F | 1B | E | 161 | 31 | 49 |
| Octal | 333 | 227 | 237 | 0 | 37 | 33 | 16 | 541 | 61 | 111 |
| Binary | 11011011 | 10010111 | 10011111 | 0 | 11111 | 11011 | 1110 | 101100001 | 110001 | 1001001 |
Color Harmonies of #DB979F
Complementary color
Monochromatic Colors of #DB979F
Black with #DB979F
Text Example
Text Example
White with #DB979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB979F; }
p { color: rgb(219,151,159); }
H1.HeaderClassName
{
color: #DB979F;
}
.AnyTagClassName
{
color: #DB979F;
}
</style>
background-color css
<style>
a { background-color: #DB979F; }
a { background-color: rgb(219,151,159); }
div.DivClassName
{
background-color: #DB979F;
}
.BgClassName
{
background-color: #DB979F;
}
</style>
border-color css
<style>
span { border-color: #DB979F; }
span { border-color: rgb(219,151,159); }
td.TdClassName
{
border-color: #DB979F;
}
.TagClassName
{
border-color: #DB979F;
}
</style>