Shades of Shocking #DB9CC8
Tints of Shocking #DB9CC8
RGB
CMYK
RGB Variations
Color information
#DB9CC8 (or 0xDB9CC8) is known color: Shocking. HEX triplet: DB, 9C and C8. RGB value is (219,156,200). Sum of RGB (Red+Green+Blue) = 219+156+200=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CC8 is #246337. Grayscale: #B3B3B3. Windows color (decimal): -2384696 or 13147355. OLE color: 13147355.
HSL color Cylindrical-coordinate representation of color #DB9CC8: hue angle of 318.1º 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 #DB9CC8 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 200 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.14 |
| HSL | 318.1º | 0.47% | 0.74% | - |
| HSV(B) | 318.1º | 0.29% | 0.86% | - |
| XYZ | 51.53 | 43.01 | 60.23 | - |
| YUV | 179.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 200 | 0 | 0.29 | 0.09 | 0.14 | 318.1 | 0.47 | 0.74 |
| Hex | DB | 9C | C8 | 0 | 1D | 9 | E | 13E | 2F | 4A |
| Octal | 333 | 234 | 310 | 0 | 35 | 11 | 16 | 476 | 57 | 112 |
| Binary | 11011011 | 10011100 | 11001000 | 0 | 11101 | 1001 | 1110 | 100111110 | 101111 | 1001010 |
Color Harmonies of #DB9CC8
Complementary color
Monochromatic Colors of #DB9CC8
Black with #DB9CC8
Text Example
Text Example
White with #DB9CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CC8; }
p { color: rgb(219,156,200); }
H1.HeaderClassName
{
color: #DB9CC8;
}
.AnyTagClassName
{
color: #DB9CC8;
}
</style>
background-color css
<style>
a { background-color: #DB9CC8; }
a { background-color: rgb(219,156,200); }
div.DivClassName
{
background-color: #DB9CC8;
}
.BgClassName
{
background-color: #DB9CC8;
}
</style>
border-color css
<style>
span { border-color: #DB9CC8; }
span { border-color: rgb(219,156,200); }
td.TdClassName
{
border-color: #DB9CC8;
}
.TagClassName
{
border-color: #DB9CC8;
}
</style>