Shades of Shocking #DB96B9
Tints of Shocking #DB96B9
RGB
CMYK
RGB Variations
Color information
#DB96B9 (or 0xDB96B9) is known color: Shocking. HEX triplet: DB, 96 and B9. RGB value is (219,150,185). Sum of RGB (Red+Green+Blue) = 219+150+185=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96B9 is #246946. Grayscale: #AEAEAE. Windows color (decimal): -2386247 or 12162779. OLE color: 12162779.
HSL color Cylindrical-coordinate representation of color #DB96B9: hue angle of 329.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB96B9 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 185 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.14 |
| HSL | 329.57º | 0.49% | 0.72% | - |
| HSV(B) | 329.57º | 0.32% | 0.86% | - |
| XYZ | 48.88 | 40.38 | 51.12 | - |
| YUV | 174.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 185 | 0 | 0.32 | 0.16 | 0.14 | 329.57 | 0.49 | 0.72 |
| Hex | DB | 96 | B9 | 0 | 20 | 10 | E | 14A | 31 | 48 |
| Octal | 333 | 226 | 271 | 0 | 40 | 20 | 16 | 512 | 61 | 110 |
| Binary | 11011011 | 10010110 | 10111001 | 0 | 100000 | 10000 | 1110 | 101001010 | 110001 | 1001000 |
Color Harmonies of #DB96B9
Complementary color
Monochromatic Colors of #DB96B9
Black with #DB96B9
Text Example
Text Example
White with #DB96B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96B9; }
p { color: rgb(219,150,185); }
H1.HeaderClassName
{
color: #DB96B9;
}
.AnyTagClassName
{
color: #DB96B9;
}
</style>
background-color css
<style>
a { background-color: #DB96B9; }
a { background-color: rgb(219,150,185); }
div.DivClassName
{
background-color: #DB96B9;
}
.BgClassName
{
background-color: #DB96B9;
}
</style>
border-color css
<style>
span { border-color: #DB96B9; }
span { border-color: rgb(219,150,185); }
td.TdClassName
{
border-color: #DB96B9;
}
.TagClassName
{
border-color: #DB96B9;
}
</style>