Shades of Shocking #DB94B9
Tints of Shocking #DB94B9
RGB
CMYK
RGB Variations
Color information
#DB94B9 (or 0xDB94B9) is known color: Shocking. HEX triplet: DB, 94 and B9. RGB value is (219,148,185). Sum of RGB (Red+Green+Blue) = 219+148+185=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94B9 is #246B46. Grayscale: #ADADAD. Windows color (decimal): -2386759 or 12162267. OLE color: 12162267.
HSL color Cylindrical-coordinate representation of color #DB94B9: hue angle of 328.73º degrees, saturation: 0.5, 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 #DB94B9 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 185 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.14 |
| HSL | 328.73º | 0.5% | 0.72% | - |
| HSV(B) | 328.73º | 0.32% | 0.86% | - |
| XYZ | 48.56 | 39.74 | 51.01 | - |
| YUV | 173.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 185 | 0 | 0.32 | 0.16 | 0.14 | 328.73 | 0.5 | 0.72 |
| Hex | DB | 94 | B9 | 0 | 20 | 10 | E | 149 | 32 | 48 |
| Octal | 333 | 224 | 271 | 0 | 40 | 20 | 16 | 511 | 62 | 110 |
| Binary | 11011011 | 10010100 | 10111001 | 0 | 100000 | 10000 | 1110 | 101001001 | 110010 | 1001000 |
Color Harmonies of #DB94B9
Complementary color
Monochromatic Colors of #DB94B9
Black with #DB94B9
Text Example
Text Example
White with #DB94B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94B9; }
p { color: rgb(219,148,185); }
H1.HeaderClassName
{
color: #DB94B9;
}
.AnyTagClassName
{
color: #DB94B9;
}
</style>
background-color css
<style>
a { background-color: #DB94B9; }
a { background-color: rgb(219,148,185); }
div.DivClassName
{
background-color: #DB94B9;
}
.BgClassName
{
background-color: #DB94B9;
}
</style>
border-color css
<style>
span { border-color: #DB94B9; }
span { border-color: rgb(219,148,185); }
td.TdClassName
{
border-color: #DB94B9;
}
.TagClassName
{
border-color: #DB94B9;
}
</style>