Shades of Shocking #DB94C7
Tints of Shocking #DB94C7
RGB
CMYK
RGB Variations
Color information
#DB94C7 (or 0xDB94C7) is known color: Shocking. HEX triplet: DB, 94 and C7. RGB value is (219,148,199). Sum of RGB (Red+Green+Blue) = 219+148+199=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94C7 is #246B38. Grayscale: #AEAEAE. Windows color (decimal): -2386745 or 13079771. OLE color: 13079771.
HSL color Cylindrical-coordinate representation of color #DB94C7: hue angle of 316.9º 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 #DB94C7 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 199 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.14 |
| HSL | 316.9º | 0.5% | 0.72% | - |
| HSV(B) | 316.9º | 0.32% | 0.86% | - |
| XYZ | 50.11 | 40.36 | 59.18 | - |
| YUV | 175.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 199 | 0 | 0.32 | 0.09 | 0.14 | 316.9 | 0.5 | 0.72 |
| Hex | DB | 94 | C7 | 0 | 20 | 9 | E | 13D | 32 | 48 |
| Octal | 333 | 224 | 307 | 0 | 40 | 11 | 16 | 475 | 62 | 110 |
| Binary | 11011011 | 10010100 | 11000111 | 0 | 100000 | 1001 | 1110 | 100111101 | 110010 | 1001000 |
Color Harmonies of #DB94C7
Complementary color
Monochromatic Colors of #DB94C7
Black with #DB94C7
Text Example
Text Example
White with #DB94C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94C7; }
p { color: rgb(219,148,199); }
H1.HeaderClassName
{
color: #DB94C7;
}
.AnyTagClassName
{
color: #DB94C7;
}
</style>
background-color css
<style>
a { background-color: #DB94C7; }
a { background-color: rgb(219,148,199); }
div.DivClassName
{
background-color: #DB94C7;
}
.BgClassName
{
background-color: #DB94C7;
}
</style>
border-color css
<style>
span { border-color: #DB94C7; }
span { border-color: rgb(219,148,199); }
td.TdClassName
{
border-color: #DB94C7;
}
.TagClassName
{
border-color: #DB94C7;
}
</style>