Shades of Spicy Pink #DD1BAE
Tints of Spicy Pink #DD1BAE
RGB
CMYK
RGB Variations
Color information
#DD1BAE (or 0xDD1BAE) is known color: Spicy Pink. HEX triplet: DD, 1B and AE. RGB value is (221,27,174). Sum of RGB (Red+Green+Blue) = 221+27+174=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1BAE is #22E451. Grayscale: #656565. Windows color (decimal): -2286674 or 11410397. OLE color: 11410397.
HSL color Cylindrical-coordinate representation of color #DD1BAE: hue angle of 314.54º 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 #DD1BAE is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 174 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.13 |
| HSL | 314.54º | 0.78% | 0.49% | - |
| HSV(B) | 314.54º | 0.88% | 0.87% | - |
| XYZ | 37.85 | 19.21 | 41.76 | - |
| YUV | 101.76 | 168.77 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 174 | 0 | 0.88 | 0.21 | 0.13 | 314.54 | 0.78 | 0.49 |
| Hex | DD | 1B | AE | 0 | 58 | 15 | D | 13B | 4E | 31 |
| Octal | 335 | 33 | 256 | 0 | 130 | 25 | 15 | 473 | 116 | 61 |
| Binary | 11011101 | 11011 | 10101110 | 0 | 1011000 | 10101 | 1101 | 100111011 | 1001110 | 110001 |
Color Harmonies of #DD1BAE
Complementary color
Monochromatic Colors of #DD1BAE
Black with #DD1BAE
Text Example
Text Example
White with #DD1BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BAE; }
p { color: rgb(221,27,174); }
H1.HeaderClassName
{
color: #DD1BAE;
}
.AnyTagClassName
{
color: #DD1BAE;
}
</style>
background-color css
<style>
a { background-color: #DD1BAE; }
a { background-color: rgb(221,27,174); }
div.DivClassName
{
background-color: #DD1BAE;
}
.BgClassName
{
background-color: #DD1BAE;
}
</style>
border-color css
<style>
span { border-color: #DD1BAE; }
span { border-color: rgb(221,27,174); }
td.TdClassName
{
border-color: #DD1BAE;
}
.TagClassName
{
border-color: #DD1BAE;
}
</style>