Shades of Spicy Pink #DD21B5
Tints of Spicy Pink #DD21B5
RGB
CMYK
RGB Variations
Color information
#DD21B5 (or 0xDD21B5) is known color: Spicy Pink. HEX triplet: DD, 21 and B5. RGB value is (221,33,181). Sum of RGB (Red+Green+Blue) = 221+33+181=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21B5 is #22DE4A. Grayscale: #696969. Windows color (decimal): -2285131 or 11870685. OLE color: 11870685.
HSL color Cylindrical-coordinate representation of color #DD21B5: hue angle of 312.77º 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 #DD21B5 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 181 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.13 |
| HSL | 312.77º | 0.74% | 0.5% | - |
| HSV(B) | 312.77º | 0.85% | 0.87% | - |
| XYZ | 38.7 | 19.8 | 45.5 | - |
| YUV | 106.08 | 170.28 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 181 | 0 | 0.85 | 0.18 | 0.13 | 312.77 | 0.74 | 0.5 |
| Hex | DD | 21 | B5 | 0 | 55 | 12 | D | 139 | 4A | 32 |
| Octal | 335 | 41 | 265 | 0 | 125 | 22 | 15 | 471 | 112 | 62 |
| Binary | 11011101 | 100001 | 10110101 | 0 | 1010101 | 10010 | 1101 | 100111001 | 1001010 | 110010 |
Color Harmonies of #DD21B5
Complementary color
Monochromatic Colors of #DD21B5
Black with #DD21B5
Text Example
Text Example
White with #DD21B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21B5; }
p { color: rgb(221,33,181); }
H1.HeaderClassName
{
color: #DD21B5;
}
.AnyTagClassName
{
color: #DD21B5;
}
</style>
background-color css
<style>
a { background-color: #DD21B5; }
a { background-color: rgb(221,33,181); }
div.DivClassName
{
background-color: #DD21B5;
}
.BgClassName
{
background-color: #DD21B5;
}
</style>
border-color css
<style>
span { border-color: #DD21B5; }
span { border-color: rgb(221,33,181); }
td.TdClassName
{
border-color: #DD21B5;
}
.TagClassName
{
border-color: #DD21B5;
}
</style>