Shades of Shocking #DB9CC4
Tints of Shocking #DB9CC4
RGB
CMYK
RGB Variations
Color information
#DB9CC4 (or 0xDB9CC4) is known color: Shocking. HEX triplet: DB, 9C and C4. RGB value is (219,156,196). Sum of RGB (Red+Green+Blue) = 219+156+196=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CC4 is #24633B. Grayscale: #B3B3B3. Windows color (decimal): -2384700 or 12885211. OLE color: 12885211.
HSL color Cylindrical-coordinate representation of color #DB9CC4: hue angle of 321.9º 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 #DB9CC4 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 196 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.14 |
| HSL | 321.9º | 0.47% | 0.74% | - |
| HSV(B) | 321.9º | 0.29% | 0.86% | - |
| XYZ | 51.07 | 42.82 | 57.8 | - |
| YUV | 179.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 196 | 0 | 0.29 | 0.11 | 0.14 | 321.9 | 0.47 | 0.74 |
| Hex | DB | 9C | C4 | 0 | 1D | B | E | 142 | 2F | 4A |
| Octal | 333 | 234 | 304 | 0 | 35 | 13 | 16 | 502 | 57 | 112 |
| Binary | 11011011 | 10011100 | 11000100 | 0 | 11101 | 1011 | 1110 | 101000010 | 101111 | 1001010 |
Color Harmonies of #DB9CC4
Complementary color
Monochromatic Colors of #DB9CC4
Black with #DB9CC4
Text Example
Text Example
White with #DB9CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CC4; }
p { color: rgb(219,156,196); }
H1.HeaderClassName
{
color: #DB9CC4;
}
.AnyTagClassName
{
color: #DB9CC4;
}
</style>
background-color css
<style>
a { background-color: #DB9CC4; }
a { background-color: rgb(219,156,196); }
div.DivClassName
{
background-color: #DB9CC4;
}
.BgClassName
{
background-color: #DB9CC4;
}
</style>
border-color css
<style>
span { border-color: #DB9CC4; }
span { border-color: rgb(219,156,196); }
td.TdClassName
{
border-color: #DB9CC4;
}
.TagClassName
{
border-color: #DB9CC4;
}
</style>