Shades of Shocking Pink #DD1EC0
Tints of Shocking Pink #DD1EC0
RGB
CMYK
RGB Variations
Color information
#DD1EC0 (or 0xDD1EC0) is known color: Shocking Pink. HEX triplet: DD, 1E and C0. RGB value is (221,30,192). Sum of RGB (Red+Green+Blue) = 221+30+192=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1EC0 is #22E13F. Grayscale: #696969. Windows color (decimal): -2285888 or 12590813. OLE color: 12590813.
HSL color Cylindrical-coordinate representation of color #DD1EC0: hue angle of 309.11º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1EC0 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 192 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.13 |
| HSL | 309.11º | 0.76% | 0.49% | - |
| HSV(B) | 309.11º | 0.86% | 0.87% | - |
| XYZ | 39.8 | 20.11 | 51.65 | - |
| YUV | 105.58 | 176.78 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 192 | 0 | 0.86 | 0.13 | 0.13 | 309.11 | 0.76 | 0.49 |
| Hex | DD | 1E | C0 | 0 | 56 | D | D | 135 | 4C | 31 |
| Octal | 335 | 36 | 300 | 0 | 126 | 15 | 15 | 465 | 114 | 61 |
| Binary | 11011101 | 11110 | 11000000 | 0 | 1010110 | 1101 | 1101 | 100110101 | 1001100 | 110001 |
Color Harmonies of #DD1EC0
Complementary color
Monochromatic Colors of #DD1EC0
Black with #DD1EC0
Text Example
Text Example
White with #DD1EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1EC0; }
p { color: rgb(221,30,192); }
H1.HeaderClassName
{
color: #DD1EC0;
}
.AnyTagClassName
{
color: #DD1EC0;
}
</style>
background-color css
<style>
a { background-color: #DD1EC0; }
a { background-color: rgb(221,30,192); }
div.DivClassName
{
background-color: #DD1EC0;
}
.BgClassName
{
background-color: #DD1EC0;
}
</style>
border-color css
<style>
span { border-color: #DD1EC0; }
span { border-color: rgb(221,30,192); }
td.TdClassName
{
border-color: #DD1EC0;
}
.TagClassName
{
border-color: #DD1EC0;
}
</style>