Shades of Shocking #DB94C5
Tints of Shocking #DB94C5
RGB
CMYK
RGB Variations
Color information
#DB94C5 (or 0xDB94C5) is known color: Shocking. HEX triplet: DB, 94 and C5. RGB value is (219,148,197). Sum of RGB (Red+Green+Blue) = 219+148+197=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94C5 is #246B3A. Grayscale: #AEAEAE. Windows color (decimal): -2386747 or 12948699. OLE color: 12948699.
HSL color Cylindrical-coordinate representation of color #DB94C5: hue angle of 318.59º 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 #DB94C5 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 197 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.14 |
| HSL | 318.59º | 0.5% | 0.72% | - |
| HSV(B) | 318.59º | 0.32% | 0.86% | - |
| XYZ | 49.88 | 40.27 | 57.97 | - |
| YUV | 174.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 197 | 0 | 0.32 | 0.10 | 0.14 | 318.59 | 0.5 | 0.72 |
| Hex | DB | 94 | C5 | 0 | 20 | A | E | 13F | 32 | 48 |
| Octal | 333 | 224 | 305 | 0 | 40 | 12 | 16 | 477 | 62 | 110 |
| Binary | 11011011 | 10010100 | 11000101 | 0 | 100000 | 1010 | 1110 | 100111111 | 110010 | 1001000 |
Color Harmonies of #DB94C5
Complementary color
Monochromatic Colors of #DB94C5
Black with #DB94C5
Text Example
Text Example
White with #DB94C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94C5; }
p { color: rgb(219,148,197); }
H1.HeaderClassName
{
color: #DB94C5;
}
.AnyTagClassName
{
color: #DB94C5;
}
</style>
background-color css
<style>
a { background-color: #DB94C5; }
a { background-color: rgb(219,148,197); }
div.DivClassName
{
background-color: #DB94C5;
}
.BgClassName
{
background-color: #DB94C5;
}
</style>
border-color css
<style>
span { border-color: #DB94C5; }
span { border-color: rgb(219,148,197); }
td.TdClassName
{
border-color: #DB94C5;
}
.TagClassName
{
border-color: #DB94C5;
}
</style>