Shades of Spicy Pink #DD1EA6
Tints of Spicy Pink #DD1EA6
RGB
CMYK
RGB Variations
Color information
#DD1EA6 (or 0xDD1EA6) is known color: Spicy Pink. HEX triplet: DD, 1E and A6. RGB value is (221,30,166). Sum of RGB (Red+Green+Blue) = 221+30+166=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1EA6 is #22E159. Grayscale: #666666. Windows color (decimal): -2285914 or 10886877. OLE color: 10886877.
HSL color Cylindrical-coordinate representation of color #DD1EA6: hue angle of 317.28º 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 #DD1EA6 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 166 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.13 |
| HSL | 317.28º | 0.76% | 0.49% | - |
| HSV(B) | 317.28º | 0.86% | 0.87% | - |
| XYZ | 37.17 | 19.05 | 37.8 | - |
| YUV | 102.61 | 163.78 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 166 | 0 | 0.86 | 0.25 | 0.13 | 317.28 | 0.76 | 0.49 |
| Hex | DD | 1E | A6 | 0 | 56 | 19 | D | 13D | 4C | 31 |
| Octal | 335 | 36 | 246 | 0 | 126 | 31 | 15 | 475 | 114 | 61 |
| Binary | 11011101 | 11110 | 10100110 | 0 | 1010110 | 11001 | 1101 | 100111101 | 1001100 | 110001 |
Color Harmonies of #DD1EA6
Complementary color
Monochromatic Colors of #DD1EA6
Black with #DD1EA6
Text Example
Text Example
White with #DD1EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1EA6; }
p { color: rgb(221,30,166); }
H1.HeaderClassName
{
color: #DD1EA6;
}
.AnyTagClassName
{
color: #DD1EA6;
}
</style>
background-color css
<style>
a { background-color: #DD1EA6; }
a { background-color: rgb(221,30,166); }
div.DivClassName
{
background-color: #DD1EA6;
}
.BgClassName
{
background-color: #DD1EA6;
}
</style>
border-color css
<style>
span { border-color: #DD1EA6; }
span { border-color: rgb(221,30,166); }
td.TdClassName
{
border-color: #DD1EA6;
}
.TagClassName
{
border-color: #DD1EA6;
}
</style>