Shades of Shocking Pink #DD20C7
Tints of Shocking Pink #DD20C7
RGB
CMYK
RGB Variations
Color information
#DD20C7 (or 0xDD20C7) is known color: Shocking Pink. HEX triplet: DD, 20 and C7. RGB value is (221,32,199). Sum of RGB (Red+Green+Blue) = 221+32+199=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20C7 is #22DF38. Grayscale: #6B6B6B. Windows color (decimal): -2285369 or 13050077. OLE color: 13050077.
HSL color Cylindrical-coordinate representation of color #DD20C7: hue angle of 306.98º 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 #DD20C7 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 199 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.13 |
| HSL | 306.98º | 0.75% | 0.5% | - |
| HSV(B) | 306.98º | 0.86% | 0.87% | - |
| XYZ | 40.64 | 20.53 | 55.85 | - |
| YUV | 107.55 | 179.62 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 199 | 0 | 0.86 | 0.10 | 0.13 | 306.98 | 0.75 | 0.5 |
| Hex | DD | 20 | C7 | 0 | 56 | A | D | 133 | 4B | 32 |
| Octal | 335 | 40 | 307 | 0 | 126 | 12 | 15 | 463 | 113 | 62 |
| Binary | 11011101 | 100000 | 11000111 | 0 | 1010110 | 1010 | 1101 | 100110011 | 1001011 | 110010 |
Color Harmonies of #DD20C7
Complementary color
Monochromatic Colors of #DD20C7
Black with #DD20C7
Text Example
Text Example
White with #DD20C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20C7; }
p { color: rgb(221,32,199); }
H1.HeaderClassName
{
color: #DD20C7;
}
.AnyTagClassName
{
color: #DD20C7;
}
</style>
background-color css
<style>
a { background-color: #DD20C7; }
a { background-color: rgb(221,32,199); }
div.DivClassName
{
background-color: #DD20C7;
}
.BgClassName
{
background-color: #DD20C7;
}
</style>
border-color css
<style>
span { border-color: #DD20C7; }
span { border-color: rgb(221,32,199); }
td.TdClassName
{
border-color: #DD20C7;
}
.TagClassName
{
border-color: #DD20C7;
}
</style>