Shades of Spicy Pink #DA21A8
Tints of Spicy Pink #DA21A8
RGB
CMYK
RGB Variations
Color information
#DA21A8 (or 0xDA21A8) is known color: Spicy Pink. HEX triplet: DA, 21 and A8. RGB value is (218,33,168). Sum of RGB (Red+Green+Blue) = 218+33+168=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA21A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA21A8 is #25DE57. Grayscale: #676767. Windows color (decimal): -2481752 or 11018714. OLE color: 11018714.
HSL color Cylindrical-coordinate representation of color #DA21A8: hue angle of 316.22º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA21A8 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 168 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.15 |
| HSL | 316.22º | 0.74% | 0.49% | - |
| HSV(B) | 316.22º | 0.85% | 0.85% | - |
| XYZ | 36.53 | 18.82 | 38.75 | - |
| YUV | 103.71 | 164.29 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 168 | 0 | 0.85 | 0.23 | 0.15 | 316.22 | 0.74 | 0.49 |
| Hex | DA | 21 | A8 | 0 | 55 | 17 | F | 13C | 4A | 31 |
| Octal | 332 | 41 | 250 | 0 | 125 | 27 | 17 | 474 | 112 | 61 |
| Binary | 11011010 | 100001 | 10101000 | 0 | 1010101 | 10111 | 1111 | 100111100 | 1001010 | 110001 |
Color Harmonies of #DA21A8
Complementary color
Monochromatic Colors of #DA21A8
Black with #DA21A8
Text Example
Text Example
White with #DA21A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA21A8; }
p { color: rgb(218,33,168); }
H1.HeaderClassName
{
color: #DA21A8;
}
.AnyTagClassName
{
color: #DA21A8;
}
</style>
background-color css
<style>
a { background-color: #DA21A8; }
a { background-color: rgb(218,33,168); }
div.DivClassName
{
background-color: #DA21A8;
}
.BgClassName
{
background-color: #DA21A8;
}
</style>
border-color css
<style>
span { border-color: #DA21A8; }
span { border-color: rgb(218,33,168); }
td.TdClassName
{
border-color: #DA21A8;
}
.TagClassName
{
border-color: #DA21A8;
}
</style>