Shades of Spicy Pink #DA20A7
Tints of Spicy Pink #DA20A7
RGB
CMYK
RGB Variations
Color information
#DA20A7 (or 0xDA20A7) is known color: Spicy Pink. HEX triplet: DA, 20 and A7. RGB value is (218,32,167). Sum of RGB (Red+Green+Blue) = 218+32+167=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA20A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA20A7 is #25DF58. Grayscale: #666666. Windows color (decimal): -2482009 or 10952922. OLE color: 10952922.
HSL color Cylindrical-coordinate representation of color #DA20A7: hue angle of 316.45º 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 #DA20A7 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 167 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.15 |
| HSL | 316.45º | 0.74% | 0.49% | - |
| HSV(B) | 316.45º | 0.85% | 0.85% | - |
| XYZ | 36.41 | 18.73 | 38.26 | - |
| YUV | 103 | 164.12 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 167 | 0 | 0.85 | 0.23 | 0.15 | 316.45 | 0.74 | 0.49 |
| Hex | DA | 20 | A7 | 0 | 55 | 17 | F | 13C | 4A | 31 |
| Octal | 332 | 40 | 247 | 0 | 125 | 27 | 17 | 474 | 112 | 61 |
| Binary | 11011010 | 100000 | 10100111 | 0 | 1010101 | 10111 | 1111 | 100111100 | 1001010 | 110001 |
Color Harmonies of #DA20A7
Complementary color
Monochromatic Colors of #DA20A7
Black with #DA20A7
Text Example
Text Example
White with #DA20A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20A7; }
p { color: rgb(218,32,167); }
H1.HeaderClassName
{
color: #DA20A7;
}
.AnyTagClassName
{
color: #DA20A7;
}
</style>
background-color css
<style>
a { background-color: #DA20A7; }
a { background-color: rgb(218,32,167); }
div.DivClassName
{
background-color: #DA20A7;
}
.BgClassName
{
background-color: #DA20A7;
}
</style>
border-color css
<style>
span { border-color: #DA20A7; }
span { border-color: rgb(218,32,167); }
td.TdClassName
{
border-color: #DA20A7;
}
.TagClassName
{
border-color: #DA20A7;
}
</style>