Shades of Spicy Pink #DA1EAC
Tints of Spicy Pink #DA1EAC
RGB
CMYK
RGB Variations
Color information
#DA1EAC (or 0xDA1EAC) is known color: Spicy Pink. HEX triplet: DA, 1E and AC. RGB value is (218,30,172). Sum of RGB (Red+Green+Blue) = 218+30+172=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1EAC is #25E153. Grayscale: #666666. Windows color (decimal): -2482516 or 11280090. OLE color: 11280090.
HSL color Cylindrical-coordinate representation of color #DA1EAC: hue angle of 314.68º degrees, saturation: 0.76, 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 #DA1EAC is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 30 | 172 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.15 |
| HSL | 314.68º | 0.76% | 0.49% | - |
| HSV(B) | 314.68º | 0.86% | 0.85% | - |
| XYZ | 36.82 | 18.81 | 40.72 | - |
| YUV | 102.4 | 167.28 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 30 | 172 | 0 | 0.86 | 0.21 | 0.15 | 314.68 | 0.76 | 0.49 |
| Hex | DA | 1E | AC | 0 | 56 | 15 | F | 13B | 4C | 31 |
| Octal | 332 | 36 | 254 | 0 | 126 | 25 | 17 | 473 | 114 | 61 |
| Binary | 11011010 | 11110 | 10101100 | 0 | 1010110 | 10101 | 1111 | 100111011 | 1001100 | 110001 |
Color Harmonies of #DA1EAC
Complementary color
Monochromatic Colors of #DA1EAC
Black with #DA1EAC
Text Example
Text Example
White with #DA1EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1EAC; }
p { color: rgb(218,30,172); }
H1.HeaderClassName
{
color: #DA1EAC;
}
.AnyTagClassName
{
color: #DA1EAC;
}
</style>
background-color css
<style>
a { background-color: #DA1EAC; }
a { background-color: rgb(218,30,172); }
div.DivClassName
{
background-color: #DA1EAC;
}
.BgClassName
{
background-color: #DA1EAC;
}
</style>
border-color css
<style>
span { border-color: #DA1EAC; }
span { border-color: rgb(218,30,172); }
td.TdClassName
{
border-color: #DA1EAC;
}
.TagClassName
{
border-color: #DA1EAC;
}
</style>