Shades of Shocking #DB96B7
Tints of Shocking #DB96B7
RGB
CMYK
RGB Variations
Color information
#DB96B7 (or 0xDB96B7) is known color: Shocking. HEX triplet: DB, 96 and B7. RGB value is (219,150,183). Sum of RGB (Red+Green+Blue) = 219+150+183=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96B7 is #246948. Grayscale: #AEAEAE. Windows color (decimal): -2386249 or 12031707. OLE color: 12031707.
HSL color Cylindrical-coordinate representation of color #DB96B7: hue angle of 331.3º 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 #DB96B7 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 183 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.14 |
| HSL | 331.3º | 0.49% | 0.72% | - |
| HSV(B) | 331.3º | 0.32% | 0.86% | - |
| XYZ | 48.67 | 40.29 | 50.01 | - |
| YUV | 174.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 183 | 0 | 0.32 | 0.16 | 0.14 | 331.3 | 0.49 | 0.72 |
| Hex | DB | 96 | B7 | 0 | 20 | 10 | E | 14B | 31 | 48 |
| Octal | 333 | 226 | 267 | 0 | 40 | 20 | 16 | 513 | 61 | 110 |
| Binary | 11011011 | 10010110 | 10110111 | 0 | 100000 | 10000 | 1110 | 101001011 | 110001 | 1001000 |
Color Harmonies of #DB96B7
Complementary color
Monochromatic Colors of #DB96B7
Black with #DB96B7
Text Example
Text Example
White with #DB96B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96B7; }
p { color: rgb(219,150,183); }
H1.HeaderClassName
{
color: #DB96B7;
}
.AnyTagClassName
{
color: #DB96B7;
}
</style>
background-color css
<style>
a { background-color: #DB96B7; }
a { background-color: rgb(219,150,183); }
div.DivClassName
{
background-color: #DB96B7;
}
.BgClassName
{
background-color: #DB96B7;
}
</style>
border-color css
<style>
span { border-color: #DB96B7; }
span { border-color: rgb(219,150,183); }
td.TdClassName
{
border-color: #DB96B7;
}
.TagClassName
{
border-color: #DB96B7;
}
</style>