Shades of Shocking #DB92C7
Tints of Shocking #DB92C7
RGB
CMYK
RGB Variations
Color information
#DB92C7 (or 0xDB92C7) is known color: Shocking. HEX triplet: DB, 92 and C7. RGB value is (219,146,199). Sum of RGB (Red+Green+Blue) = 219+146+199=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92C7 is #246D38. Grayscale: #ADADAD. Windows color (decimal): -2387257 or 13079259. OLE color: 13079259.
HSL color Cylindrical-coordinate representation of color #DB92C7: hue angle of 316.44º 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 #DB92C7 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 199 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.14 |
| HSL | 316.44º | 0.5% | 0.72% | - |
| HSV(B) | 316.44º | 0.33% | 0.86% | - |
| XYZ | 49.8 | 39.74 | 59.08 | - |
| YUV | 173.87 | 142.18 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 199 | 0 | 0.33 | 0.09 | 0.14 | 316.44 | 0.5 | 0.72 |
| Hex | DB | 92 | C7 | 0 | 21 | 9 | E | 13C | 32 | 48 |
| Octal | 333 | 222 | 307 | 0 | 41 | 11 | 16 | 474 | 62 | 110 |
| Binary | 11011011 | 10010010 | 11000111 | 0 | 100001 | 1001 | 1110 | 100111100 | 110010 | 1001000 |
Color Harmonies of #DB92C7
Complementary color
Monochromatic Colors of #DB92C7
Black with #DB92C7
Text Example
Text Example
White with #DB92C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92C7; }
p { color: rgb(219,146,199); }
H1.HeaderClassName
{
color: #DB92C7;
}
.AnyTagClassName
{
color: #DB92C7;
}
</style>
background-color css
<style>
a { background-color: #DB92C7; }
a { background-color: rgb(219,146,199); }
div.DivClassName
{
background-color: #DB92C7;
}
.BgClassName
{
background-color: #DB92C7;
}
</style>
border-color css
<style>
span { border-color: #DB92C7; }
span { border-color: rgb(219,146,199); }
td.TdClassName
{
border-color: #DB92C7;
}
.TagClassName
{
border-color: #DB92C7;
}
</style>