Shades of Shocking #DB96C0
Tints of Shocking #DB96C0
RGB
CMYK
RGB Variations
Color information
#DB96C0 (or 0xDB96C0) is known color: Shocking. HEX triplet: DB, 96 and C0. RGB value is (219,150,192). Sum of RGB (Red+Green+Blue) = 219+150+192=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96C0 is #24693F. Grayscale: #AFAFAF. Windows color (decimal): -2386240 or 12621531. OLE color: 12621531.
HSL color Cylindrical-coordinate representation of color #DB96C0: hue angle of 323.48º 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 #DB96C0 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 192 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.14 |
| HSL | 323.48º | 0.49% | 0.72% | - |
| HSV(B) | 323.48º | 0.32% | 0.86% | - |
| XYZ | 49.63 | 40.68 | 55.1 | - |
| YUV | 175.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 192 | 0 | 0.32 | 0.12 | 0.14 | 323.48 | 0.49 | 0.72 |
| Hex | DB | 96 | C0 | 0 | 20 | C | E | 143 | 31 | 48 |
| Octal | 333 | 226 | 300 | 0 | 40 | 14 | 16 | 503 | 61 | 110 |
| Binary | 11011011 | 10010110 | 11000000 | 0 | 100000 | 1100 | 1110 | 101000011 | 110001 | 1001000 |
Color Harmonies of #DB96C0
Complementary color
Monochromatic Colors of #DB96C0
Black with #DB96C0
Text Example
Text Example
White with #DB96C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96C0; }
p { color: rgb(219,150,192); }
H1.HeaderClassName
{
color: #DB96C0;
}
.AnyTagClassName
{
color: #DB96C0;
}
</style>
background-color css
<style>
a { background-color: #DB96C0; }
a { background-color: rgb(219,150,192); }
div.DivClassName
{
background-color: #DB96C0;
}
.BgClassName
{
background-color: #DB96C0;
}
</style>
border-color css
<style>
span { border-color: #DB96C0; }
span { border-color: rgb(219,150,192); }
td.TdClassName
{
border-color: #DB96C0;
}
.TagClassName
{
border-color: #DB96C0;
}
</style>