Shades of Shocking #DB96B6
Tints of Shocking #DB96B6
RGB
CMYK
RGB Variations
Color information
#DB96B6 (or 0xDB96B6) is known color: Shocking. HEX triplet: DB, 96 and B6. RGB value is (219,150,182). Sum of RGB (Red+Green+Blue) = 219+150+182=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96B6 is #246949. Grayscale: #AEAEAE. Windows color (decimal): -2386250 or 11966171. OLE color: 11966171.
HSL color Cylindrical-coordinate representation of color #DB96B6: hue angle of 332.17º 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 #DB96B6 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 182 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.14 |
| HSL | 332.17º | 0.49% | 0.72% | - |
| HSV(B) | 332.17º | 0.32% | 0.86% | - |
| XYZ | 48.56 | 40.25 | 49.47 | - |
| YUV | 174.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 182 | 0 | 0.32 | 0.17 | 0.14 | 332.17 | 0.49 | 0.72 |
| Hex | DB | 96 | B6 | 0 | 20 | 11 | E | 14C | 31 | 48 |
| Octal | 333 | 226 | 266 | 0 | 40 | 21 | 16 | 514 | 61 | 110 |
| Binary | 11011011 | 10010110 | 10110110 | 0 | 100000 | 10001 | 1110 | 101001100 | 110001 | 1001000 |
Color Harmonies of #DB96B6
Complementary color
Monochromatic Colors of #DB96B6
Black with #DB96B6
Text Example
Text Example
White with #DB96B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96B6; }
p { color: rgb(219,150,182); }
H1.HeaderClassName
{
color: #DB96B6;
}
.AnyTagClassName
{
color: #DB96B6;
}
</style>
background-color css
<style>
a { background-color: #DB96B6; }
a { background-color: rgb(219,150,182); }
div.DivClassName
{
background-color: #DB96B6;
}
.BgClassName
{
background-color: #DB96B6;
}
</style>
border-color css
<style>
span { border-color: #DB96B6; }
span { border-color: rgb(219,150,182); }
td.TdClassName
{
border-color: #DB96B6;
}
.TagClassName
{
border-color: #DB96B6;
}
</style>