Shades of Careys Pink #DB979B
Tints of Careys Pink #DB979B
RGB
CMYK
RGB Variations
Color information
#DB979B (or 0xDB979B) is known color: Careys Pink. HEX triplet: DB, 97 and 9B. RGB value is (219,151,155). Sum of RGB (Red+Green+Blue) = 219+151+155=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB979B is #246864. Grayscale: #ABABAB. Windows color (decimal): -2386021 or 10196955. OLE color: 10196955.
HSL color Cylindrical-coordinate representation of color #DB979B: hue angle of 356.47º 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 #DB979B is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 155 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.14 |
| HSL | 356.47º | 0.49% | 0.73% | - |
| HSV(B) | 356.47º | 0.31% | 0.86% | - |
| XYZ | 46.2 | 39.56 | 36.21 | - |
| YUV | 171.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 155 | 0 | 0.31 | 0.29 | 0.14 | 356.47 | 0.49 | 0.73 |
| Hex | DB | 97 | 9B | 0 | 1F | 1D | E | 164 | 31 | 49 |
| Octal | 333 | 227 | 233 | 0 | 37 | 35 | 16 | 544 | 61 | 111 |
| Binary | 11011011 | 10010111 | 10011011 | 0 | 11111 | 11101 | 1110 | 101100100 | 110001 | 1001001 |
Color Harmonies of #DB979B
Complementary color
Monochromatic Colors of #DB979B
Black with #DB979B
Text Example
Text Example
White with #DB979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB979B; }
p { color: rgb(219,151,155); }
H1.HeaderClassName
{
color: #DB979B;
}
.AnyTagClassName
{
color: #DB979B;
}
</style>
background-color css
<style>
a { background-color: #DB979B; }
a { background-color: rgb(219,151,155); }
div.DivClassName
{
background-color: #DB979B;
}
.BgClassName
{
background-color: #DB979B;
}
</style>
border-color css
<style>
span { border-color: #DB979B; }
span { border-color: rgb(219,151,155); }
td.TdClassName
{
border-color: #DB979B;
}
.TagClassName
{
border-color: #DB979B;
}
</style>