Shades of Shocking Pink #DD21BD
Tints of Shocking Pink #DD21BD
RGB
CMYK
RGB Variations
Color information
#DD21BD (or 0xDD21BD) is known color: Shocking Pink. HEX triplet: DD, 21 and BD. RGB value is (221,33,189). Sum of RGB (Red+Green+Blue) = 221+33+189=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21BD is #22DE42. Grayscale: #6A6A6A. Windows color (decimal): -2285123 or 12394973. OLE color: 12394973.
HSL color Cylindrical-coordinate representation of color #DD21BD: hue angle of 310.21º 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 #DD21BD is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 189 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.13 |
| HSL | 310.21º | 0.74% | 0.5% | - |
| HSV(B) | 310.21º | 0.85% | 0.87% | - |
| XYZ | 39.55 | 20.13 | 49.95 | - |
| YUV | 107 | 174.28 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 189 | 0 | 0.85 | 0.14 | 0.13 | 310.21 | 0.74 | 0.5 |
| Hex | DD | 21 | BD | 0 | 55 | E | D | 136 | 4A | 32 |
| Octal | 335 | 41 | 275 | 0 | 125 | 16 | 15 | 466 | 112 | 62 |
| Binary | 11011101 | 100001 | 10111101 | 0 | 1010101 | 1110 | 1101 | 100110110 | 1001010 | 110010 |
Color Harmonies of #DD21BD
Complementary color
Monochromatic Colors of #DD21BD
Black with #DD21BD
Text Example
Text Example
White with #DD21BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21BD; }
p { color: rgb(221,33,189); }
H1.HeaderClassName
{
color: #DD21BD;
}
.AnyTagClassName
{
color: #DD21BD;
}
</style>
background-color css
<style>
a { background-color: #DD21BD; }
a { background-color: rgb(221,33,189); }
div.DivClassName
{
background-color: #DD21BD;
}
.BgClassName
{
background-color: #DD21BD;
}
</style>
border-color css
<style>
span { border-color: #DD21BD; }
span { border-color: rgb(221,33,189); }
td.TdClassName
{
border-color: #DD21BD;
}
.TagClassName
{
border-color: #DD21BD;
}
</style>