Shades of Spicy Pink #DD21AF
Tints of Spicy Pink #DD21AF
RGB
CMYK
RGB Variations
Color information
#DD21AF (or 0xDD21AF) is known color: Spicy Pink. HEX triplet: DD, 21 and AF. RGB value is (221,33,175). Sum of RGB (Red+Green+Blue) = 221+33+175=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD21AF is #22DE50. Grayscale: #696969. Windows color (decimal): -2285137 or 11477469. OLE color: 11477469.
HSL color Cylindrical-coordinate representation of color #DD21AF: hue angle of 314.68º 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 #DD21AF is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 175 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.13 |
| HSL | 314.68º | 0.74% | 0.5% | - |
| HSV(B) | 314.68º | 0.85% | 0.87% | - |
| XYZ | 38.1 | 19.56 | 42.32 | - |
| YUV | 105.4 | 167.28 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 175 | 0 | 0.85 | 0.21 | 0.13 | 314.68 | 0.74 | 0.5 |
| Hex | DD | 21 | AF | 0 | 55 | 15 | D | 13B | 4A | 32 |
| Octal | 335 | 41 | 257 | 0 | 125 | 25 | 15 | 473 | 112 | 62 |
| Binary | 11011101 | 100001 | 10101111 | 0 | 1010101 | 10101 | 1101 | 100111011 | 1001010 | 110010 |
Color Harmonies of #DD21AF
Complementary color
Monochromatic Colors of #DD21AF
Black with #DD21AF
Text Example
Text Example
White with #DD21AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21AF; }
p { color: rgb(221,33,175); }
H1.HeaderClassName
{
color: #DD21AF;
}
.AnyTagClassName
{
color: #DD21AF;
}
</style>
background-color css
<style>
a { background-color: #DD21AF; }
a { background-color: rgb(221,33,175); }
div.DivClassName
{
background-color: #DD21AF;
}
.BgClassName
{
background-color: #DD21AF;
}
</style>
border-color css
<style>
span { border-color: #DD21AF; }
span { border-color: rgb(221,33,175); }
td.TdClassName
{
border-color: #DD21AF;
}
.TagClassName
{
border-color: #DD21AF;
}
</style>