Shades of Spicy Pink #DA20AD
Tints of Spicy Pink #DA20AD
RGB
CMYK
RGB Variations
Color information
#DA20AD (or 0xDA20AD) is known color: Spicy Pink. HEX triplet: DA, 20 and AD. RGB value is (218,32,173). Sum of RGB (Red+Green+Blue) = 218+32+173=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA20AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA20AD is #25DF52. Grayscale: #676767. Windows color (decimal): -2482003 or 11346138. OLE color: 11346138.
HSL color Cylindrical-coordinate representation of color #DA20AD: hue angle of 314.52º 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 #DA20AD is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 173 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.15 |
| HSL | 314.52º | 0.74% | 0.49% | - |
| HSV(B) | 314.52º | 0.85% | 0.85% | - |
| XYZ | 36.97 | 18.96 | 41.25 | - |
| YUV | 103.69 | 167.12 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 173 | 0 | 0.85 | 0.21 | 0.15 | 314.52 | 0.74 | 0.49 |
| Hex | DA | 20 | AD | 0 | 55 | 15 | F | 13B | 4A | 31 |
| Octal | 332 | 40 | 255 | 0 | 125 | 25 | 17 | 473 | 112 | 61 |
| Binary | 11011010 | 100000 | 10101101 | 0 | 1010101 | 10101 | 1111 | 100111011 | 1001010 | 110001 |
Color Harmonies of #DA20AD
Complementary color
Monochromatic Colors of #DA20AD
Black with #DA20AD
Text Example
Text Example
White with #DA20AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20AD; }
p { color: rgb(218,32,173); }
H1.HeaderClassName
{
color: #DA20AD;
}
.AnyTagClassName
{
color: #DA20AD;
}
</style>
background-color css
<style>
a { background-color: #DA20AD; }
a { background-color: rgb(218,32,173); }
div.DivClassName
{
background-color: #DA20AD;
}
.BgClassName
{
background-color: #DA20AD;
}
</style>
border-color css
<style>
span { border-color: #DA20AD; }
span { border-color: rgb(218,32,173); }
td.TdClassName
{
border-color: #DA20AD;
}
.TagClassName
{
border-color: #DA20AD;
}
</style>