Shades of Shocking Pink #DD21B9
Tints of Shocking Pink #DD21B9
RGB
CMYK
RGB Variations
Color information
#DD21B9 (or 0xDD21B9) is known color: Shocking Pink. HEX triplet: DD, 21 and B9. RGB value is (221,33,185). Sum of RGB (Red+Green+Blue) = 221+33+185=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21B9 is #22DE46. Grayscale: #6A6A6A. Windows color (decimal): -2285127 or 12132829. OLE color: 12132829.
HSL color Cylindrical-coordinate representation of color #DD21B9: hue angle of 311.49º 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 #DD21B9 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 185 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.13 |
| HSL | 311.49º | 0.74% | 0.5% | - |
| HSV(B) | 311.49º | 0.85% | 0.87% | - |
| XYZ | 39.12 | 19.96 | 47.69 | - |
| YUV | 106.54 | 172.28 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 185 | 0 | 0.85 | 0.16 | 0.13 | 311.49 | 0.74 | 0.5 |
| Hex | DD | 21 | B9 | 0 | 55 | 10 | D | 137 | 4A | 32 |
| Octal | 335 | 41 | 271 | 0 | 125 | 20 | 15 | 467 | 112 | 62 |
| Binary | 11011101 | 100001 | 10111001 | 0 | 1010101 | 10000 | 1101 | 100110111 | 1001010 | 110010 |
Color Harmonies of #DD21B9
Complementary color
Monochromatic Colors of #DD21B9
Black with #DD21B9
Text Example
Text Example
White with #DD21B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21B9; }
p { color: rgb(221,33,185); }
H1.HeaderClassName
{
color: #DD21B9;
}
.AnyTagClassName
{
color: #DD21B9;
}
</style>
background-color css
<style>
a { background-color: #DD21B9; }
a { background-color: rgb(221,33,185); }
div.DivClassName
{
background-color: #DD21B9;
}
.BgClassName
{
background-color: #DD21B9;
}
</style>
border-color css
<style>
span { border-color: #DD21B9; }
span { border-color: rgb(221,33,185); }
td.TdClassName
{
border-color: #DD21B9;
}
.TagClassName
{
border-color: #DD21B9;
}
</style>