Shades of Shocking #DB9CC9
Tints of Shocking #DB9CC9
RGB
CMYK
RGB Variations
Color information
#DB9CC9 (or 0xDB9CC9) is known color: Shocking. HEX triplet: DB, 9C and C9. RGB value is (219,156,201). Sum of RGB (Red+Green+Blue) = 219+156+201=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CC9 is #246336. Grayscale: #B3B3B3. Windows color (decimal): -2384695 or 13212891. OLE color: 13212891.
HSL color Cylindrical-coordinate representation of color #DB9CC9: hue angle of 317.14º 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 #DB9CC9 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 201 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.14 |
| HSL | 317.14º | 0.47% | 0.74% | - |
| HSV(B) | 317.14º | 0.29% | 0.86% | - |
| XYZ | 51.64 | 43.05 | 60.85 | - |
| YUV | 179.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 201 | 0 | 0.29 | 0.08 | 0.14 | 317.14 | 0.47 | 0.74 |
| Hex | DB | 9C | C9 | 0 | 1D | 8 | E | 13D | 2F | 4A |
| Octal | 333 | 234 | 311 | 0 | 35 | 10 | 16 | 475 | 57 | 112 |
| Binary | 11011011 | 10011100 | 11001001 | 0 | 11101 | 1000 | 1110 | 100111101 | 101111 | 1001010 |
Color Harmonies of #DB9CC9
Complementary color
Monochromatic Colors of #DB9CC9
Black with #DB9CC9
Text Example
Text Example
White with #DB9CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CC9; }
p { color: rgb(219,156,201); }
H1.HeaderClassName
{
color: #DB9CC9;
}
.AnyTagClassName
{
color: #DB9CC9;
}
</style>
background-color css
<style>
a { background-color: #DB9CC9; }
a { background-color: rgb(219,156,201); }
div.DivClassName
{
background-color: #DB9CC9;
}
.BgClassName
{
background-color: #DB9CC9;
}
</style>
border-color css
<style>
span { border-color: #DB9CC9; }
span { border-color: rgb(219,156,201); }
td.TdClassName
{
border-color: #DB9CC9;
}
.TagClassName
{
border-color: #DB9CC9;
}
</style>