Shades of Shocking #DB92B9
Tints of Shocking #DB92B9
RGB
CMYK
RGB Variations
Color information
#DB92B9 (or 0xDB92B9) is known color: Shocking. HEX triplet: DB, 92 and B9. RGB value is (219,146,185). Sum of RGB (Red+Green+Blue) = 219+146+185=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92B9 is #246D46. Grayscale: #ACACAC. Windows color (decimal): -2387271 or 12161755. OLE color: 12161755.
HSL color Cylindrical-coordinate representation of color #DB92B9: hue angle of 327.95º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB92B9 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 185 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.14 |
| HSL | 327.95º | 0.5% | 0.72% | - |
| HSV(B) | 327.95º | 0.33% | 0.86% | - |
| XYZ | 48.25 | 39.12 | 50.91 | - |
| YUV | 172.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 185 | 0 | 0.33 | 0.16 | 0.14 | 327.95 | 0.5 | 0.72 |
| Hex | DB | 92 | B9 | 0 | 21 | 10 | E | 148 | 32 | 48 |
| Octal | 333 | 222 | 271 | 0 | 41 | 20 | 16 | 510 | 62 | 110 |
| Binary | 11011011 | 10010010 | 10111001 | 0 | 100001 | 10000 | 1110 | 101001000 | 110010 | 1001000 |
Color Harmonies of #DB92B9
Complementary color
Monochromatic Colors of #DB92B9
Black with #DB92B9
Text Example
Text Example
White with #DB92B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92B9; }
p { color: rgb(219,146,185); }
H1.HeaderClassName
{
color: #DB92B9;
}
.AnyTagClassName
{
color: #DB92B9;
}
</style>
background-color css
<style>
a { background-color: #DB92B9; }
a { background-color: rgb(219,146,185); }
div.DivClassName
{
background-color: #DB92B9;
}
.BgClassName
{
background-color: #DB92B9;
}
</style>
border-color css
<style>
span { border-color: #DB92B9; }
span { border-color: rgb(219,146,185); }
td.TdClassName
{
border-color: #DB92B9;
}
.TagClassName
{
border-color: #DB92B9;
}
</style>