Shades of Spicy Pink #DA1EB0
Tints of Spicy Pink #DA1EB0
RGB
CMYK
RGB Variations
Color information
#DA1EB0 (or 0xDA1EB0) is known color: Spicy Pink. HEX triplet: DA, 1E and B0. RGB value is (218,30,176). Sum of RGB (Red+Green+Blue) = 218+30+176=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1EB0 is #25E14F. Grayscale: #666666. Windows color (decimal): -2482512 or 11542234. OLE color: 11542234.
HSL color Cylindrical-coordinate representation of color #DA1EB0: hue angle of 313.4º 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 #DA1EB0 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 30 | 176 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.15 |
| HSL | 313.4º | 0.76% | 0.49% | - |
| HSV(B) | 313.4º | 0.86% | 0.85% | - |
| XYZ | 37.21 | 18.97 | 42.77 | - |
| YUV | 102.86 | 169.28 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 30 | 176 | 0 | 0.86 | 0.19 | 0.15 | 313.4 | 0.76 | 0.49 |
| Hex | DA | 1E | B0 | 0 | 56 | 13 | F | 139 | 4C | 31 |
| Octal | 332 | 36 | 260 | 0 | 126 | 23 | 17 | 471 | 114 | 61 |
| Binary | 11011010 | 11110 | 10110000 | 0 | 1010110 | 10011 | 1111 | 100111001 | 1001100 | 110001 |
Color Harmonies of #DA1EB0
Complementary color
Monochromatic Colors of #DA1EB0
Black with #DA1EB0
Text Example
Text Example
White with #DA1EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1EB0; }
p { color: rgb(218,30,176); }
H1.HeaderClassName
{
color: #DA1EB0;
}
.AnyTagClassName
{
color: #DA1EB0;
}
</style>
background-color css
<style>
a { background-color: #DA1EB0; }
a { background-color: rgb(218,30,176); }
div.DivClassName
{
background-color: #DA1EB0;
}
.BgClassName
{
background-color: #DA1EB0;
}
</style>
border-color css
<style>
span { border-color: #DA1EB0; }
span { border-color: rgb(218,30,176); }
td.TdClassName
{
border-color: #DA1EB0;
}
.TagClassName
{
border-color: #DA1EB0;
}
</style>