Shades of Shocking #DB95BB
Tints of Shocking #DB95BB
RGB
CMYK
RGB Variations
Color information
#DB95BB (or 0xDB95BB) is known color: Shocking. HEX triplet: DB, 95 and BB. RGB value is (219,149,187). Sum of RGB (Red+Green+Blue) = 219+149+187=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95BB is #246A44. Grayscale: #AEAEAE. Windows color (decimal): -2386501 or 12293595. OLE color: 12293595.
HSL color Cylindrical-coordinate representation of color #DB95BB: hue angle of 327.43º 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 #DB95BB is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 187 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.14 |
| HSL | 327.43º | 0.49% | 0.72% | - |
| HSV(B) | 327.43º | 0.32% | 0.86% | - |
| XYZ | 48.93 | 40.14 | 52.18 | - |
| YUV | 174.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 187 | 0 | 0.32 | 0.15 | 0.14 | 327.43 | 0.49 | 0.72 |
| Hex | DB | 95 | BB | 0 | 20 | F | E | 147 | 31 | 48 |
| Octal | 333 | 225 | 273 | 0 | 40 | 17 | 16 | 507 | 61 | 110 |
| Binary | 11011011 | 10010101 | 10111011 | 0 | 100000 | 1111 | 1110 | 101000111 | 110001 | 1001000 |
Color Harmonies of #DB95BB
Complementary color
Monochromatic Colors of #DB95BB
Black with #DB95BB
Text Example
Text Example
White with #DB95BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95BB; }
p { color: rgb(219,149,187); }
H1.HeaderClassName
{
color: #DB95BB;
}
.AnyTagClassName
{
color: #DB95BB;
}
</style>
background-color css
<style>
a { background-color: #DB95BB; }
a { background-color: rgb(219,149,187); }
div.DivClassName
{
background-color: #DB95BB;
}
.BgClassName
{
background-color: #DB95BB;
}
</style>
border-color css
<style>
span { border-color: #DB95BB; }
span { border-color: rgb(219,149,187); }
td.TdClassName
{
border-color: #DB95BB;
}
.TagClassName
{
border-color: #DB95BB;
}
</style>