Shades of Shocking Pink #DD20C0
Tints of Shocking Pink #DD20C0
RGB
CMYK
RGB Variations
Color information
#DD20C0 (or 0xDD20C0) is known color: Shocking Pink. HEX triplet: DD, 20 and C0. RGB value is (221,32,192). Sum of RGB (Red+Green+Blue) = 221+32+192=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20C0 is #22DF3F. Grayscale: #6A6A6A. Windows color (decimal): -2285376 or 12591325. OLE color: 12591325.
HSL color Cylindrical-coordinate representation of color #DD20C0: hue angle of 309.21º 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 #DD20C0 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 192 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.13 |
| HSL | 309.21º | 0.75% | 0.5% | - |
| HSV(B) | 309.21º | 0.86% | 0.87% | - |
| XYZ | 39.85 | 20.21 | 51.67 | - |
| YUV | 106.75 | 176.12 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 192 | 0 | 0.86 | 0.13 | 0.13 | 309.21 | 0.75 | 0.5 |
| Hex | DD | 20 | C0 | 0 | 56 | D | D | 135 | 4B | 32 |
| Octal | 335 | 40 | 300 | 0 | 126 | 15 | 15 | 465 | 113 | 62 |
| Binary | 11011101 | 100000 | 11000000 | 0 | 1010110 | 1101 | 1101 | 100110101 | 1001011 | 110010 |
Color Harmonies of #DD20C0
Complementary color
Monochromatic Colors of #DD20C0
Black with #DD20C0
Text Example
Text Example
White with #DD20C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20C0; }
p { color: rgb(221,32,192); }
H1.HeaderClassName
{
color: #DD20C0;
}
.AnyTagClassName
{
color: #DD20C0;
}
</style>
background-color css
<style>
a { background-color: #DD20C0; }
a { background-color: rgb(221,32,192); }
div.DivClassName
{
background-color: #DD20C0;
}
.BgClassName
{
background-color: #DD20C0;
}
</style>
border-color css
<style>
span { border-color: #DD20C0; }
span { border-color: rgb(221,32,192); }
td.TdClassName
{
border-color: #DD20C0;
}
.TagClassName
{
border-color: #DD20C0;
}
</style>