Shades of Spicy Pink #DD21AE
Tints of Spicy Pink #DD21AE
RGB
CMYK
RGB Variations
Color information
#DD21AE (or 0xDD21AE) is known color: Spicy Pink. HEX triplet: DD, 21 and AE. RGB value is (221,33,174). Sum of RGB (Red+Green+Blue) = 221+33+174=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD21AE is #22DE51. Grayscale: #686868. Windows color (decimal): -2285138 or 11411933. OLE color: 11411933.
HSL color Cylindrical-coordinate representation of color #DD21AE: hue angle of 315º 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 #DD21AE is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 174 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.13 |
| HSL | 315º | 0.74% | 0.5% | - |
| HSV(B) | 315º | 0.85% | 0.87% | - |
| XYZ | 38 | 19.52 | 41.81 | - |
| YUV | 105.29 | 166.78 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 174 | 0 | 0.85 | 0.21 | 0.13 | 315 | 0.74 | 0.5 |
| Hex | DD | 21 | AE | 0 | 55 | 15 | D | 13B | 4A | 32 |
| Octal | 335 | 41 | 256 | 0 | 125 | 25 | 15 | 473 | 112 | 62 |
| Binary | 11011101 | 100001 | 10101110 | 0 | 1010101 | 10101 | 1101 | 100111011 | 1001010 | 110010 |
Color Harmonies of #DD21AE
Complementary color
Monochromatic Colors of #DD21AE
Black with #DD21AE
Text Example
Text Example
White with #DD21AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21AE; }
p { color: rgb(221,33,174); }
H1.HeaderClassName
{
color: #DD21AE;
}
.AnyTagClassName
{
color: #DD21AE;
}
</style>
background-color css
<style>
a { background-color: #DD21AE; }
a { background-color: rgb(221,33,174); }
div.DivClassName
{
background-color: #DD21AE;
}
.BgClassName
{
background-color: #DD21AE;
}
</style>
border-color css
<style>
span { border-color: #DD21AE; }
span { border-color: rgb(221,33,174); }
td.TdClassName
{
border-color: #DD21AE;
}
.TagClassName
{
border-color: #DD21AE;
}
</style>