Shades of Shocking #DB88C2
Tints of Shocking #DB88C2
RGB
CMYK
RGB Variations
Color information
#DB88C2 (or 0xDB88C2) is known color: Shocking. HEX triplet: DB, 88 and C2. RGB value is (219,136,194). Sum of RGB (Red+Green+Blue) = 219+136+194=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88C2 is #24773D. Grayscale: #A7A7A7. Windows color (decimal): -2389822 or 12749019. OLE color: 12749019.
HSL color Cylindrical-coordinate representation of color #DB88C2: hue angle of 318.07º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB88C2 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 194 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.14 |
| HSL | 318.07º | 0.54% | 0.7% | - |
| HSV(B) | 318.07º | 0.38% | 0.86% | - |
| XYZ | 47.76 | 36.56 | 55.58 | - |
| YUV | 167.43 | 143 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 194 | 0 | 0.38 | 0.11 | 0.14 | 318.07 | 0.54 | 0.7 |
| Hex | DB | 88 | C2 | 0 | 26 | B | E | 13E | 36 | 46 |
| Octal | 333 | 210 | 302 | 0 | 46 | 13 | 16 | 476 | 66 | 106 |
| Binary | 11011011 | 10001000 | 11000010 | 0 | 100110 | 1011 | 1110 | 100111110 | 110110 | 1000110 |
Color Harmonies of #DB88C2
Complementary color
Monochromatic Colors of #DB88C2
Black with #DB88C2
Text Example
Text Example
White with #DB88C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88C2; }
p { color: rgb(219,136,194); }
H1.HeaderClassName
{
color: #DB88C2;
}
.AnyTagClassName
{
color: #DB88C2;
}
</style>
background-color css
<style>
a { background-color: #DB88C2; }
a { background-color: rgb(219,136,194); }
div.DivClassName
{
background-color: #DB88C2;
}
.BgClassName
{
background-color: #DB88C2;
}
</style>
border-color css
<style>
span { border-color: #DB88C2; }
span { border-color: rgb(219,136,194); }
td.TdClassName
{
border-color: #DB88C2;
}
.TagClassName
{
border-color: #DB88C2;
}
</style>