Shades of Shocking #DB98B9
Tints of Shocking #DB98B9
RGB
CMYK
RGB Variations
Color information
#DB98B9 (or 0xDB98B9) is known color: Shocking. HEX triplet: DB, 98 and B9. RGB value is (219,152,185). Sum of RGB (Red+Green+Blue) = 219+152+185=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98B9 is #246746. Grayscale: #AFAFAF. Windows color (decimal): -2385735 or 12163291. OLE color: 12163291.
HSL color Cylindrical-coordinate representation of color #DB98B9: hue angle of 330.45º 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 #DB98B9 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 185 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.14 |
| HSL | 330.45º | 0.48% | 0.73% | - |
| HSV(B) | 330.45º | 0.31% | 0.86% | - |
| XYZ | 49.2 | 41.02 | 51.22 | - |
| YUV | 175.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 185 | 0 | 0.31 | 0.16 | 0.14 | 330.45 | 0.48 | 0.73 |
| Hex | DB | 98 | B9 | 0 | 1F | 10 | E | 14A | 30 | 49 |
| Octal | 333 | 230 | 271 | 0 | 37 | 20 | 16 | 512 | 60 | 111 |
| Binary | 11011011 | 10011000 | 10111001 | 0 | 11111 | 10000 | 1110 | 101001010 | 110000 | 1001001 |
Color Harmonies of #DB98B9
Complementary color
Monochromatic Colors of #DB98B9
Black with #DB98B9
Text Example
Text Example
White with #DB98B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98B9; }
p { color: rgb(219,152,185); }
H1.HeaderClassName
{
color: #DB98B9;
}
.AnyTagClassName
{
color: #DB98B9;
}
</style>
background-color css
<style>
a { background-color: #DB98B9; }
a { background-color: rgb(219,152,185); }
div.DivClassName
{
background-color: #DB98B9;
}
.BgClassName
{
background-color: #DB98B9;
}
</style>
border-color css
<style>
span { border-color: #DB98B9; }
span { border-color: rgb(219,152,185); }
td.TdClassName
{
border-color: #DB98B9;
}
.TagClassName
{
border-color: #DB98B9;
}
</style>