Shades of Shocking #DB92C4
Tints of Shocking #DB92C4
RGB
CMYK
RGB Variations
Color information
#DB92C4 (or 0xDB92C4) is known color: Shocking. HEX triplet: DB, 92 and C4. RGB value is (219,146,196). Sum of RGB (Red+Green+Blue) = 219+146+196=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92C4 is #246D3B. Grayscale: #ADADAD. Windows color (decimal): -2387260 or 12882651. OLE color: 12882651.
HSL color Cylindrical-coordinate representation of color #DB92C4: hue angle of 318.9º 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 #DB92C4 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 196 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.14 |
| HSL | 318.9º | 0.5% | 0.72% | - |
| HSV(B) | 318.9º | 0.33% | 0.86% | - |
| XYZ | 49.46 | 39.6 | 57.26 | - |
| YUV | 173.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 196 | 0 | 0.33 | 0.11 | 0.14 | 318.9 | 0.5 | 0.72 |
| Hex | DB | 92 | C4 | 0 | 21 | B | E | 13F | 32 | 48 |
| Octal | 333 | 222 | 304 | 0 | 41 | 13 | 16 | 477 | 62 | 110 |
| Binary | 11011011 | 10010010 | 11000100 | 0 | 100001 | 1011 | 1110 | 100111111 | 110010 | 1001000 |
Color Harmonies of #DB92C4
Complementary color
Monochromatic Colors of #DB92C4
Black with #DB92C4
Text Example
Text Example
White with #DB92C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92C4; }
p { color: rgb(219,146,196); }
H1.HeaderClassName
{
color: #DB92C4;
}
.AnyTagClassName
{
color: #DB92C4;
}
</style>
background-color css
<style>
a { background-color: #DB92C4; }
a { background-color: rgb(219,146,196); }
div.DivClassName
{
background-color: #DB92C4;
}
.BgClassName
{
background-color: #DB92C4;
}
</style>
border-color css
<style>
span { border-color: #DB92C4; }
span { border-color: rgb(219,146,196); }
td.TdClassName
{
border-color: #DB92C4;
}
.TagClassName
{
border-color: #DB92C4;
}
</style>