Shades of Shocking #DB8CC2
Tints of Shocking #DB8CC2
RGB
CMYK
RGB Variations
Color information
#DB8CC2 (or 0xDB8CC2) is known color: Shocking. HEX triplet: DB, 8C and C2. RGB value is (219,140,194). Sum of RGB (Red+Green+Blue) = 219+140+194=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CC2 is #24733D. Grayscale: #A9A9A9. Windows color (decimal): -2388798 or 12750043. OLE color: 12750043.
HSL color Cylindrical-coordinate representation of color #DB8CC2: hue angle of 318.99º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8CC2 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 194 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.14 |
| HSL | 318.99º | 0.52% | 0.7% | - |
| HSV(B) | 318.99º | 0.36% | 0.86% | - |
| XYZ | 48.33 | 37.71 | 55.77 | - |
| YUV | 169.78 | 141.67 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 194 | 0 | 0.36 | 0.11 | 0.14 | 318.99 | 0.52 | 0.7 |
| Hex | DB | 8C | C2 | 0 | 24 | B | E | 13F | 34 | 46 |
| Octal | 333 | 214 | 302 | 0 | 44 | 13 | 16 | 477 | 64 | 106 |
| Binary | 11011011 | 10001100 | 11000010 | 0 | 100100 | 1011 | 1110 | 100111111 | 110100 | 1000110 |
Color Harmonies of #DB8CC2
Complementary color
Monochromatic Colors of #DB8CC2
Black with #DB8CC2
Text Example
Text Example
White with #DB8CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CC2; }
p { color: rgb(219,140,194); }
H1.HeaderClassName
{
color: #DB8CC2;
}
.AnyTagClassName
{
color: #DB8CC2;
}
</style>
background-color css
<style>
a { background-color: #DB8CC2; }
a { background-color: rgb(219,140,194); }
div.DivClassName
{
background-color: #DB8CC2;
}
.BgClassName
{
background-color: #DB8CC2;
}
</style>
border-color css
<style>
span { border-color: #DB8CC2; }
span { border-color: rgb(219,140,194); }
td.TdClassName
{
border-color: #DB8CC2;
}
.TagClassName
{
border-color: #DB8CC2;
}
</style>