Shades of Shocking Pink #DD20C3
Tints of Shocking Pink #DD20C3
RGB
CMYK
RGB Variations
Color information
#DD20C3 (or 0xDD20C3) is known color: Shocking Pink. HEX triplet: DD, 20 and C3. RGB value is (221,32,195). Sum of RGB (Red+Green+Blue) = 221+32+195=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20C3 is #22DF3C. Grayscale: #6A6A6A. Windows color (decimal): -2285373 or 12787933. OLE color: 12787933.
HSL color Cylindrical-coordinate representation of color #DD20C3: hue angle of 308.25º 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 #DD20C3 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 195 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.13 |
| HSL | 308.25º | 0.75% | 0.5% | - |
| HSV(B) | 308.25º | 0.86% | 0.87% | - |
| XYZ | 40.19 | 20.35 | 53.44 | - |
| YUV | 107.09 | 177.62 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 195 | 0 | 0.86 | 0.12 | 0.13 | 308.25 | 0.75 | 0.5 |
| Hex | DD | 20 | C3 | 0 | 56 | C | D | 134 | 4B | 32 |
| Octal | 335 | 40 | 303 | 0 | 126 | 14 | 15 | 464 | 113 | 62 |
| Binary | 11011101 | 100000 | 11000011 | 0 | 1010110 | 1100 | 1101 | 100110100 | 1001011 | 110010 |
Color Harmonies of #DD20C3
Complementary color
Monochromatic Colors of #DD20C3
Black with #DD20C3
Text Example
Text Example
White with #DD20C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20C3; }
p { color: rgb(221,32,195); }
H1.HeaderClassName
{
color: #DD20C3;
}
.AnyTagClassName
{
color: #DD20C3;
}
</style>
background-color css
<style>
a { background-color: #DD20C3; }
a { background-color: rgb(221,32,195); }
div.DivClassName
{
background-color: #DD20C3;
}
.BgClassName
{
background-color: #DD20C3;
}
</style>
border-color css
<style>
span { border-color: #DD20C3; }
span { border-color: rgb(221,32,195); }
td.TdClassName
{
border-color: #DD20C3;
}
.TagClassName
{
border-color: #DD20C3;
}
</style>