Shades of Spicy Pink #DA1FA8
Tints of Spicy Pink #DA1FA8
RGB
CMYK
RGB Variations
Color information
#DA1FA8 (or 0xDA1FA8) is known color: Spicy Pink. HEX triplet: DA, 1F and A8. RGB value is (218,31,168). Sum of RGB (Red+Green+Blue) = 218+31+168=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1FA8 is #25E057. Grayscale: #666666. Windows color (decimal): -2482264 or 11018202. OLE color: 11018202.
HSL color Cylindrical-coordinate representation of color #DA1FA8: hue angle of 316.04º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1FA8 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 31 | 168 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.15 |
| HSL | 316.04º | 0.75% | 0.49% | - |
| HSV(B) | 316.04º | 0.86% | 0.85% | - |
| XYZ | 36.47 | 18.71 | 38.74 | - |
| YUV | 102.53 | 164.95 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 168 | 0 | 0.86 | 0.23 | 0.15 | 316.04 | 0.75 | 0.49 |
| Hex | DA | 1F | A8 | 0 | 56 | 17 | F | 13C | 4B | 31 |
| Octal | 332 | 37 | 250 | 0 | 126 | 27 | 17 | 474 | 113 | 61 |
| Binary | 11011010 | 11111 | 10101000 | 0 | 1010110 | 10111 | 1111 | 100111100 | 1001011 | 110001 |
Color Harmonies of #DA1FA8
Complementary color
Monochromatic Colors of #DA1FA8
Black with #DA1FA8
Text Example
Text Example
White with #DA1FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1FA8; }
p { color: rgb(218,31,168); }
H1.HeaderClassName
{
color: #DA1FA8;
}
.AnyTagClassName
{
color: #DA1FA8;
}
</style>
background-color css
<style>
a { background-color: #DA1FA8; }
a { background-color: rgb(218,31,168); }
div.DivClassName
{
background-color: #DA1FA8;
}
.BgClassName
{
background-color: #DA1FA8;
}
</style>
border-color css
<style>
span { border-color: #DA1FA8; }
span { border-color: rgb(218,31,168); }
td.TdClassName
{
border-color: #DA1FA8;
}
.TagClassName
{
border-color: #DA1FA8;
}
</style>