Shades of Spicy Pink #DD24AA
Tints of Spicy Pink #DD24AA
RGB
CMYK
RGB Variations
Color information
#DD24AA (or 0xDD24AA) is known color: Spicy Pink. HEX triplet: DD, 24 and AA. RGB value is (221,36,170). Sum of RGB (Red+Green+Blue) = 221+36+170=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD24AA is #22DB55. Grayscale: #6A6A6A. Windows color (decimal): -2284374 or 11150557. OLE color: 11150557.
HSL color Cylindrical-coordinate representation of color #DD24AA: hue angle of 316.54º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD24AA is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 170 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.13 |
| HSL | 316.54º | 0.73% | 0.5% | - |
| HSV(B) | 316.54º | 0.84% | 0.87% | - |
| XYZ | 37.71 | 19.54 | 39.81 | - |
| YUV | 106.59 | 163.79 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 170 | 0 | 0.84 | 0.23 | 0.13 | 316.54 | 0.73 | 0.5 |
| Hex | DD | 24 | AA | 0 | 54 | 17 | D | 13D | 49 | 32 |
| Octal | 335 | 44 | 252 | 0 | 124 | 27 | 15 | 475 | 111 | 62 |
| Binary | 11011101 | 100100 | 10101010 | 0 | 1010100 | 10111 | 1101 | 100111101 | 1001001 | 110010 |
Color Harmonies of #DD24AA
Complementary color
Monochromatic Colors of #DD24AA
Black with #DD24AA
Text Example
Text Example
White with #DD24AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD24AA; }
p { color: rgb(221,36,170); }
H1.HeaderClassName
{
color: #DD24AA;
}
.AnyTagClassName
{
color: #DD24AA;
}
</style>
background-color css
<style>
a { background-color: #DD24AA; }
a { background-color: rgb(221,36,170); }
div.DivClassName
{
background-color: #DD24AA;
}
.BgClassName
{
background-color: #DD24AA;
}
</style>
border-color css
<style>
span { border-color: #DD24AA; }
span { border-color: rgb(221,36,170); }
td.TdClassName
{
border-color: #DD24AA;
}
.TagClassName
{
border-color: #DD24AA;
}
</style>