Shades of Shocking #DB92BD
Tints of Shocking #DB92BD
RGB
CMYK
RGB Variations
Color information
#DB92BD (or 0xDB92BD) is known color: Shocking. HEX triplet: DB, 92 and BD. RGB value is (219,146,189). Sum of RGB (Red+Green+Blue) = 219+146+189=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92BD is #246D42. Grayscale: #ACACAC. Windows color (decimal): -2387267 or 12423899. OLE color: 12423899.
HSL color Cylindrical-coordinate representation of color #DB92BD: hue angle of 324.66º 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 #DB92BD is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 189 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.14 |
| HSL | 324.66º | 0.5% | 0.72% | - |
| HSV(B) | 324.66º | 0.33% | 0.86% | - |
| XYZ | 48.68 | 39.29 | 53.16 | - |
| YUV | 172.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 189 | 0 | 0.33 | 0.14 | 0.14 | 324.66 | 0.5 | 0.72 |
| Hex | DB | 92 | BD | 0 | 21 | E | E | 145 | 32 | 48 |
| Octal | 333 | 222 | 275 | 0 | 41 | 16 | 16 | 505 | 62 | 110 |
| Binary | 11011011 | 10010010 | 10111101 | 0 | 100001 | 1110 | 1110 | 101000101 | 110010 | 1001000 |
Color Harmonies of #DB92BD
Complementary color
Monochromatic Colors of #DB92BD
Black with #DB92BD
Text Example
Text Example
White with #DB92BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92BD; }
p { color: rgb(219,146,189); }
H1.HeaderClassName
{
color: #DB92BD;
}
.AnyTagClassName
{
color: #DB92BD;
}
</style>
background-color css
<style>
a { background-color: #DB92BD; }
a { background-color: rgb(219,146,189); }
div.DivClassName
{
background-color: #DB92BD;
}
.BgClassName
{
background-color: #DB92BD;
}
</style>
border-color css
<style>
span { border-color: #DB92BD; }
span { border-color: rgb(219,146,189); }
td.TdClassName
{
border-color: #DB92BD;
}
.TagClassName
{
border-color: #DB92BD;
}
</style>