Shades of Shocking #DB94C6
Tints of Shocking #DB94C6
RGB
CMYK
RGB Variations
Color information
#DB94C6 (or 0xDB94C6) is known color: Shocking. HEX triplet: DB, 94 and C6. RGB value is (219,148,198). Sum of RGB (Red+Green+Blue) = 219+148+198=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94C6 is #246B39. Grayscale: #AEAEAE. Windows color (decimal): -2386746 or 13014235. OLE color: 13014235.
HSL color Cylindrical-coordinate representation of color #DB94C6: hue angle of 317.75º 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 #DB94C6 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 198 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.14 |
| HSL | 317.75º | 0.5% | 0.72% | - |
| HSV(B) | 317.75º | 0.32% | 0.86% | - |
| XYZ | 50 | 40.32 | 58.57 | - |
| YUV | 174.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 198 | 0 | 0.32 | 0.10 | 0.14 | 317.75 | 0.5 | 0.72 |
| Hex | DB | 94 | C6 | 0 | 20 | A | E | 13E | 32 | 48 |
| Octal | 333 | 224 | 306 | 0 | 40 | 12 | 16 | 476 | 62 | 110 |
| Binary | 11011011 | 10010100 | 11000110 | 0 | 100000 | 1010 | 1110 | 100111110 | 110010 | 1001000 |
Color Harmonies of #DB94C6
Complementary color
Monochromatic Colors of #DB94C6
Black with #DB94C6
Text Example
Text Example
White with #DB94C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94C6; }
p { color: rgb(219,148,198); }
H1.HeaderClassName
{
color: #DB94C6;
}
.AnyTagClassName
{
color: #DB94C6;
}
</style>
background-color css
<style>
a { background-color: #DB94C6; }
a { background-color: rgb(219,148,198); }
div.DivClassName
{
background-color: #DB94C6;
}
.BgClassName
{
background-color: #DB94C6;
}
</style>
border-color css
<style>
span { border-color: #DB94C6; }
span { border-color: rgb(219,148,198); }
td.TdClassName
{
border-color: #DB94C6;
}
.TagClassName
{
border-color: #DB94C6;
}
</style>