Shades of Spicy Pink #DD1DAC
Tints of Spicy Pink #DD1DAC
RGB
CMYK
RGB Variations
Color information
#DD1DAC (or 0xDD1DAC) is known color: Spicy Pink. HEX triplet: DD, 1D and AC. RGB value is (221,29,172). Sum of RGB (Red+Green+Blue) = 221+29+172=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1DAC is #22E253. Grayscale: #666666. Windows color (decimal): -2286164 or 11279837. OLE color: 11279837.
HSL color Cylindrical-coordinate representation of color #DD1DAC: hue angle of 315.31º 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 #DD1DAC is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 29 | 172 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.13 |
| HSL | 315.31º | 0.77% | 0.49% | - |
| HSV(B) | 315.31º | 0.87% | 0.87% | - |
| XYZ | 37.7 | 19.23 | 40.75 | - |
| YUV | 102.71 | 167.11 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 172 | 0 | 0.87 | 0.22 | 0.13 | 315.31 | 0.77 | 0.49 |
| Hex | DD | 1D | AC | 0 | 57 | 16 | D | 13B | 4D | 31 |
| Octal | 335 | 35 | 254 | 0 | 127 | 26 | 15 | 473 | 115 | 61 |
| Binary | 11011101 | 11101 | 10101100 | 0 | 1010111 | 10110 | 1101 | 100111011 | 1001101 | 110001 |
Color Harmonies of #DD1DAC
Complementary color
Monochromatic Colors of #DD1DAC
Black with #DD1DAC
Text Example
Text Example
White with #DD1DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1DAC; }
p { color: rgb(221,29,172); }
H1.HeaderClassName
{
color: #DD1DAC;
}
.AnyTagClassName
{
color: #DD1DAC;
}
</style>
background-color css
<style>
a { background-color: #DD1DAC; }
a { background-color: rgb(221,29,172); }
div.DivClassName
{
background-color: #DD1DAC;
}
.BgClassName
{
background-color: #DD1DAC;
}
</style>
border-color css
<style>
span { border-color: #DD1DAC; }
span { border-color: rgb(221,29,172); }
td.TdClassName
{
border-color: #DD1DAC;
}
.TagClassName
{
border-color: #DD1DAC;
}
</style>