Shades of Shocking Pink #DD1EC1
Tints of Shocking Pink #DD1EC1
RGB
CMYK
RGB Variations
Color information
#DD1EC1 (or 0xDD1EC1) is known color: Shocking Pink. HEX triplet: DD, 1E and C1. RGB value is (221,30,193). Sum of RGB (Red+Green+Blue) = 221+30+193=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1EC1 is #22E13E. Grayscale: #696969. Windows color (decimal): -2285887 or 12656349. OLE color: 12656349.
HSL color Cylindrical-coordinate representation of color #DD1EC1: hue angle of 308.8º 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 #DD1EC1 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 193 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.13 |
| HSL | 308.8º | 0.76% | 0.49% | - |
| HSV(B) | 308.8º | 0.86% | 0.87% | - |
| XYZ | 39.91 | 20.15 | 52.24 | - |
| YUV | 105.69 | 177.28 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 193 | 0 | 0.86 | 0.13 | 0.13 | 308.8 | 0.76 | 0.49 |
| Hex | DD | 1E | C1 | 0 | 56 | D | D | 135 | 4C | 31 |
| Octal | 335 | 36 | 301 | 0 | 126 | 15 | 15 | 465 | 114 | 61 |
| Binary | 11011101 | 11110 | 11000001 | 0 | 1010110 | 1101 | 1101 | 100110101 | 1001100 | 110001 |
Color Harmonies of #DD1EC1
Complementary color
Monochromatic Colors of #DD1EC1
Black with #DD1EC1
Text Example
Text Example
White with #DD1EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1EC1; }
p { color: rgb(221,30,193); }
H1.HeaderClassName
{
color: #DD1EC1;
}
.AnyTagClassName
{
color: #DD1EC1;
}
</style>
background-color css
<style>
a { background-color: #DD1EC1; }
a { background-color: rgb(221,30,193); }
div.DivClassName
{
background-color: #DD1EC1;
}
.BgClassName
{
background-color: #DD1EC1;
}
</style>
border-color css
<style>
span { border-color: #DD1EC1; }
span { border-color: rgb(221,30,193); }
td.TdClassName
{
border-color: #DD1EC1;
}
.TagClassName
{
border-color: #DD1EC1;
}
</style>