Shades of Spicy Pink #DD18AB
Tints of Spicy Pink #DD18AB
RGB
CMYK
RGB Variations
Color information
#DD18AB (or 0xDD18AB) is known color: Spicy Pink. HEX triplet: DD, 18 and AB. RGB value is (221,24,171). Sum of RGB (Red+Green+Blue) = 221+24+171=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD18AB is #22E754. Grayscale: #636363. Windows color (decimal): -2287445 or 11213021. OLE color: 11213021.
HSL color Cylindrical-coordinate representation of color #DD18AB: hue angle of 315.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD18AB is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 171 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.13 |
| HSL | 315.23º | 0.8% | 0.48% | - |
| HSV(B) | 315.23º | 0.89% | 0.87% | - |
| XYZ | 37.5 | 18.97 | 40.21 | - |
| YUV | 99.66 | 168.27 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 171 | 0 | 0.89 | 0.23 | 0.13 | 315.23 | 0.8 | 0.48 |
| Hex | DD | 18 | AB | 0 | 59 | 17 | D | 13B | 50 | 30 |
| Octal | 335 | 30 | 253 | 0 | 131 | 27 | 15 | 473 | 120 | 60 |
| Binary | 11011101 | 11000 | 10101011 | 0 | 1011001 | 10111 | 1101 | 100111011 | 1010000 | 110000 |
Color Harmonies of #DD18AB
Complementary color
Monochromatic Colors of #DD18AB
Black with #DD18AB
Text Example
Text Example
White with #DD18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD18AB; }
p { color: rgb(221,24,171); }
H1.HeaderClassName
{
color: #DD18AB;
}
.AnyTagClassName
{
color: #DD18AB;
}
</style>
background-color css
<style>
a { background-color: #DD18AB; }
a { background-color: rgb(221,24,171); }
div.DivClassName
{
background-color: #DD18AB;
}
.BgClassName
{
background-color: #DD18AB;
}
</style>
border-color css
<style>
span { border-color: #DD18AB; }
span { border-color: rgb(221,24,171); }
td.TdClassName
{
border-color: #DD18AB;
}
.TagClassName
{
border-color: #DD18AB;
}
</style>