Shades of Shocking Pink #DD20C2
Tints of Shocking Pink #DD20C2
RGB
CMYK
RGB Variations
Color information
#DD20C2 (or 0xDD20C2) is known color: Shocking Pink. HEX triplet: DD, 20 and C2. RGB value is (221,32,194). Sum of RGB (Red+Green+Blue) = 221+32+194=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20C2 is #22DF3D. Grayscale: #6A6A6A. Windows color (decimal): -2285374 or 12722397. OLE color: 12722397.
HSL color Cylindrical-coordinate representation of color #DD20C2: hue angle of 308.57º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD20C2 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 194 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.13 |
| HSL | 308.57º | 0.75% | 0.5% | - |
| HSV(B) | 308.57º | 0.86% | 0.87% | - |
| XYZ | 40.07 | 20.3 | 52.85 | - |
| YUV | 106.98 | 177.12 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 194 | 0 | 0.86 | 0.12 | 0.13 | 308.57 | 0.75 | 0.5 |
| Hex | DD | 20 | C2 | 0 | 56 | C | D | 135 | 4B | 32 |
| Octal | 335 | 40 | 302 | 0 | 126 | 14 | 15 | 465 | 113 | 62 |
| Binary | 11011101 | 100000 | 11000010 | 0 | 1010110 | 1100 | 1101 | 100110101 | 1001011 | 110010 |
Color Harmonies of #DD20C2
Complementary color
Monochromatic Colors of #DD20C2
Black with #DD20C2
Text Example
Text Example
White with #DD20C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20C2; }
p { color: rgb(221,32,194); }
H1.HeaderClassName
{
color: #DD20C2;
}
.AnyTagClassName
{
color: #DD20C2;
}
</style>
background-color css
<style>
a { background-color: #DD20C2; }
a { background-color: rgb(221,32,194); }
div.DivClassName
{
background-color: #DD20C2;
}
.BgClassName
{
background-color: #DD20C2;
}
</style>
border-color css
<style>
span { border-color: #DD20C2; }
span { border-color: rgb(221,32,194); }
td.TdClassName
{
border-color: #DD20C2;
}
.TagClassName
{
border-color: #DD20C2;
}
</style>