Shades of Spicy Pink #DA1AB0
Tints of Spicy Pink #DA1AB0
RGB
CMYK
RGB Variations
Color information
#DA1AB0 (or 0xDA1AB0) is known color: Spicy Pink. HEX triplet: DA, 1A and B0. RGB value is (218,26,176). Sum of RGB (Red+Green+Blue) = 218+26+176=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1AB0 is #25E54F. Grayscale: #646464. Windows color (decimal): -2483536 or 11541210. OLE color: 11541210.
HSL color Cylindrical-coordinate representation of color #DA1AB0: hue angle of 313.12º 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 #DA1AB0 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 26 | 176 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.15 |
| HSL | 313.13º | 0.79% | 0.48% | - |
| HSV(B) | 313.13º | 0.88% | 0.85% | - |
| XYZ | 37.12 | 18.78 | 42.74 | - |
| YUV | 100.51 | 170.61 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 176 | 0 | 0.88 | 0.19 | 0.15 | 313.13 | 0.79 | 0.48 |
| Hex | DA | 1A | B0 | 0 | 58 | 13 | F | 139 | 4F | 30 |
| Octal | 332 | 32 | 260 | 0 | 130 | 23 | 17 | 471 | 117 | 60 |
| Binary | 11011010 | 11010 | 10110000 | 0 | 1011000 | 10011 | 1111 | 100111001 | 1001111 | 110000 |
Color Harmonies of #DA1AB0
Complementary color
Monochromatic Colors of #DA1AB0
Black with #DA1AB0
Text Example
Text Example
White with #DA1AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1AB0; }
p { color: rgb(218,26,176); }
H1.HeaderClassName
{
color: #DA1AB0;
}
.AnyTagClassName
{
color: #DA1AB0;
}
</style>
background-color css
<style>
a { background-color: #DA1AB0; }
a { background-color: rgb(218,26,176); }
div.DivClassName
{
background-color: #DA1AB0;
}
.BgClassName
{
background-color: #DA1AB0;
}
</style>
border-color css
<style>
span { border-color: #DA1AB0; }
span { border-color: rgb(218,26,176); }
td.TdClassName
{
border-color: #DA1AB0;
}
.TagClassName
{
border-color: #DA1AB0;
}
</style>