Shades of Shocking #DB94BD
Tints of Shocking #DB94BD
RGB
CMYK
RGB Variations
Color information
#DB94BD (or 0xDB94BD) is known color: Shocking. HEX triplet: DB, 94 and BD. RGB value is (219,148,189). Sum of RGB (Red+Green+Blue) = 219+148+189=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94BD is #246B42. Grayscale: #ADADAD. Windows color (decimal): -2386755 or 12424411. OLE color: 12424411.
HSL color Cylindrical-coordinate representation of color #DB94BD: hue angle of 325.35º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB94BD is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 189 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.14 |
| HSL | 325.35º | 0.5% | 0.72% | - |
| HSV(B) | 325.35º | 0.32% | 0.86% | - |
| XYZ | 48.99 | 39.91 | 53.27 | - |
| YUV | 173.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 189 | 0 | 0.32 | 0.14 | 0.14 | 325.35 | 0.5 | 0.72 |
| Hex | DB | 94 | BD | 0 | 20 | E | E | 145 | 32 | 48 |
| Octal | 333 | 224 | 275 | 0 | 40 | 16 | 16 | 505 | 62 | 110 |
| Binary | 11011011 | 10010100 | 10111101 | 0 | 100000 | 1110 | 1110 | 101000101 | 110010 | 1001000 |
Color Harmonies of #DB94BD
Complementary color
Monochromatic Colors of #DB94BD
Black with #DB94BD
Text Example
Text Example
White with #DB94BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94BD; }
p { color: rgb(219,148,189); }
H1.HeaderClassName
{
color: #DB94BD;
}
.AnyTagClassName
{
color: #DB94BD;
}
</style>
background-color css
<style>
a { background-color: #DB94BD; }
a { background-color: rgb(219,148,189); }
div.DivClassName
{
background-color: #DB94BD;
}
.BgClassName
{
background-color: #DB94BD;
}
</style>
border-color css
<style>
span { border-color: #DB94BD; }
span { border-color: rgb(219,148,189); }
td.TdClassName
{
border-color: #DB94BD;
}
.TagClassName
{
border-color: #DB94BD;
}
</style>