Shades of Shocking #DD8EBB
Tints of Shocking #DD8EBB
RGB
CMYK
RGB Variations
Color information
#DD8EBB (or 0xDD8EBB) is known color: Shocking. HEX triplet: DD, 8E and BB. RGB value is (221,142,187). Sum of RGB (Red+Green+Blue) = 221+142+187=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8EBB is #227144. Grayscale: #AAAAAA. Windows color (decimal): -2257221 or 12291805. OLE color: 12291805.
HSL color Cylindrical-coordinate representation of color #DD8EBB: hue angle of 325.82º 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 #DD8EBB is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 142 | 187 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.13 |
| HSL | 325.82º | 0.54% | 0.71% | - |
| HSV(B) | 325.82º | 0.36% | 0.87% | - |
| XYZ | 48.46 | 38.31 | 51.85 | - |
| YUV | 170.75 | 137.17 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 187 | 0 | 0.36 | 0.15 | 0.13 | 325.82 | 0.54 | 0.71 |
| Hex | DD | 8E | BB | 0 | 24 | F | D | 146 | 36 | 47 |
| Octal | 335 | 216 | 273 | 0 | 44 | 17 | 15 | 506 | 66 | 107 |
| Binary | 11011101 | 10001110 | 10111011 | 0 | 100100 | 1111 | 1101 | 101000110 | 110110 | 1000111 |
Color Harmonies of #DD8EBB
Complementary color
Monochromatic Colors of #DD8EBB
Black with #DD8EBB
Text Example
Text Example
White with #DD8EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8EBB; }
p { color: rgb(221,142,187); }
H1.HeaderClassName
{
color: #DD8EBB;
}
.AnyTagClassName
{
color: #DD8EBB;
}
</style>
background-color css
<style>
a { background-color: #DD8EBB; }
a { background-color: rgb(221,142,187); }
div.DivClassName
{
background-color: #DD8EBB;
}
.BgClassName
{
background-color: #DD8EBB;
}
</style>
border-color css
<style>
span { border-color: #DD8EBB; }
span { border-color: rgb(221,142,187); }
td.TdClassName
{
border-color: #DD8EBB;
}
.TagClassName
{
border-color: #DD8EBB;
}
</style>