Shades of Shocking Pink #DD20BC
Tints of Shocking Pink #DD20BC
RGB
CMYK
RGB Variations
Color information
#DD20BC (or 0xDD20BC) is known color: Shocking Pink. HEX triplet: DD, 20 and BC. RGB value is (221,32,188). Sum of RGB (Red+Green+Blue) = 221+32+188=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20BC is #22DF43. Grayscale: #696969. Windows color (decimal): -2285380 or 12329181. OLE color: 12329181.
HSL color Cylindrical-coordinate representation of color #DD20BC: hue angle of 310.48º 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 #DD20BC is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 188 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.13 |
| HSL | 310.48º | 0.75% | 0.5% | - |
| HSV(B) | 310.48º | 0.86% | 0.87% | - |
| XYZ | 39.41 | 20.04 | 49.37 | - |
| YUV | 106.3 | 174.12 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 188 | 0 | 0.86 | 0.15 | 0.13 | 310.48 | 0.75 | 0.5 |
| Hex | DD | 20 | BC | 0 | 56 | F | D | 136 | 4B | 32 |
| Octal | 335 | 40 | 274 | 0 | 126 | 17 | 15 | 466 | 113 | 62 |
| Binary | 11011101 | 100000 | 10111100 | 0 | 1010110 | 1111 | 1101 | 100110110 | 1001011 | 110010 |
Color Harmonies of #DD20BC
Complementary color
Monochromatic Colors of #DD20BC
Black with #DD20BC
Text Example
Text Example
White with #DD20BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20BC; }
p { color: rgb(221,32,188); }
H1.HeaderClassName
{
color: #DD20BC;
}
.AnyTagClassName
{
color: #DD20BC;
}
</style>
background-color css
<style>
a { background-color: #DD20BC; }
a { background-color: rgb(221,32,188); }
div.DivClassName
{
background-color: #DD20BC;
}
.BgClassName
{
background-color: #DD20BC;
}
</style>
border-color css
<style>
span { border-color: #DD20BC; }
span { border-color: rgb(221,32,188); }
td.TdClassName
{
border-color: #DD20BC;
}
.TagClassName
{
border-color: #DD20BC;
}
</style>