Shades of Careys Pink #DB989D
Tints of Careys Pink #DB989D
RGB
CMYK
RGB Variations
Color information
#DB989D (or 0xDB989D) is known color: Careys Pink. HEX triplet: DB, 98 and 9D. RGB value is (219,152,157). Sum of RGB (Red+Green+Blue) = 219+152+157=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB989D is #246762. Grayscale: #ACACAC. Windows color (decimal): -2385763 or 10328283. OLE color: 10328283.
HSL color Cylindrical-coordinate representation of color #DB989D: hue angle of 355.52º degrees, saturation: 0.48, 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 #DB989D is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 157 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.14 |
| HSL | 355.52º | 0.48% | 0.73% | - |
| HSV(B) | 355.52º | 0.31% | 0.86% | - |
| XYZ | 46.53 | 39.95 | 37.16 | - |
| YUV | 172.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 157 | 0 | 0.31 | 0.28 | 0.14 | 355.52 | 0.48 | 0.73 |
| Hex | DB | 98 | 9D | 0 | 1F | 1C | E | 164 | 30 | 49 |
| Octal | 333 | 230 | 235 | 0 | 37 | 34 | 16 | 544 | 60 | 111 |
| Binary | 11011011 | 10011000 | 10011101 | 0 | 11111 | 11100 | 1110 | 101100100 | 110000 | 1001001 |
Color Harmonies of #DB989D
Complementary color
Monochromatic Colors of #DB989D
Black with #DB989D
Text Example
Text Example
White with #DB989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB989D; }
p { color: rgb(219,152,157); }
H1.HeaderClassName
{
color: #DB989D;
}
.AnyTagClassName
{
color: #DB989D;
}
</style>
background-color css
<style>
a { background-color: #DB989D; }
a { background-color: rgb(219,152,157); }
div.DivClassName
{
background-color: #DB989D;
}
.BgClassName
{
background-color: #DB989D;
}
</style>
border-color css
<style>
span { border-color: #DB989D; }
span { border-color: rgb(219,152,157); }
td.TdClassName
{
border-color: #DB989D;
}
.TagClassName
{
border-color: #DB989D;
}
</style>