Shades of Shocking #DB84C1
Tints of Shocking #DB84C1
RGB
CMYK
RGB Variations
Color information
#DB84C1 (or 0xDB84C1) is known color: Shocking. HEX triplet: DB, 84 and C1. RGB value is (219,132,193). Sum of RGB (Red+Green+Blue) = 219+132+193=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84C1 is #247B3E. Grayscale: #A4A4A4. Windows color (decimal): -2390847 or 12682459. OLE color: 12682459.
HSL color Cylindrical-coordinate representation of color #DB84C1: hue angle of 317.93º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB84C1 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 193 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.14 |
| HSL | 317.93º | 0.55% | 0.69% | - |
| HSV(B) | 317.93º | 0.4% | 0.86% | - |
| XYZ | 47.09 | 35.41 | 54.81 | - |
| YUV | 164.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 193 | 0 | 0.40 | 0.12 | 0.14 | 317.93 | 0.55 | 0.69 |
| Hex | DB | 84 | C1 | 0 | 28 | C | E | 13E | 37 | 45 |
| Octal | 333 | 204 | 301 | 0 | 50 | 14 | 16 | 476 | 67 | 105 |
| Binary | 11011011 | 10000100 | 11000001 | 0 | 101000 | 1100 | 1110 | 100111110 | 110111 | 1000101 |
Color Harmonies of #DB84C1
Complementary color
Monochromatic Colors of #DB84C1
Black with #DB84C1
Text Example
Text Example
White with #DB84C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84C1; }
p { color: rgb(219,132,193); }
H1.HeaderClassName
{
color: #DB84C1;
}
.AnyTagClassName
{
color: #DB84C1;
}
</style>
background-color css
<style>
a { background-color: #DB84C1; }
a { background-color: rgb(219,132,193); }
div.DivClassName
{
background-color: #DB84C1;
}
.BgClassName
{
background-color: #DB84C1;
}
</style>
border-color css
<style>
span { border-color: #DB84C1; }
span { border-color: rgb(219,132,193); }
td.TdClassName
{
border-color: #DB84C1;
}
.TagClassName
{
border-color: #DB84C1;
}
</style>