Shades of Shocking Pink #DD21BE
Tints of Shocking Pink #DD21BE
RGB
CMYK
RGB Variations
Color information
#DD21BE (or 0xDD21BE) is known color: Shocking Pink. HEX triplet: DD, 21 and BE. RGB value is (221,33,190). Sum of RGB (Red+Green+Blue) = 221+33+190=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21BE is #22DE41. Grayscale: #6A6A6A. Windows color (decimal): -2285122 or 12460509. OLE color: 12460509.
HSL color Cylindrical-coordinate representation of color #DD21BE: hue angle of 309.89º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD21BE is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 190 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.13 |
| HSL | 309.89º | 0.74% | 0.5% | - |
| HSV(B) | 309.89º | 0.85% | 0.87% | - |
| XYZ | 39.66 | 20.18 | 50.52 | - |
| YUV | 107.11 | 174.78 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 190 | 0 | 0.85 | 0.14 | 0.13 | 309.89 | 0.74 | 0.5 |
| Hex | DD | 21 | BE | 0 | 55 | E | D | 136 | 4A | 32 |
| Octal | 335 | 41 | 276 | 0 | 125 | 16 | 15 | 466 | 112 | 62 |
| Binary | 11011101 | 100001 | 10111110 | 0 | 1010101 | 1110 | 1101 | 100110110 | 1001010 | 110010 |
Color Harmonies of #DD21BE
Complementary color
Monochromatic Colors of #DD21BE
Black with #DD21BE
Text Example
Text Example
White with #DD21BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21BE; }
p { color: rgb(221,33,190); }
H1.HeaderClassName
{
color: #DD21BE;
}
.AnyTagClassName
{
color: #DD21BE;
}
</style>
background-color css
<style>
a { background-color: #DD21BE; }
a { background-color: rgb(221,33,190); }
div.DivClassName
{
background-color: #DD21BE;
}
.BgClassName
{
background-color: #DD21BE;
}
</style>
border-color css
<style>
span { border-color: #DD21BE; }
span { border-color: rgb(221,33,190); }
td.TdClassName
{
border-color: #DD21BE;
}
.TagClassName
{
border-color: #DD21BE;
}
</style>