Shades of Spicy Pink #DD1DAA
Tints of Spicy Pink #DD1DAA
RGB
CMYK
RGB Variations
Color information
#DD1DAA (or 0xDD1DAA) is known color: Spicy Pink. HEX triplet: DD, 1D and AA. RGB value is (221,29,170). Sum of RGB (Red+Green+Blue) = 221+29+170=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1DAA is #22E255. Grayscale: #666666. Windows color (decimal): -2286166 or 11148765. OLE color: 11148765.
HSL color Cylindrical-coordinate representation of color #DD1DAA: hue angle of 315.94º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1DAA is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 29 | 170 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.13 |
| HSL | 315.94º | 0.77% | 0.49% | - |
| HSV(B) | 315.94º | 0.87% | 0.87% | - |
| XYZ | 37.51 | 19.15 | 39.75 | - |
| YUV | 102.48 | 166.11 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 170 | 0 | 0.87 | 0.23 | 0.13 | 315.94 | 0.77 | 0.49 |
| Hex | DD | 1D | AA | 0 | 57 | 17 | D | 13C | 4D | 31 |
| Octal | 335 | 35 | 252 | 0 | 127 | 27 | 15 | 474 | 115 | 61 |
| Binary | 11011101 | 11101 | 10101010 | 0 | 1010111 | 10111 | 1101 | 100111100 | 1001101 | 110001 |
Color Harmonies of #DD1DAA
Complementary color
Monochromatic Colors of #DD1DAA
Black with #DD1DAA
Text Example
Text Example
White with #DD1DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1DAA; }
p { color: rgb(221,29,170); }
H1.HeaderClassName
{
color: #DD1DAA;
}
.AnyTagClassName
{
color: #DD1DAA;
}
</style>
background-color css
<style>
a { background-color: #DD1DAA; }
a { background-color: rgb(221,29,170); }
div.DivClassName
{
background-color: #DD1DAA;
}
.BgClassName
{
background-color: #DD1DAA;
}
</style>
border-color css
<style>
span { border-color: #DD1DAA; }
span { border-color: rgb(221,29,170); }
td.TdClassName
{
border-color: #DD1DAA;
}
.TagClassName
{
border-color: #DD1DAA;
}
</style>