Shades of Spicy Pink #DD1EA3
Tints of Spicy Pink #DD1EA3
RGB
CMYK
RGB Variations
Color information
#DD1EA3 (or 0xDD1EA3) is known color: Spicy Pink. HEX triplet: DD, 1E and A3. RGB value is (221,30,163). Sum of RGB (Red+Green+Blue) = 221+30+163=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1EA3 is #22E15C. Grayscale: #656565. Windows color (decimal): -2285917 or 10690269. OLE color: 10690269.
HSL color Cylindrical-coordinate representation of color #DD1EA3: hue angle of 318.22º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1EA3 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 163 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.13 |
| HSL | 318.22º | 0.76% | 0.49% | - |
| HSV(B) | 318.22º | 0.86% | 0.87% | - |
| XYZ | 36.89 | 18.95 | 36.36 | - |
| YUV | 102.27 | 162.28 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 163 | 0 | 0.86 | 0.26 | 0.13 | 318.22 | 0.76 | 0.49 |
| Hex | DD | 1E | A3 | 0 | 56 | 1A | D | 13E | 4C | 31 |
| Octal | 335 | 36 | 243 | 0 | 126 | 32 | 15 | 476 | 114 | 61 |
| Binary | 11011101 | 11110 | 10100011 | 0 | 1010110 | 11010 | 1101 | 100111110 | 1001100 | 110001 |
Color Harmonies of #DD1EA3
Complementary color
Monochromatic Colors of #DD1EA3
Black with #DD1EA3
Text Example
Text Example
White with #DD1EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1EA3; }
p { color: rgb(221,30,163); }
H1.HeaderClassName
{
color: #DD1EA3;
}
.AnyTagClassName
{
color: #DD1EA3;
}
</style>
background-color css
<style>
a { background-color: #DD1EA3; }
a { background-color: rgb(221,30,163); }
div.DivClassName
{
background-color: #DD1EA3;
}
.BgClassName
{
background-color: #DD1EA3;
}
</style>
border-color css
<style>
span { border-color: #DD1EA3; }
span { border-color: rgb(221,30,163); }
td.TdClassName
{
border-color: #DD1EA3;
}
.TagClassName
{
border-color: #DD1EA3;
}
</style>