Shades of Shocking #DB9CB6
Tints of Shocking #DB9CB6
RGB
CMYK
RGB Variations
Color information
#DB9CB6 (or 0xDB9CB6) is known color: Shocking. HEX triplet: DB, 9C and B6. RGB value is (219,156,182). Sum of RGB (Red+Green+Blue) = 219+156+182=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CB6 is #246349. Grayscale: #B1B1B1. Windows color (decimal): -2384714 or 11967707. OLE color: 11967707.
HSL color Cylindrical-coordinate representation of color #DB9CB6: hue angle of 335.24º 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 #DB9CB6 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 182 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.14 |
| HSL | 335.24º | 0.47% | 0.74% | - |
| HSV(B) | 335.24º | 0.29% | 0.86% | - |
| XYZ | 49.55 | 42.21 | 49.79 | - |
| YUV | 177.8 | 130.37 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 182 | 0 | 0.29 | 0.17 | 0.14 | 335.24 | 0.47 | 0.74 |
| Hex | DB | 9C | B6 | 0 | 1D | 11 | E | 14F | 2F | 4A |
| Octal | 333 | 234 | 266 | 0 | 35 | 21 | 16 | 517 | 57 | 112 |
| Binary | 11011011 | 10011100 | 10110110 | 0 | 11101 | 10001 | 1110 | 101001111 | 101111 | 1001010 |
Color Harmonies of #DB9CB6
Complementary color
Monochromatic Colors of #DB9CB6
Black with #DB9CB6
Text Example
Text Example
White with #DB9CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CB6; }
p { color: rgb(219,156,182); }
H1.HeaderClassName
{
color: #DB9CB6;
}
.AnyTagClassName
{
color: #DB9CB6;
}
</style>
background-color css
<style>
a { background-color: #DB9CB6; }
a { background-color: rgb(219,156,182); }
div.DivClassName
{
background-color: #DB9CB6;
}
.BgClassName
{
background-color: #DB9CB6;
}
</style>
border-color css
<style>
span { border-color: #DB9CB6; }
span { border-color: rgb(219,156,182); }
td.TdClassName
{
border-color: #DB9CB6;
}
.TagClassName
{
border-color: #DB9CB6;
}
</style>