Shades of Spicy Pink #DD1CAA
Tints of Spicy Pink #DD1CAA
RGB
CMYK
RGB Variations
Color information
#DD1CAA (or 0xDD1CAA) is known color: Spicy Pink. HEX triplet: DD, 1C and AA. RGB value is (221,28,170). Sum of RGB (Red+Green+Blue) = 221+28+170=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1CAA is #22E355. Grayscale: #656565. Windows color (decimal): -2286422 or 11148509. OLE color: 11148509.
HSL color Cylindrical-coordinate representation of color #DD1CAA: hue angle of 315.85º degrees, saturation: 0.78, 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 #DD1CAA is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 170 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.13 |
| HSL | 315.85º | 0.78% | 0.49% | - |
| HSV(B) | 315.85º | 0.87% | 0.87% | - |
| XYZ | 37.49 | 19.1 | 39.74 | - |
| YUV | 101.9 | 166.44 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 170 | 0 | 0.87 | 0.23 | 0.13 | 315.85 | 0.78 | 0.49 |
| Hex | DD | 1C | AA | 0 | 57 | 17 | D | 13C | 4E | 31 |
| Octal | 335 | 34 | 252 | 0 | 127 | 27 | 15 | 474 | 116 | 61 |
| Binary | 11011101 | 11100 | 10101010 | 0 | 1010111 | 10111 | 1101 | 100111100 | 1001110 | 110001 |
Color Harmonies of #DD1CAA
Complementary color
Monochromatic Colors of #DD1CAA
Black with #DD1CAA
Text Example
Text Example
White with #DD1CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1CAA; }
p { color: rgb(221,28,170); }
H1.HeaderClassName
{
color: #DD1CAA;
}
.AnyTagClassName
{
color: #DD1CAA;
}
</style>
background-color css
<style>
a { background-color: #DD1CAA; }
a { background-color: rgb(221,28,170); }
div.DivClassName
{
background-color: #DD1CAA;
}
.BgClassName
{
background-color: #DD1CAA;
}
</style>
border-color css
<style>
span { border-color: #DD1CAA; }
span { border-color: rgb(221,28,170); }
td.TdClassName
{
border-color: #DD1CAA;
}
.TagClassName
{
border-color: #DD1CAA;
}
</style>