Shades of Shocking #DB9BC9
Tints of Shocking #DB9BC9
RGB
CMYK
RGB Variations
Color information
#DB9BC9 (or 0xDB9BC9) is known color: Shocking. HEX triplet: DB, 9B and C9. RGB value is (219,155,201). Sum of RGB (Red+Green+Blue) = 219+155+201=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BC9 is #246436. Grayscale: #B3B3B3. Windows color (decimal): -2384951 or 13212635. OLE color: 13212635.
HSL color Cylindrical-coordinate representation of color #DB9BC9: hue angle of 316.88º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9BC9 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 201 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.14 |
| HSL | 316.88º | 0.47% | 0.73% | - |
| HSV(B) | 316.88º | 0.29% | 0.86% | - |
| XYZ | 51.48 | 42.72 | 60.79 | - |
| YUV | 179.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 201 | 0 | 0.29 | 0.08 | 0.14 | 316.88 | 0.47 | 0.73 |
| Hex | DB | 9B | C9 | 0 | 1D | 8 | E | 13D | 2F | 49 |
| Octal | 333 | 233 | 311 | 0 | 35 | 10 | 16 | 475 | 57 | 111 |
| Binary | 11011011 | 10011011 | 11001001 | 0 | 11101 | 1000 | 1110 | 100111101 | 101111 | 1001001 |
Color Harmonies of #DB9BC9
Complementary color
Monochromatic Colors of #DB9BC9
Black with #DB9BC9
Text Example
Text Example
White with #DB9BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BC9; }
p { color: rgb(219,155,201); }
H1.HeaderClassName
{
color: #DB9BC9;
}
.AnyTagClassName
{
color: #DB9BC9;
}
</style>
background-color css
<style>
a { background-color: #DB9BC9; }
a { background-color: rgb(219,155,201); }
div.DivClassName
{
background-color: #DB9BC9;
}
.BgClassName
{
background-color: #DB9BC9;
}
</style>
border-color css
<style>
span { border-color: #DB9BC9; }
span { border-color: rgb(219,155,201); }
td.TdClassName
{
border-color: #DB9BC9;
}
.TagClassName
{
border-color: #DB9BC9;
}
</style>