Shades of Shocking #D88EC0
Tints of Shocking #D88EC0
RGB
CMYK
RGB Variations
Color information
#D88EC0 (or 0xD88EC0) is known color: Shocking. HEX triplet: D8, 8E and C0. RGB value is (216,142,192). Sum of RGB (Red+Green+Blue) = 216+142+192=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D88EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88EC0 is #27713F. Grayscale: #A9A9A9. Windows color (decimal): -2584896 or 12619480. OLE color: 12619480.
HSL color Cylindrical-coordinate representation of color #D88EC0: hue angle of 319.46º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D88EC0 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 142 | 192 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.15 |
| HSL | 319.46º | 0.49% | 0.7% | - |
| HSV(B) | 319.46º | 0.34% | 0.85% | - |
| XYZ | 47.51 | 37.75 | 54.65 | - |
| YUV | 169.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 142 | 192 | 0 | 0.34 | 0.11 | 0.15 | 319.46 | 0.49 | 0.7 |
| Hex | D8 | 8E | C0 | 0 | 22 | B | F | 13F | 31 | 46 |
| Octal | 330 | 216 | 300 | 0 | 42 | 13 | 17 | 477 | 61 | 106 |
| Binary | 11011000 | 10001110 | 11000000 | 0 | 100010 | 1011 | 1111 | 100111111 | 110001 | 1000110 |
Color Harmonies of #D88EC0
Complementary color
Monochromatic Colors of #D88EC0
Black with #D88EC0
Text Example
Text Example
White with #D88EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88EC0; }
p { color: rgb(216,142,192); }
H1.HeaderClassName
{
color: #D88EC0;
}
.AnyTagClassName
{
color: #D88EC0;
}
</style>
background-color css
<style>
a { background-color: #D88EC0; }
a { background-color: rgb(216,142,192); }
div.DivClassName
{
background-color: #D88EC0;
}
.BgClassName
{
background-color: #D88EC0;
}
</style>
border-color css
<style>
span { border-color: #D88EC0; }
span { border-color: rgb(216,142,192); }
td.TdClassName
{
border-color: #D88EC0;
}
.TagClassName
{
border-color: #D88EC0;
}
</style>