Shades of Careys Pink #DB979D
Tints of Careys Pink #DB979D
RGB
CMYK
RGB Variations
Color information
#DB979D (or 0xDB979D) is known color: Careys Pink. HEX triplet: DB, 97 and 9D. RGB value is (219,151,157). Sum of RGB (Red+Green+Blue) = 219+151+157=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB979D is #246862. Grayscale: #ACACAC. Windows color (decimal): -2386019 or 10328027. OLE color: 10328027.
HSL color Cylindrical-coordinate representation of color #DB979D: hue angle of 354.71º 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 #DB979D is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 157 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.14 |
| HSL | 354.71º | 0.49% | 0.73% | - |
| HSV(B) | 354.71º | 0.31% | 0.86% | - |
| XYZ | 46.37 | 39.63 | 37.1 | - |
| YUV | 172.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 157 | 0 | 0.31 | 0.28 | 0.14 | 354.71 | 0.49 | 0.73 |
| Hex | DB | 97 | 9D | 0 | 1F | 1C | E | 163 | 31 | 49 |
| Octal | 333 | 227 | 235 | 0 | 37 | 34 | 16 | 543 | 61 | 111 |
| Binary | 11011011 | 10010111 | 10011101 | 0 | 11111 | 11100 | 1110 | 101100011 | 110001 | 1001001 |
Color Harmonies of #DB979D
Complementary color
Monochromatic Colors of #DB979D
Black with #DB979D
Text Example
Text Example
White with #DB979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB979D; }
p { color: rgb(219,151,157); }
H1.HeaderClassName
{
color: #DB979D;
}
.AnyTagClassName
{
color: #DB979D;
}
</style>
background-color css
<style>
a { background-color: #DB979D; }
a { background-color: rgb(219,151,157); }
div.DivClassName
{
background-color: #DB979D;
}
.BgClassName
{
background-color: #DB979D;
}
</style>
border-color css
<style>
span { border-color: #DB979D; }
span { border-color: rgb(219,151,157); }
td.TdClassName
{
border-color: #DB979D;
}
.TagClassName
{
border-color: #DB979D;
}
</style>