Shades of Spicy Pink #DD1BAB
Tints of Spicy Pink #DD1BAB
RGB
CMYK
RGB Variations
Color information
#DD1BAB (or 0xDD1BAB) is known color: Spicy Pink. HEX triplet: DD, 1B and AB. RGB value is (221,27,171). Sum of RGB (Red+Green+Blue) = 221+27+171=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1BAB is #22E454. Grayscale: #656565. Windows color (decimal): -2286677 or 11213789. OLE color: 11213789.
HSL color Cylindrical-coordinate representation of color #DD1BAB: hue angle of 315.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1BAB is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 171 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.13 |
| HSL | 315.46º | 0.78% | 0.49% | - |
| HSV(B) | 315.46º | 0.88% | 0.87% | - |
| XYZ | 37.56 | 19.1 | 40.23 | - |
| YUV | 101.42 | 167.27 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 171 | 0 | 0.88 | 0.23 | 0.13 | 315.46 | 0.78 | 0.49 |
| Hex | DD | 1B | AB | 0 | 58 | 17 | D | 13B | 4E | 31 |
| Octal | 335 | 33 | 253 | 0 | 130 | 27 | 15 | 473 | 116 | 61 |
| Binary | 11011101 | 11011 | 10101011 | 0 | 1011000 | 10111 | 1101 | 100111011 | 1001110 | 110001 |
Color Harmonies of #DD1BAB
Complementary color
Monochromatic Colors of #DD1BAB
Black with #DD1BAB
Text Example
Text Example
White with #DD1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BAB; }
p { color: rgb(221,27,171); }
H1.HeaderClassName
{
color: #DD1BAB;
}
.AnyTagClassName
{
color: #DD1BAB;
}
</style>
background-color css
<style>
a { background-color: #DD1BAB; }
a { background-color: rgb(221,27,171); }
div.DivClassName
{
background-color: #DD1BAB;
}
.BgClassName
{
background-color: #DD1BAB;
}
</style>
border-color css
<style>
span { border-color: #DD1BAB; }
span { border-color: rgb(221,27,171); }
td.TdClassName
{
border-color: #DD1BAB;
}
.TagClassName
{
border-color: #DD1BAB;
}
</style>