Shades of Shocking Pink #DD21BB
Tints of Shocking Pink #DD21BB
RGB
CMYK
RGB Variations
Color information
#DD21BB (or 0xDD21BB) is known color: Shocking Pink. HEX triplet: DD, 21 and BB. RGB value is (221,33,187). Sum of RGB (Red+Green+Blue) = 221+33+187=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21BB is #22DE44. Grayscale: #6A6A6A. Windows color (decimal): -2285125 or 12263901. OLE color: 12263901.
HSL color Cylindrical-coordinate representation of color #DD21BB: hue angle of 310.85º 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 #DD21BB is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 187 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.13 |
| HSL | 310.85º | 0.74% | 0.5% | - |
| HSV(B) | 310.85º | 0.85% | 0.87% | - |
| XYZ | 39.33 | 20.05 | 48.81 | - |
| YUV | 106.77 | 173.28 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 187 | 0 | 0.85 | 0.15 | 0.13 | 310.85 | 0.74 | 0.5 |
| Hex | DD | 21 | BB | 0 | 55 | F | D | 137 | 4A | 32 |
| Octal | 335 | 41 | 273 | 0 | 125 | 17 | 15 | 467 | 112 | 62 |
| Binary | 11011101 | 100001 | 10111011 | 0 | 1010101 | 1111 | 1101 | 100110111 | 1001010 | 110010 |
Color Harmonies of #DD21BB
Complementary color
Monochromatic Colors of #DD21BB
Black with #DD21BB
Text Example
Text Example
White with #DD21BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21BB; }
p { color: rgb(221,33,187); }
H1.HeaderClassName
{
color: #DD21BB;
}
.AnyTagClassName
{
color: #DD21BB;
}
</style>
background-color css
<style>
a { background-color: #DD21BB; }
a { background-color: rgb(221,33,187); }
div.DivClassName
{
background-color: #DD21BB;
}
.BgClassName
{
background-color: #DD21BB;
}
</style>
border-color css
<style>
span { border-color: #DD21BB; }
span { border-color: rgb(221,33,187); }
td.TdClassName
{
border-color: #DD21BB;
}
.TagClassName
{
border-color: #DD21BB;
}
</style>