Shades of Careys Pink #DB989C
Tints of Careys Pink #DB989C
RGB
CMYK
RGB Variations
Color information
#DB989C (or 0xDB989C) is known color: Careys Pink. HEX triplet: DB, 98 and 9C. RGB value is (219,152,156). Sum of RGB (Red+Green+Blue) = 219+152+156=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB989C is #246763. Grayscale: #ACACAC. Windows color (decimal): -2385764 or 10262747. OLE color: 10262747.
HSL color Cylindrical-coordinate representation of color #DB989C: hue angle of 356.42º 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 #DB989C is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 156 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.14 |
| HSL | 356.42º | 0.48% | 0.73% | - |
| HSV(B) | 356.42º | 0.31% | 0.86% | - |
| XYZ | 46.44 | 39.92 | 36.71 | - |
| YUV | 172.49 | 118.7 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 156 | 0 | 0.31 | 0.29 | 0.14 | 356.42 | 0.48 | 0.73 |
| Hex | DB | 98 | 9C | 0 | 1F | 1D | E | 164 | 30 | 49 |
| Octal | 333 | 230 | 234 | 0 | 37 | 35 | 16 | 544 | 60 | 111 |
| Binary | 11011011 | 10011000 | 10011100 | 0 | 11111 | 11101 | 1110 | 101100100 | 110000 | 1001001 |
Color Harmonies of #DB989C
Complementary color
Monochromatic Colors of #DB989C
Black with #DB989C
Text Example
Text Example
White with #DB989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB989C; }
p { color: rgb(219,152,156); }
H1.HeaderClassName
{
color: #DB989C;
}
.AnyTagClassName
{
color: #DB989C;
}
</style>
background-color css
<style>
a { background-color: #DB989C; }
a { background-color: rgb(219,152,156); }
div.DivClassName
{
background-color: #DB989C;
}
.BgClassName
{
background-color: #DB989C;
}
</style>
border-color css
<style>
span { border-color: #DB989C; }
span { border-color: rgb(219,152,156); }
td.TdClassName
{
border-color: #DB989C;
}
.TagClassName
{
border-color: #DB989C;
}
</style>