Shades of Spicy Pink #DD26AA
Tints of Spicy Pink #DD26AA
RGB
CMYK
RGB Variations
Color information
#DD26AA (or 0xDD26AA) is known color: Spicy Pink. HEX triplet: DD, 26 and AA. RGB value is (221,38,170). Sum of RGB (Red+Green+Blue) = 221+38+170=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD26AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD26AA is #22D955. Grayscale: #6B6B6B. Windows color (decimal): -2283862 or 11151069. OLE color: 11151069.
HSL color Cylindrical-coordinate representation of color #DD26AA: hue angle of 316.72º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD26AA is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 170 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.13 |
| HSL | 316.72º | 0.73% | 0.51% | - |
| HSV(B) | 316.72º | 0.83% | 0.87% | - |
| XYZ | 37.77 | 19.66 | 39.83 | - |
| YUV | 107.77 | 163.13 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 170 | 0 | 0.83 | 0.23 | 0.13 | 316.72 | 0.73 | 0.51 |
| Hex | DD | 26 | AA | 0 | 53 | 17 | D | 13D | 49 | 33 |
| Octal | 335 | 46 | 252 | 0 | 123 | 27 | 15 | 475 | 111 | 63 |
| Binary | 11011101 | 100110 | 10101010 | 0 | 1010011 | 10111 | 1101 | 100111101 | 1001001 | 110011 |
Color Harmonies of #DD26AA
Complementary color
Monochromatic Colors of #DD26AA
Black with #DD26AA
Text Example
Text Example
White with #DD26AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD26AA; }
p { color: rgb(221,38,170); }
H1.HeaderClassName
{
color: #DD26AA;
}
.AnyTagClassName
{
color: #DD26AA;
}
</style>
background-color css
<style>
a { background-color: #DD26AA; }
a { background-color: rgb(221,38,170); }
div.DivClassName
{
background-color: #DD26AA;
}
.BgClassName
{
background-color: #DD26AA;
}
</style>
border-color css
<style>
span { border-color: #DD26AA; }
span { border-color: rgb(221,38,170); }
td.TdClassName
{
border-color: #DD26AA;
}
.TagClassName
{
border-color: #DD26AA;
}
</style>