Shades of Spicy Pink #DA23AA
Tints of Spicy Pink #DA23AA
RGB
CMYK
RGB Variations
Color information
#DA23AA (or 0xDA23AA) is known color: Spicy Pink. HEX triplet: DA, 23 and AA. RGB value is (218,35,170). Sum of RGB (Red+Green+Blue) = 218+35+170=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA23AA is #25DC55. Grayscale: #686868. Windows color (decimal): -2481238 or 11150298. OLE color: 11150298.
HSL color Cylindrical-coordinate representation of color #DA23AA: hue angle of 315.74º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA23AA is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 170 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.15 |
| HSL | 315.74º | 0.72% | 0.5% | - |
| HSV(B) | 315.74º | 0.84% | 0.85% | - |
| XYZ | 36.77 | 19.01 | 39.76 | - |
| YUV | 105.11 | 164.63 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 170 | 0 | 0.84 | 0.22 | 0.15 | 315.74 | 0.72 | 0.5 |
| Hex | DA | 23 | AA | 0 | 54 | 16 | F | 13C | 48 | 32 |
| Octal | 332 | 43 | 252 | 0 | 124 | 26 | 17 | 474 | 110 | 62 |
| Binary | 11011010 | 100011 | 10101010 | 0 | 1010100 | 10110 | 1111 | 100111100 | 1001000 | 110010 |
Color Harmonies of #DA23AA
Complementary color
Monochromatic Colors of #DA23AA
Black with #DA23AA
Text Example
Text Example
White with #DA23AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA23AA; }
p { color: rgb(218,35,170); }
H1.HeaderClassName
{
color: #DA23AA;
}
.AnyTagClassName
{
color: #DA23AA;
}
</style>
background-color css
<style>
a { background-color: #DA23AA; }
a { background-color: rgb(218,35,170); }
div.DivClassName
{
background-color: #DA23AA;
}
.BgClassName
{
background-color: #DA23AA;
}
</style>
border-color css
<style>
span { border-color: #DA23AA; }
span { border-color: rgb(218,35,170); }
td.TdClassName
{
border-color: #DA23AA;
}
.TagClassName
{
border-color: #DA23AA;
}
</style>