Shades of Shocking #DB95BE
Tints of Shocking #DB95BE
RGB
CMYK
RGB Variations
Color information
#DB95BE (or 0xDB95BE) is known color: Shocking. HEX triplet: DB, 95 and BE. RGB value is (219,149,190). Sum of RGB (Red+Green+Blue) = 219+149+190=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95BE is #246A41. Grayscale: #AEAEAE. Windows color (decimal): -2386498 or 12490203. OLE color: 12490203.
HSL color Cylindrical-coordinate representation of color #DB95BE: hue angle of 324.86º 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 #DB95BE is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 190 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.14 |
| HSL | 324.86º | 0.49% | 0.72% | - |
| HSV(B) | 324.86º | 0.32% | 0.86% | - |
| XYZ | 49.26 | 40.27 | 53.89 | - |
| YUV | 174.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 190 | 0 | 0.32 | 0.13 | 0.14 | 324.86 | 0.49 | 0.72 |
| Hex | DB | 95 | BE | 0 | 20 | D | E | 145 | 31 | 48 |
| Octal | 333 | 225 | 276 | 0 | 40 | 15 | 16 | 505 | 61 | 110 |
| Binary | 11011011 | 10010101 | 10111110 | 0 | 100000 | 1101 | 1110 | 101000101 | 110001 | 1001000 |
Color Harmonies of #DB95BE
Complementary color
Monochromatic Colors of #DB95BE
Black with #DB95BE
Text Example
Text Example
White with #DB95BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95BE; }
p { color: rgb(219,149,190); }
H1.HeaderClassName
{
color: #DB95BE;
}
.AnyTagClassName
{
color: #DB95BE;
}
</style>
background-color css
<style>
a { background-color: #DB95BE; }
a { background-color: rgb(219,149,190); }
div.DivClassName
{
background-color: #DB95BE;
}
.BgClassName
{
background-color: #DB95BE;
}
</style>
border-color css
<style>
span { border-color: #DB95BE; }
span { border-color: rgb(219,149,190); }
td.TdClassName
{
border-color: #DB95BE;
}
.TagClassName
{
border-color: #DB95BE;
}
</style>