Shades of Careys Pink #DB979A
Tints of Careys Pink #DB979A
RGB
CMYK
RGB Variations
Color information
#DB979A (or 0xDB979A) is known color: Careys Pink. HEX triplet: DB, 97 and 9A. RGB value is (219,151,154). Sum of RGB (Red+Green+Blue) = 219+151+154=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB979A is #246865. Grayscale: #ABABAB. Windows color (decimal): -2386022 or 10131419. OLE color: 10131419.
HSL color Cylindrical-coordinate representation of color #DB979A: hue angle of 357.35º 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 #DB979A is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 154 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.14 |
| HSL | 357.35º | 0.49% | 0.73% | - |
| HSV(B) | 357.35º | 0.31% | 0.86% | - |
| XYZ | 46.11 | 39.53 | 35.77 | - |
| YUV | 171.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 154 | 0 | 0.31 | 0.30 | 0.14 | 357.35 | 0.49 | 0.73 |
| Hex | DB | 97 | 9A | 0 | 1F | 1E | E | 165 | 31 | 49 |
| Octal | 333 | 227 | 232 | 0 | 37 | 36 | 16 | 545 | 61 | 111 |
| Binary | 11011011 | 10010111 | 10011010 | 0 | 11111 | 11110 | 1110 | 101100101 | 110001 | 1001001 |
Color Harmonies of #DB979A
Complementary color
Monochromatic Colors of #DB979A
Black with #DB979A
Text Example
Text Example
White with #DB979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB979A; }
p { color: rgb(219,151,154); }
H1.HeaderClassName
{
color: #DB979A;
}
.AnyTagClassName
{
color: #DB979A;
}
</style>
background-color css
<style>
a { background-color: #DB979A; }
a { background-color: rgb(219,151,154); }
div.DivClassName
{
background-color: #DB979A;
}
.BgClassName
{
background-color: #DB979A;
}
</style>
border-color css
<style>
span { border-color: #DB979A; }
span { border-color: rgb(219,151,154); }
td.TdClassName
{
border-color: #DB979A;
}
.TagClassName
{
border-color: #DB979A;
}
</style>