Shades of Shocking #DB92C0
Tints of Shocking #DB92C0
RGB
CMYK
RGB Variations
Color information
#DB92C0 (or 0xDB92C0) is known color: Shocking. HEX triplet: DB, 92 and C0. RGB value is (219,146,192). Sum of RGB (Red+Green+Blue) = 219+146+192=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92C0 is #246D3F. Grayscale: #ACACAC. Windows color (decimal): -2387264 or 12620507. OLE color: 12620507.
HSL color Cylindrical-coordinate representation of color #DB92C0: hue angle of 322.19º 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 #DB92C0 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 192 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.14 |
| HSL | 322.19º | 0.5% | 0.72% | - |
| HSV(B) | 322.19º | 0.33% | 0.86% | - |
| XYZ | 49.01 | 39.42 | 54.9 | - |
| YUV | 173.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 192 | 0 | 0.33 | 0.12 | 0.14 | 322.19 | 0.5 | 0.72 |
| Hex | DB | 92 | C0 | 0 | 21 | C | E | 142 | 32 | 48 |
| Octal | 333 | 222 | 300 | 0 | 41 | 14 | 16 | 502 | 62 | 110 |
| Binary | 11011011 | 10010010 | 11000000 | 0 | 100001 | 1100 | 1110 | 101000010 | 110010 | 1001000 |
Color Harmonies of #DB92C0
Complementary color
Monochromatic Colors of #DB92C0
Black with #DB92C0
Text Example
Text Example
White with #DB92C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92C0; }
p { color: rgb(219,146,192); }
H1.HeaderClassName
{
color: #DB92C0;
}
.AnyTagClassName
{
color: #DB92C0;
}
</style>
background-color css
<style>
a { background-color: #DB92C0; }
a { background-color: rgb(219,146,192); }
div.DivClassName
{
background-color: #DB92C0;
}
.BgClassName
{
background-color: #DB92C0;
}
</style>
border-color css
<style>
span { border-color: #DB92C0; }
span { border-color: rgb(219,146,192); }
td.TdClassName
{
border-color: #DB92C0;
}
.TagClassName
{
border-color: #DB92C0;
}
</style>