Shades of Shocking #DB98BE
Tints of Shocking #DB98BE
RGB
CMYK
RGB Variations
Color information
#DB98BE (or 0xDB98BE) is known color: Shocking. HEX triplet: DB, 98 and BE. RGB value is (219,152,190). Sum of RGB (Red+Green+Blue) = 219+152+190=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98BE is #246741. Grayscale: #B0B0B0. Windows color (decimal): -2385730 or 12490971. OLE color: 12490971.
HSL color Cylindrical-coordinate representation of color #DB98BE: hue angle of 325.97º 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 #DB98BE is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 190 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.14 |
| HSL | 325.97º | 0.48% | 0.73% | - |
| HSV(B) | 325.97º | 0.31% | 0.86% | - |
| XYZ | 49.74 | 41.23 | 54.05 | - |
| YUV | 176.37 | 135.7 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 190 | 0 | 0.31 | 0.13 | 0.14 | 325.97 | 0.48 | 0.73 |
| Hex | DB | 98 | BE | 0 | 1F | D | E | 146 | 30 | 49 |
| Octal | 333 | 230 | 276 | 0 | 37 | 15 | 16 | 506 | 60 | 111 |
| Binary | 11011011 | 10011000 | 10111110 | 0 | 11111 | 1101 | 1110 | 101000110 | 110000 | 1001001 |
Color Harmonies of #DB98BE
Complementary color
Monochromatic Colors of #DB98BE
Black with #DB98BE
Text Example
Text Example
White with #DB98BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98BE; }
p { color: rgb(219,152,190); }
H1.HeaderClassName
{
color: #DB98BE;
}
.AnyTagClassName
{
color: #DB98BE;
}
</style>
background-color css
<style>
a { background-color: #DB98BE; }
a { background-color: rgb(219,152,190); }
div.DivClassName
{
background-color: #DB98BE;
}
.BgClassName
{
background-color: #DB98BE;
}
</style>
border-color css
<style>
span { border-color: #DB98BE; }
span { border-color: rgb(219,152,190); }
td.TdClassName
{
border-color: #DB98BE;
}
.TagClassName
{
border-color: #DB98BE;
}
</style>