Shades of Shocking #DB96BD
Tints of Shocking #DB96BD
RGB
CMYK
RGB Variations
Color information
#DB96BD (or 0xDB96BD) is known color: Shocking. HEX triplet: DB, 96 and BD. RGB value is (219,150,189). Sum of RGB (Red+Green+Blue) = 219+150+189=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96BD is #246942. Grayscale: #AEAEAE. Windows color (decimal): -2386243 or 12424923. OLE color: 12424923.
HSL color Cylindrical-coordinate representation of color #DB96BD: hue angle of 326.09º 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 #DB96BD is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 189 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.14 |
| HSL | 326.09º | 0.49% | 0.72% | - |
| HSV(B) | 326.09º | 0.32% | 0.86% | - |
| XYZ | 49.31 | 40.55 | 53.37 | - |
| YUV | 175.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 189 | 0 | 0.32 | 0.14 | 0.14 | 326.09 | 0.49 | 0.72 |
| Hex | DB | 96 | BD | 0 | 20 | E | E | 146 | 31 | 48 |
| Octal | 333 | 226 | 275 | 0 | 40 | 16 | 16 | 506 | 61 | 110 |
| Binary | 11011011 | 10010110 | 10111101 | 0 | 100000 | 1110 | 1110 | 101000110 | 110001 | 1001000 |
Color Harmonies of #DB96BD
Complementary color
Monochromatic Colors of #DB96BD
Black with #DB96BD
Text Example
Text Example
White with #DB96BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96BD; }
p { color: rgb(219,150,189); }
H1.HeaderClassName
{
color: #DB96BD;
}
.AnyTagClassName
{
color: #DB96BD;
}
</style>
background-color css
<style>
a { background-color: #DB96BD; }
a { background-color: rgb(219,150,189); }
div.DivClassName
{
background-color: #DB96BD;
}
.BgClassName
{
background-color: #DB96BD;
}
</style>
border-color css
<style>
span { border-color: #DB96BD; }
span { border-color: rgb(219,150,189); }
td.TdClassName
{
border-color: #DB96BD;
}
.TagClassName
{
border-color: #DB96BD;
}
</style>