Shades of Spicy Pink #DA1AAF
Tints of Spicy Pink #DA1AAF
RGB
CMYK
RGB Variations
Color information
#DA1AAF (or 0xDA1AAF) is known color: Spicy Pink. HEX triplet: DA, 1A and AF. RGB value is (218,26,175). Sum of RGB (Red+Green+Blue) = 218+26+175=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1AAF is #25E550. Grayscale: #636363. Windows color (decimal): -2483537 or 11475674. OLE color: 11475674.
HSL color Cylindrical-coordinate representation of color #DA1AAF: hue angle of 313.44º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1AAF is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 26 | 175 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.15 |
| HSL | 313.44º | 0.79% | 0.48% | - |
| HSV(B) | 313.44º | 0.88% | 0.85% | - |
| XYZ | 37.02 | 18.74 | 42.22 | - |
| YUV | 100.39 | 170.11 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 175 | 0 | 0.88 | 0.20 | 0.15 | 313.44 | 0.79 | 0.48 |
| Hex | DA | 1A | AF | 0 | 58 | 14 | F | 139 | 4F | 30 |
| Octal | 332 | 32 | 257 | 0 | 130 | 24 | 17 | 471 | 117 | 60 |
| Binary | 11011010 | 11010 | 10101111 | 0 | 1011000 | 10100 | 1111 | 100111001 | 1001111 | 110000 |
Color Harmonies of #DA1AAF
Complementary color
Monochromatic Colors of #DA1AAF
Black with #DA1AAF
Text Example
Text Example
White with #DA1AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1AAF; }
p { color: rgb(218,26,175); }
H1.HeaderClassName
{
color: #DA1AAF;
}
.AnyTagClassName
{
color: #DA1AAF;
}
</style>
background-color css
<style>
a { background-color: #DA1AAF; }
a { background-color: rgb(218,26,175); }
div.DivClassName
{
background-color: #DA1AAF;
}
.BgClassName
{
background-color: #DA1AAF;
}
</style>
border-color css
<style>
span { border-color: #DA1AAF; }
span { border-color: rgb(218,26,175); }
td.TdClassName
{
border-color: #DA1AAF;
}
.TagClassName
{
border-color: #DA1AAF;
}
</style>