Shades of Shocking #DB98B8
Tints of Shocking #DB98B8
RGB
CMYK
RGB Variations
Color information
#DB98B8 (or 0xDB98B8) is known color: Shocking. HEX triplet: DB, 98 and B8. RGB value is (219,152,184). Sum of RGB (Red+Green+Blue) = 219+152+184=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98B8 is #246747. Grayscale: #AFAFAF. Windows color (decimal): -2385736 or 12097755. OLE color: 12097755.
HSL color Cylindrical-coordinate representation of color #DB98B8: hue angle of 331.34º 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 #DB98B8 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 184 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.14 |
| HSL | 331.34º | 0.48% | 0.73% | - |
| HSV(B) | 331.34º | 0.31% | 0.86% | - |
| XYZ | 49.09 | 40.98 | 50.67 | - |
| YUV | 175.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 184 | 0 | 0.31 | 0.16 | 0.14 | 331.34 | 0.48 | 0.73 |
| Hex | DB | 98 | B8 | 0 | 1F | 10 | E | 14B | 30 | 49 |
| Octal | 333 | 230 | 270 | 0 | 37 | 20 | 16 | 513 | 60 | 111 |
| Binary | 11011011 | 10011000 | 10111000 | 0 | 11111 | 10000 | 1110 | 101001011 | 110000 | 1001001 |
Color Harmonies of #DB98B8
Complementary color
Monochromatic Colors of #DB98B8
Black with #DB98B8
Text Example
Text Example
White with #DB98B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98B8; }
p { color: rgb(219,152,184); }
H1.HeaderClassName
{
color: #DB98B8;
}
.AnyTagClassName
{
color: #DB98B8;
}
</style>
background-color css
<style>
a { background-color: #DB98B8; }
a { background-color: rgb(219,152,184); }
div.DivClassName
{
background-color: #DB98B8;
}
.BgClassName
{
background-color: #DB98B8;
}
</style>
border-color css
<style>
span { border-color: #DB98B8; }
span { border-color: rgb(219,152,184); }
td.TdClassName
{
border-color: #DB98B8;
}
.TagClassName
{
border-color: #DB98B8;
}
</style>