Shades of Shocking #DB9FB7
Tints of Shocking #DB9FB7
RGB
CMYK
RGB Variations
Color information
#DB9FB7 (or 0xDB9FB7) is known color: Shocking. HEX triplet: DB, 9F and B7. RGB value is (219,159,183). Sum of RGB (Red+Green+Blue) = 219+159+183=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FB7 is #246048. Grayscale: #B3B3B3. Windows color (decimal): -2383945 or 12034011. OLE color: 12034011.
HSL color Cylindrical-coordinate representation of color #DB9FB7: hue angle of 336º 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 #DB9FB7 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 159 | 183 | - |
CMYK | 0 | 0.27 | 0.16 | 0.14 |
HSL | 336º | 0.45% | 0.74% | - |
HSV(B) | 336º | 0.27% | 0.86% | - |
XYZ | 50.16 | 43.28 | 50.51 | - |
YUV | 179.68 | 129.88 | 156.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 159 | 183 | 0 | 0.27 | 0.16 | 0.14 | 336 | 0.45 | 0.74 |
Hex | DB | 9F | B7 | 0 | 1B | 10 | E | 150 | 2D | 4A |
Octal | 333 | 237 | 267 | 0 | 33 | 20 | 16 | 520 | 55 | 112 |
Binary | 11011011 | 10011111 | 10110111 | 0 | 11011 | 10000 | 1110 | 101010000 | 101101 | 1001010 |
Color Harmonies of #DB9FB7
Complementary color
Monochromatic Colors of #DB9FB7
Black with #DB9FB7
Text Example
Text Example
White with #DB9FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FB7; }
p { color: rgb(219,159,183); }
H1.HeaderClassName
{
color: #DB9FB7;
}
.AnyTagClassName
{
color: #DB9FB7;
}
</style>
background-color css
<style>
a { background-color: #DB9FB7; }
a { background-color: rgb(219,159,183); }
div.DivClassName
{
background-color: #DB9FB7;
}
.BgClassName
{
background-color: #DB9FB7;
}
</style>
border-color css
<style>
span { border-color: #DB9FB7; }
span { border-color: rgb(219,159,183); }
td.TdClassName
{
border-color: #DB9FB7;
}
.TagClassName
{
border-color: #DB9FB7;
}
</style>