Shades of Spicy Pink #DD1FAB
Tints of Spicy Pink #DD1FAB
RGB
CMYK
RGB Variations
Color information
#DD1FAB (or 0xDD1FAB) is known color: Spicy Pink. HEX triplet: DD, 1F and AB. RGB value is (221,31,171). Sum of RGB (Red+Green+Blue) = 221+31+171=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1FAB is #22E054. Grayscale: #676767. Windows color (decimal): -2285653 or 11214813. OLE color: 11214813.
HSL color Cylindrical-coordinate representation of color #DD1FAB: hue angle of 315.79º degrees, saturation: 0.75, 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 #DD1FAB is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 31 | 171 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.13 |
| HSL | 315.79º | 0.75% | 0.49% | - |
| HSV(B) | 315.79º | 0.86% | 0.87% | - |
| XYZ | 37.66 | 19.29 | 40.27 | - |
| YUV | 103.77 | 165.95 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 31 | 171 | 0 | 0.86 | 0.23 | 0.13 | 315.79 | 0.75 | 0.49 |
| Hex | DD | 1F | AB | 0 | 56 | 17 | D | 13C | 4B | 31 |
| Octal | 335 | 37 | 253 | 0 | 126 | 27 | 15 | 474 | 113 | 61 |
| Binary | 11011101 | 11111 | 10101011 | 0 | 1010110 | 10111 | 1101 | 100111100 | 1001011 | 110001 |
Color Harmonies of #DD1FAB
Complementary color
Monochromatic Colors of #DD1FAB
Black with #DD1FAB
Text Example
Text Example
White with #DD1FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1FAB; }
p { color: rgb(221,31,171); }
H1.HeaderClassName
{
color: #DD1FAB;
}
.AnyTagClassName
{
color: #DD1FAB;
}
</style>
background-color css
<style>
a { background-color: #DD1FAB; }
a { background-color: rgb(221,31,171); }
div.DivClassName
{
background-color: #DD1FAB;
}
.BgClassName
{
background-color: #DD1FAB;
}
</style>
border-color css
<style>
span { border-color: #DD1FAB; }
span { border-color: rgb(221,31,171); }
td.TdClassName
{
border-color: #DD1FAB;
}
.TagClassName
{
border-color: #DD1FAB;
}
</style>