Shades of Shocking Pink #DD1EC3
Tints of Shocking Pink #DD1EC3
RGB
CMYK
RGB Variations
Color information
#DD1EC3 (or 0xDD1EC3) is known color: Shocking Pink. HEX triplet: DD, 1E and C3. RGB value is (221,30,195). Sum of RGB (Red+Green+Blue) = 221+30+195=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1EC3 is #22E13C. Grayscale: #696969. Windows color (decimal): -2285885 or 12787421. OLE color: 12787421.
HSL color Cylindrical-coordinate representation of color #DD1EC3: hue angle of 308.17º 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 #DD1EC3 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 195 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.13 |
| HSL | 308.17º | 0.76% | 0.49% | - |
| HSV(B) | 308.17º | 0.86% | 0.87% | - |
| XYZ | 40.13 | 20.24 | 53.42 | - |
| YUV | 105.92 | 178.28 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 195 | 0 | 0.86 | 0.12 | 0.13 | 308.17 | 0.76 | 0.49 |
| Hex | DD | 1E | C3 | 0 | 56 | C | D | 134 | 4C | 31 |
| Octal | 335 | 36 | 303 | 0 | 126 | 14 | 15 | 464 | 114 | 61 |
| Binary | 11011101 | 11110 | 11000011 | 0 | 1010110 | 1100 | 1101 | 100110100 | 1001100 | 110001 |
Color Harmonies of #DD1EC3
Complementary color
Monochromatic Colors of #DD1EC3
Black with #DD1EC3
Text Example
Text Example
White with #DD1EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1EC3; }
p { color: rgb(221,30,195); }
H1.HeaderClassName
{
color: #DD1EC3;
}
.AnyTagClassName
{
color: #DD1EC3;
}
</style>
background-color css
<style>
a { background-color: #DD1EC3; }
a { background-color: rgb(221,30,195); }
div.DivClassName
{
background-color: #DD1EC3;
}
.BgClassName
{
background-color: #DD1EC3;
}
</style>
border-color css
<style>
span { border-color: #DD1EC3; }
span { border-color: rgb(221,30,195); }
td.TdClassName
{
border-color: #DD1EC3;
}
.TagClassName
{
border-color: #DD1EC3;
}
</style>