Shades of Shocking #DD8EBC
Tints of Shocking #DD8EBC
RGB
CMYK
RGB Variations
Color information
#DD8EBC (or 0xDD8EBC) is known color: Shocking. HEX triplet: DD, 8E and BC. RGB value is (221,142,188). Sum of RGB (Red+Green+Blue) = 221+142+188=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8EBC is #227143. Grayscale: #AAAAAA. Windows color (decimal): -2257220 or 12357341. OLE color: 12357341.
HSL color Cylindrical-coordinate representation of color #DD8EBC: hue angle of 325.06º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD8EBC is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 142 | 188 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.13 |
| HSL | 325.06º | 0.54% | 0.71% | - |
| HSV(B) | 325.06º | 0.36% | 0.87% | - |
| XYZ | 48.57 | 38.35 | 52.42 | - |
| YUV | 170.87 | 137.67 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 188 | 0 | 0.36 | 0.15 | 0.13 | 325.06 | 0.54 | 0.71 |
| Hex | DD | 8E | BC | 0 | 24 | F | D | 145 | 36 | 47 |
| Octal | 335 | 216 | 274 | 0 | 44 | 17 | 15 | 505 | 66 | 107 |
| Binary | 11011101 | 10001110 | 10111100 | 0 | 100100 | 1111 | 1101 | 101000101 | 110110 | 1000111 |
Color Harmonies of #DD8EBC
Complementary color
Monochromatic Colors of #DD8EBC
Black with #DD8EBC
Text Example
Text Example
White with #DD8EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8EBC; }
p { color: rgb(221,142,188); }
H1.HeaderClassName
{
color: #DD8EBC;
}
.AnyTagClassName
{
color: #DD8EBC;
}
</style>
background-color css
<style>
a { background-color: #DD8EBC; }
a { background-color: rgb(221,142,188); }
div.DivClassName
{
background-color: #DD8EBC;
}
.BgClassName
{
background-color: #DD8EBC;
}
</style>
border-color css
<style>
span { border-color: #DD8EBC; }
span { border-color: rgb(221,142,188); }
td.TdClassName
{
border-color: #DD8EBC;
}
.TagClassName
{
border-color: #DD8EBC;
}
</style>