Shades of Shocking #DB9DC9
Tints of Shocking #DB9DC9
RGB
CMYK
RGB Variations
Color information
#DB9DC9 (or 0xDB9DC9) is known color: Shocking. HEX triplet: DB, 9D and C9. RGB value is (219,157,201). Sum of RGB (Red+Green+Blue) = 219+157+201=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DC9 is #246236. Grayscale: #B4B4B4. Windows color (decimal): -2384439 or 13213147. OLE color: 13213147.
HSL color Cylindrical-coordinate representation of color #DB9DC9: hue angle of 317.42º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DC9 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 201 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.14 |
| HSL | 317.42º | 0.46% | 0.74% | - |
| HSV(B) | 317.42º | 0.28% | 0.86% | - |
| XYZ | 51.81 | 43.39 | 60.9 | - |
| YUV | 180.55 | 139.54 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 201 | 0 | 0.28 | 0.08 | 0.14 | 317.42 | 0.46 | 0.74 |
| Hex | DB | 9D | C9 | 0 | 1C | 8 | E | 13D | 2E | 4A |
| Octal | 333 | 235 | 311 | 0 | 34 | 10 | 16 | 475 | 56 | 112 |
| Binary | 11011011 | 10011101 | 11001001 | 0 | 11100 | 1000 | 1110 | 100111101 | 101110 | 1001010 |
Color Harmonies of #DB9DC9
Complementary color
Monochromatic Colors of #DB9DC9
Black with #DB9DC9
Text Example
Text Example
White with #DB9DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DC9; }
p { color: rgb(219,157,201); }
H1.HeaderClassName
{
color: #DB9DC9;
}
.AnyTagClassName
{
color: #DB9DC9;
}
</style>
background-color css
<style>
a { background-color: #DB9DC9; }
a { background-color: rgb(219,157,201); }
div.DivClassName
{
background-color: #DB9DC9;
}
.BgClassName
{
background-color: #DB9DC9;
}
</style>
border-color css
<style>
span { border-color: #DB9DC9; }
span { border-color: rgb(219,157,201); }
td.TdClassName
{
border-color: #DB9DC9;
}
.TagClassName
{
border-color: #DB9DC9;
}
</style>