Shades of Shocking Pink #DD21B7
Tints of Shocking Pink #DD21B7
RGB
CMYK
RGB Variations
Color information
#DD21B7 (or 0xDD21B7) is known color: Shocking Pink. HEX triplet: DD, 21 and B7. RGB value is (221,33,183). Sum of RGB (Red+Green+Blue) = 221+33+183=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21B7 is #22DE48. Grayscale: #696969. Windows color (decimal): -2285129 or 12001757. OLE color: 12001757.
HSL color Cylindrical-coordinate representation of color #DD21B7: hue angle of 312.13º 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 #DD21B7 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 183 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.13 |
| HSL | 312.13º | 0.74% | 0.5% | - |
| HSV(B) | 312.13º | 0.85% | 0.87% | - |
| XYZ | 38.91 | 19.88 | 46.59 | - |
| YUV | 106.31 | 171.28 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 183 | 0 | 0.85 | 0.17 | 0.13 | 312.13 | 0.74 | 0.5 |
| Hex | DD | 21 | B7 | 0 | 55 | 11 | D | 138 | 4A | 32 |
| Octal | 335 | 41 | 267 | 0 | 125 | 21 | 15 | 470 | 112 | 62 |
| Binary | 11011101 | 100001 | 10110111 | 0 | 1010101 | 10001 | 1101 | 100111000 | 1001010 | 110010 |
Color Harmonies of #DD21B7
Complementary color
Monochromatic Colors of #DD21B7
Black with #DD21B7
Text Example
Text Example
White with #DD21B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21B7; }
p { color: rgb(221,33,183); }
H1.HeaderClassName
{
color: #DD21B7;
}
.AnyTagClassName
{
color: #DD21B7;
}
</style>
background-color css
<style>
a { background-color: #DD21B7; }
a { background-color: rgb(221,33,183); }
div.DivClassName
{
background-color: #DD21B7;
}
.BgClassName
{
background-color: #DD21B7;
}
</style>
border-color css
<style>
span { border-color: #DD21B7; }
span { border-color: rgb(221,33,183); }
td.TdClassName
{
border-color: #DD21B7;
}
.TagClassName
{
border-color: #DD21B7;
}
</style>