Shades of Spicy Pink #DA20AF
Tints of Spicy Pink #DA20AF
RGB
CMYK
RGB Variations
Color information
#DA20AF (or 0xDA20AF) is known color: Spicy Pink. HEX triplet: DA, 20 and AF. RGB value is (218,32,175). Sum of RGB (Red+Green+Blue) = 218+32+175=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA20AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA20AF is #25DF50. Grayscale: #676767. Windows color (decimal): -2482001 or 11477210. OLE color: 11477210.
HSL color Cylindrical-coordinate representation of color #DA20AF: hue angle of 313.87º 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 #DA20AF is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 175 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.15 |
| HSL | 313.87º | 0.74% | 0.49% | - |
| HSV(B) | 313.87º | 0.85% | 0.85% | - |
| XYZ | 37.17 | 19.03 | 42.27 | - |
| YUV | 103.92 | 168.12 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 175 | 0 | 0.85 | 0.20 | 0.15 | 313.87 | 0.74 | 0.49 |
| Hex | DA | 20 | AF | 0 | 55 | 14 | F | 13A | 4A | 31 |
| Octal | 332 | 40 | 257 | 0 | 125 | 24 | 17 | 472 | 112 | 61 |
| Binary | 11011010 | 100000 | 10101111 | 0 | 1010101 | 10100 | 1111 | 100111010 | 1001010 | 110001 |
Color Harmonies of #DA20AF
Complementary color
Monochromatic Colors of #DA20AF
Black with #DA20AF
Text Example
Text Example
White with #DA20AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20AF; }
p { color: rgb(218,32,175); }
H1.HeaderClassName
{
color: #DA20AF;
}
.AnyTagClassName
{
color: #DA20AF;
}
</style>
background-color css
<style>
a { background-color: #DA20AF; }
a { background-color: rgb(218,32,175); }
div.DivClassName
{
background-color: #DA20AF;
}
.BgClassName
{
background-color: #DA20AF;
}
</style>
border-color css
<style>
span { border-color: #DA20AF; }
span { border-color: rgb(218,32,175); }
td.TdClassName
{
border-color: #DA20AF;
}
.TagClassName
{
border-color: #DA20AF;
}
</style>