Shades of Spicy Pink #DA20AB
Tints of Spicy Pink #DA20AB
RGB
CMYK
RGB Variations
Color information
#DA20AB (or 0xDA20AB) is known color: Spicy Pink. HEX triplet: DA, 20 and AB. RGB value is (218,32,171). Sum of RGB (Red+Green+Blue) = 218+32+171=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA20AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA20AB is #25DF54. Grayscale: #676767. Windows color (decimal): -2482005 or 11215066. OLE color: 11215066.
HSL color Cylindrical-coordinate representation of color #DA20AB: hue angle of 315.16º 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 #DA20AB is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 171 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.15 |
| HSL | 315.16º | 0.74% | 0.49% | - |
| HSV(B) | 315.16º | 0.85% | 0.85% | - |
| XYZ | 36.78 | 18.88 | 40.23 | - |
| YUV | 103.46 | 166.12 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 171 | 0 | 0.85 | 0.22 | 0.15 | 315.16 | 0.74 | 0.49 |
| Hex | DA | 20 | AB | 0 | 55 | 16 | F | 13B | 4A | 31 |
| Octal | 332 | 40 | 253 | 0 | 125 | 26 | 17 | 473 | 112 | 61 |
| Binary | 11011010 | 100000 | 10101011 | 0 | 1010101 | 10110 | 1111 | 100111011 | 1001010 | 110001 |
Color Harmonies of #DA20AB
Complementary color
Monochromatic Colors of #DA20AB
Black with #DA20AB
Text Example
Text Example
White with #DA20AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20AB; }
p { color: rgb(218,32,171); }
H1.HeaderClassName
{
color: #DA20AB;
}
.AnyTagClassName
{
color: #DA20AB;
}
</style>
background-color css
<style>
a { background-color: #DA20AB; }
a { background-color: rgb(218,32,171); }
div.DivClassName
{
background-color: #DA20AB;
}
.BgClassName
{
background-color: #DA20AB;
}
</style>
border-color css
<style>
span { border-color: #DA20AB; }
span { border-color: rgb(218,32,171); }
td.TdClassName
{
border-color: #DA20AB;
}
.TagClassName
{
border-color: #DA20AB;
}
</style>