Shades of Spicy Pink #DD21B4
Tints of Spicy Pink #DD21B4
RGB
CMYK
RGB Variations
Color information
#DD21B4 (or 0xDD21B4) is known color: Spicy Pink. HEX triplet: DD, 21 and B4. RGB value is (221,33,180). Sum of RGB (Red+Green+Blue) = 221+33+180=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21B4 is #22DE4B. Grayscale: #696969. Windows color (decimal): -2285132 or 11805149. OLE color: 11805149.
HSL color Cylindrical-coordinate representation of color #DD21B4: hue angle of 313.09º 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 #DD21B4 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 180 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.13 |
| HSL | 313.09º | 0.74% | 0.5% | - |
| HSV(B) | 313.09º | 0.85% | 0.87% | - |
| XYZ | 38.6 | 19.76 | 44.96 | - |
| YUV | 105.97 | 169.78 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 180 | 0 | 0.85 | 0.19 | 0.13 | 313.09 | 0.74 | 0.5 |
| Hex | DD | 21 | B4 | 0 | 55 | 13 | D | 139 | 4A | 32 |
| Octal | 335 | 41 | 264 | 0 | 125 | 23 | 15 | 471 | 112 | 62 |
| Binary | 11011101 | 100001 | 10110100 | 0 | 1010101 | 10011 | 1101 | 100111001 | 1001010 | 110010 |
Color Harmonies of #DD21B4
Complementary color
Monochromatic Colors of #DD21B4
Black with #DD21B4
Text Example
Text Example
White with #DD21B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21B4; }
p { color: rgb(221,33,180); }
H1.HeaderClassName
{
color: #DD21B4;
}
.AnyTagClassName
{
color: #DD21B4;
}
</style>
background-color css
<style>
a { background-color: #DD21B4; }
a { background-color: rgb(221,33,180); }
div.DivClassName
{
background-color: #DD21B4;
}
.BgClassName
{
background-color: #DD21B4;
}
</style>
border-color css
<style>
span { border-color: #DD21B4; }
span { border-color: rgb(221,33,180); }
td.TdClassName
{
border-color: #DD21B4;
}
.TagClassName
{
border-color: #DD21B4;
}
</style>