Shades of Shocking #DB9FC0
Tints of Shocking #DB9FC0
RGB
CMYK
RGB Variations
Color information
#DB9FC0 (or 0xDB9FC0) is known color: Shocking. HEX triplet: DB, 9F and C0. RGB value is (219,159,192). Sum of RGB (Red+Green+Blue) = 219+159+192=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FC0 is #24603F. Grayscale: #B4B4B4. Windows color (decimal): -2383936 or 12623835. OLE color: 12623835.
HSL color Cylindrical-coordinate representation of color #DB9FC0: hue angle of 327º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DB9FC0 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 192 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.14 |
| HSL | 327º | 0.45% | 0.74% | - |
| HSV(B) | 327º | 0.27% | 0.86% | - |
| XYZ | 51.13 | 43.66 | 55.6 | - |
| YUV | 180.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 192 | 0 | 0.27 | 0.12 | 0.14 | 327 | 0.45 | 0.74 |
| Hex | DB | 9F | C0 | 0 | 1B | C | E | 147 | 2D | 4A |
| Octal | 333 | 237 | 300 | 0 | 33 | 14 | 16 | 507 | 55 | 112 |
| Binary | 11011011 | 10011111 | 11000000 | 0 | 11011 | 1100 | 1110 | 101000111 | 101101 | 1001010 |
Color Harmonies of #DB9FC0
Complementary color
Monochromatic Colors of #DB9FC0
Black with #DB9FC0
Text Example
Text Example
White with #DB9FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FC0; }
p { color: rgb(219,159,192); }
H1.HeaderClassName
{
color: #DB9FC0;
}
.AnyTagClassName
{
color: #DB9FC0;
}
</style>
background-color css
<style>
a { background-color: #DB9FC0; }
a { background-color: rgb(219,159,192); }
div.DivClassName
{
background-color: #DB9FC0;
}
.BgClassName
{
background-color: #DB9FC0;
}
</style>
border-color css
<style>
span { border-color: #DB9FC0; }
span { border-color: rgb(219,159,192); }
td.TdClassName
{
border-color: #DB9FC0;
}
.TagClassName
{
border-color: #DB9FC0;
}
</style>