Shades of Shocking #DB9EC2
Tints of Shocking #DB9EC2
RGB
CMYK
RGB Variations
Color information
#DB9EC2 (or 0xDB9EC2) is known color: Shocking. HEX triplet: DB, 9E and C2. RGB value is (219,158,194). Sum of RGB (Red+Green+Blue) = 219+158+194=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 158 (62.11% from 255 or 27.67% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9EC2 is #24613D. Grayscale: #B4B4B4. Windows color (decimal): -2384190 or 12754651. OLE color: 12754651.
HSL color Cylindrical-coordinate representation of color #DB9EC2: hue angle of 324.59º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9EC2 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 194 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.14 |
| HSL | 324.59º | 0.46% | 0.74% | - |
| HSV(B) | 324.59º | 0.28% | 0.86% | - |
| XYZ | 51.18 | 43.41 | 56.72 | - |
| YUV | 180.34 | 135.71 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 194 | 0 | 0.28 | 0.11 | 0.14 | 324.59 | 0.46 | 0.74 |
| Hex | DB | 9E | C2 | 0 | 1C | B | E | 145 | 2E | 4A |
| Octal | 333 | 236 | 302 | 0 | 34 | 13 | 16 | 505 | 56 | 112 |
| Binary | 11011011 | 10011110 | 11000010 | 0 | 11100 | 1011 | 1110 | 101000101 | 101110 | 1001010 |
Color Harmonies of #DB9EC2
Complementary color
Monochromatic Colors of #DB9EC2
Black with #DB9EC2
Text Example
Text Example
White with #DB9EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EC2; }
p { color: rgb(219,158,194); }
H1.HeaderClassName
{
color: #DB9EC2;
}
.AnyTagClassName
{
color: #DB9EC2;
}
</style>
background-color css
<style>
a { background-color: #DB9EC2; }
a { background-color: rgb(219,158,194); }
div.DivClassName
{
background-color: #DB9EC2;
}
.BgClassName
{
background-color: #DB9EC2;
}
</style>
border-color css
<style>
span { border-color: #DB9EC2; }
span { border-color: rgb(219,158,194); }
td.TdClassName
{
border-color: #DB9EC2;
}
.TagClassName
{
border-color: #DB9EC2;
}
</style>