Shades of Shocking #DB9FC8
Tints of Shocking #DB9FC8
RGB
CMYK
RGB Variations
Color information
#DB9FC8 (or 0xDB9FC8) is known color: Shocking. HEX triplet: DB, 9F and C8. RGB value is (219,159,200). Sum of RGB (Red+Green+Blue) = 219+159+200=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FC8 is #246037. Grayscale: #B5B5B5. Windows color (decimal): -2383928 or 13148123. OLE color: 13148123.
HSL color Cylindrical-coordinate representation of color #DB9FC8: hue angle of 319º 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 #DB9FC8 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 159 | 200 | - |
CMYK | 0 | 0.27 | 0.09 | 0.14 |
HSL | 319º | 0.45% | 0.74% | - |
HSV(B) | 319º | 0.27% | 0.86% | - |
XYZ | 52.04 | 44.03 | 60.4 | - |
YUV | 181.61 | 138.38 | 154.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 159 | 200 | 0 | 0.27 | 0.09 | 0.14 | 319 | 0.45 | 0.74 |
Hex | DB | 9F | C8 | 0 | 1B | 9 | E | 13F | 2D | 4A |
Octal | 333 | 237 | 310 | 0 | 33 | 11 | 16 | 477 | 55 | 112 |
Binary | 11011011 | 10011111 | 11001000 | 0 | 11011 | 1001 | 1110 | 100111111 | 101101 | 1001010 |
Color Harmonies of #DB9FC8
Complementary color
Monochromatic Colors of #DB9FC8
Black with #DB9FC8
Text Example
Text Example
White with #DB9FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FC8; }
p { color: rgb(219,159,200); }
H1.HeaderClassName
{
color: #DB9FC8;
}
.AnyTagClassName
{
color: #DB9FC8;
}
</style>
background-color css
<style>
a { background-color: #DB9FC8; }
a { background-color: rgb(219,159,200); }
div.DivClassName
{
background-color: #DB9FC8;
}
.BgClassName
{
background-color: #DB9FC8;
}
</style>
border-color css
<style>
span { border-color: #DB9FC8; }
span { border-color: rgb(219,159,200); }
td.TdClassName
{
border-color: #DB9FC8;
}
.TagClassName
{
border-color: #DB9FC8;
}
</style>