Shades of Shocking #DB9CB9
Tints of Shocking #DB9CB9
RGB
CMYK
RGB Variations
Color information
#DB9CB9 (or 0xDB9CB9) is known color: Shocking. HEX triplet: DB, 9C and B9. RGB value is (219,156,185). Sum of RGB (Red+Green+Blue) = 219+156+185=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CB9 is #246346. Grayscale: #B2B2B2. Windows color (decimal): -2384711 or 12164315. OLE color: 12164315.
HSL color Cylindrical-coordinate representation of color #DB9CB9: hue angle of 332.38º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9CB9 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 185 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.14 |
| HSL | 332.38º | 0.47% | 0.74% | - |
| HSV(B) | 332.38º | 0.29% | 0.86% | - |
| XYZ | 49.86 | 42.34 | 51.44 | - |
| YUV | 178.14 | 131.87 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 185 | 0 | 0.29 | 0.16 | 0.14 | 332.38 | 0.47 | 0.74 |
| Hex | DB | 9C | B9 | 0 | 1D | 10 | E | 14C | 2F | 4A |
| Octal | 333 | 234 | 271 | 0 | 35 | 20 | 16 | 514 | 57 | 112 |
| Binary | 11011011 | 10011100 | 10111001 | 0 | 11101 | 10000 | 1110 | 101001100 | 101111 | 1001010 |
Color Harmonies of #DB9CB9
Complementary color
Monochromatic Colors of #DB9CB9
Black with #DB9CB9
Text Example
Text Example
White with #DB9CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CB9; }
p { color: rgb(219,156,185); }
H1.HeaderClassName
{
color: #DB9CB9;
}
.AnyTagClassName
{
color: #DB9CB9;
}
</style>
background-color css
<style>
a { background-color: #DB9CB9; }
a { background-color: rgb(219,156,185); }
div.DivClassName
{
background-color: #DB9CB9;
}
.BgClassName
{
background-color: #DB9CB9;
}
</style>
border-color css
<style>
span { border-color: #DB9CB9; }
span { border-color: rgb(219,156,185); }
td.TdClassName
{
border-color: #DB9CB9;
}
.TagClassName
{
border-color: #DB9CB9;
}
</style>