Shades of Shocking #DD8DC0
Tints of Shocking #DD8DC0
RGB
CMYK
RGB Variations
Color information
#DD8DC0 (or 0xDD8DC0) is known color: Shocking. HEX triplet: DD, 8D and C0. RGB value is (221,141,192). Sum of RGB (Red+Green+Blue) = 221+141+192=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8DC0 is #22723F. Grayscale: #AAAAAA. Windows color (decimal): -2257472 or 12619229. OLE color: 12619229.
HSL color Cylindrical-coordinate representation of color #DD8DC0: hue angle of 321.75º 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 #DD8DC0 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 192 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.13 |
| HSL | 321.75º | 0.54% | 0.71% | - |
| HSV(B) | 321.75º | 0.36% | 0.87% | - |
| XYZ | 48.86 | 38.23 | 54.67 | - |
| YUV | 170.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 192 | 0 | 0.36 | 0.13 | 0.13 | 321.75 | 0.54 | 0.71 |
| Hex | DD | 8D | C0 | 0 | 24 | D | D | 142 | 36 | 47 |
| Octal | 335 | 215 | 300 | 0 | 44 | 15 | 15 | 502 | 66 | 107 |
| Binary | 11011101 | 10001101 | 11000000 | 0 | 100100 | 1101 | 1101 | 101000010 | 110110 | 1000111 |
Color Harmonies of #DD8DC0
Complementary color
Monochromatic Colors of #DD8DC0
Black with #DD8DC0
Text Example
Text Example
White with #DD8DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8DC0; }
p { color: rgb(221,141,192); }
H1.HeaderClassName
{
color: #DD8DC0;
}
.AnyTagClassName
{
color: #DD8DC0;
}
</style>
background-color css
<style>
a { background-color: #DD8DC0; }
a { background-color: rgb(221,141,192); }
div.DivClassName
{
background-color: #DD8DC0;
}
.BgClassName
{
background-color: #DD8DC0;
}
</style>
border-color css
<style>
span { border-color: #DD8DC0; }
span { border-color: rgb(221,141,192); }
td.TdClassName
{
border-color: #DD8DC0;
}
.TagClassName
{
border-color: #DD8DC0;
}
</style>