Shades of Spicy Pink #DD1BAC
Tints of Spicy Pink #DD1BAC
RGB
CMYK
RGB Variations
Color information
#DD1BAC (or 0xDD1BAC) is known color: Spicy Pink. HEX triplet: DD, 1B and AC. RGB value is (221,27,172). Sum of RGB (Red+Green+Blue) = 221+27+172=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1BAC is #22E453. Grayscale: #656565. Windows color (decimal): -2286676 or 11279325. OLE color: 11279325.
HSL color Cylindrical-coordinate representation of color #DD1BAC: hue angle of 315.15º 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 #DD1BAC is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 172 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.13 |
| HSL | 315.15º | 0.78% | 0.49% | - |
| HSV(B) | 315.15º | 0.88% | 0.87% | - |
| XYZ | 37.66 | 19.13 | 40.74 | - |
| YUV | 101.54 | 167.77 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 172 | 0 | 0.88 | 0.22 | 0.13 | 315.15 | 0.78 | 0.49 |
| Hex | DD | 1B | AC | 0 | 58 | 16 | D | 13B | 4E | 31 |
| Octal | 335 | 33 | 254 | 0 | 130 | 26 | 15 | 473 | 116 | 61 |
| Binary | 11011101 | 11011 | 10101100 | 0 | 1011000 | 10110 | 1101 | 100111011 | 1001110 | 110001 |
Color Harmonies of #DD1BAC
Complementary color
Monochromatic Colors of #DD1BAC
Black with #DD1BAC
Text Example
Text Example
White with #DD1BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BAC; }
p { color: rgb(221,27,172); }
H1.HeaderClassName
{
color: #DD1BAC;
}
.AnyTagClassName
{
color: #DD1BAC;
}
</style>
background-color css
<style>
a { background-color: #DD1BAC; }
a { background-color: rgb(221,27,172); }
div.DivClassName
{
background-color: #DD1BAC;
}
.BgClassName
{
background-color: #DD1BAC;
}
</style>
border-color css
<style>
span { border-color: #DD1BAC; }
span { border-color: rgb(221,27,172); }
td.TdClassName
{
border-color: #DD1BAC;
}
.TagClassName
{
border-color: #DD1BAC;
}
</style>