Shades of Shocking Pink #DD1EC4
Tints of Shocking Pink #DD1EC4
RGB
CMYK
RGB Variations
Color information
#DD1EC4 (or 0xDD1EC4) is known color: Shocking Pink. HEX triplet: DD, 1E and C4. RGB value is (221,30,196). Sum of RGB (Red+Green+Blue) = 221+30+196=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1EC4 is #22E13B. Grayscale: #696969. Windows color (decimal): -2285884 or 12852957. OLE color: 12852957.
HSL color Cylindrical-coordinate representation of color #DD1EC4: hue angle of 307.85º 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 #DD1EC4 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 196 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.13 |
| HSL | 307.85º | 0.76% | 0.49% | - |
| HSV(B) | 307.85º | 0.86% | 0.87% | - |
| XYZ | 40.25 | 20.29 | 54.02 | - |
| YUV | 106.03 | 178.78 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 196 | 0 | 0.86 | 0.11 | 0.13 | 307.85 | 0.76 | 0.49 |
| Hex | DD | 1E | C4 | 0 | 56 | B | D | 134 | 4C | 31 |
| Octal | 335 | 36 | 304 | 0 | 126 | 13 | 15 | 464 | 114 | 61 |
| Binary | 11011101 | 11110 | 11000100 | 0 | 1010110 | 1011 | 1101 | 100110100 | 1001100 | 110001 |
Color Harmonies of #DD1EC4
Complementary color
Monochromatic Colors of #DD1EC4
Black with #DD1EC4
Text Example
Text Example
White with #DD1EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1EC4; }
p { color: rgb(221,30,196); }
H1.HeaderClassName
{
color: #DD1EC4;
}
.AnyTagClassName
{
color: #DD1EC4;
}
</style>
background-color css
<style>
a { background-color: #DD1EC4; }
a { background-color: rgb(221,30,196); }
div.DivClassName
{
background-color: #DD1EC4;
}
.BgClassName
{
background-color: #DD1EC4;
}
</style>
border-color css
<style>
span { border-color: #DD1EC4; }
span { border-color: rgb(221,30,196); }
td.TdClassName
{
border-color: #DD1EC4;
}
.TagClassName
{
border-color: #DD1EC4;
}
</style>