Shades of Shocking #DB9FC7
Tints of Shocking #DB9FC7
RGB
CMYK
RGB Variations
Color information
#DB9FC7 (or 0xDB9FC7) is known color: Shocking. HEX triplet: DB, 9F and C7. RGB value is (219,159,199). Sum of RGB (Red+Green+Blue) = 219+159+199=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FC7 is #246038. Grayscale: #B5B5B5. Windows color (decimal): -2383929 or 13082587. OLE color: 13082587.
HSL color Cylindrical-coordinate representation of color #DB9FC7: hue angle of 320º 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 #DB9FC7 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 199 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.14 |
| HSL | 320º | 0.45% | 0.74% | - |
| HSV(B) | 320º | 0.27% | 0.86% | - |
| XYZ | 51.92 | 43.98 | 59.79 | - |
| YUV | 181.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 199 | 0 | 0.27 | 0.09 | 0.14 | 320 | 0.45 | 0.74 |
| Hex | DB | 9F | C7 | 0 | 1B | 9 | E | 140 | 2D | 4A |
| Octal | 333 | 237 | 307 | 0 | 33 | 11 | 16 | 500 | 55 | 112 |
| Binary | 11011011 | 10011111 | 11000111 | 0 | 11011 | 1001 | 1110 | 101000000 | 101101 | 1001010 |
Color Harmonies of #DB9FC7
Complementary color
Monochromatic Colors of #DB9FC7
Black with #DB9FC7
Text Example
Text Example
White with #DB9FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FC7; }
p { color: rgb(219,159,199); }
H1.HeaderClassName
{
color: #DB9FC7;
}
.AnyTagClassName
{
color: #DB9FC7;
}
</style>
background-color css
<style>
a { background-color: #DB9FC7; }
a { background-color: rgb(219,159,199); }
div.DivClassName
{
background-color: #DB9FC7;
}
.BgClassName
{
background-color: #DB9FC7;
}
</style>
border-color css
<style>
span { border-color: #DB9FC7; }
span { border-color: rgb(219,159,199); }
td.TdClassName
{
border-color: #DB9FC7;
}
.TagClassName
{
border-color: #DB9FC7;
}
</style>