Shades of Shocking #DB95BC
Tints of Shocking #DB95BC
RGB
CMYK
RGB Variations
Color information
#DB95BC (or 0xDB95BC) is known color: Shocking. HEX triplet: DB, 95 and BC. RGB value is (219,149,188). Sum of RGB (Red+Green+Blue) = 219+149+188=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95BC is #246A43. Grayscale: #AEAEAE. Windows color (decimal): -2386500 or 12359131. OLE color: 12359131.
HSL color Cylindrical-coordinate representation of color #DB95BC: hue angle of 326.57º 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 #DB95BC is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 188 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.14 |
| HSL | 326.57º | 0.49% | 0.72% | - |
| HSV(B) | 326.57º | 0.32% | 0.86% | - |
| XYZ | 49.04 | 40.19 | 52.75 | - |
| YUV | 174.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 188 | 0 | 0.32 | 0.14 | 0.14 | 326.57 | 0.49 | 0.72 |
| Hex | DB | 95 | BC | 0 | 20 | E | E | 147 | 31 | 48 |
| Octal | 333 | 225 | 274 | 0 | 40 | 16 | 16 | 507 | 61 | 110 |
| Binary | 11011011 | 10010101 | 10111100 | 0 | 100000 | 1110 | 1110 | 101000111 | 110001 | 1001000 |
Color Harmonies of #DB95BC
Complementary color
Monochromatic Colors of #DB95BC
Black with #DB95BC
Text Example
Text Example
White with #DB95BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95BC; }
p { color: rgb(219,149,188); }
H1.HeaderClassName
{
color: #DB95BC;
}
.AnyTagClassName
{
color: #DB95BC;
}
</style>
background-color css
<style>
a { background-color: #DB95BC; }
a { background-color: rgb(219,149,188); }
div.DivClassName
{
background-color: #DB95BC;
}
.BgClassName
{
background-color: #DB95BC;
}
</style>
border-color css
<style>
span { border-color: #DB95BC; }
span { border-color: rgb(219,149,188); }
td.TdClassName
{
border-color: #DB95BC;
}
.TagClassName
{
border-color: #DB95BC;
}
</style>