Shades of Spicy Pink #DA2CAF
Tints of Spicy Pink #DA2CAF
RGB
CMYK
RGB Variations
Color information
#DA2CAF (or 0xDA2CAF) is known color: Spicy Pink. HEX triplet: DA, 2C and AF. RGB value is (218,44,175). Sum of RGB (Red+Green+Blue) = 218+44+175=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2CAF is #25D350. Grayscale: #6E6E6E. Windows color (decimal): -2478929 or 11480282. OLE color: 11480282.
HSL color Cylindrical-coordinate representation of color #DA2CAF: hue angle of 314.83º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2CAF is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 44 | 175 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.15 |
| HSL | 314.83º | 0.7% | 0.51% | - |
| HSV(B) | 314.83º | 0.8% | 0.85% | - |
| XYZ | 37.55 | 19.8 | 42.4 | - |
| YUV | 110.96 | 164.15 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 44 | 175 | 0 | 0.80 | 0.20 | 0.15 | 314.83 | 0.7 | 0.51 |
| Hex | DA | 2C | AF | 0 | 50 | 14 | F | 13B | 46 | 33 |
| Octal | 332 | 54 | 257 | 0 | 120 | 24 | 17 | 473 | 106 | 63 |
| Binary | 11011010 | 101100 | 10101111 | 0 | 1010000 | 10100 | 1111 | 100111011 | 1000110 | 110011 |
Color Harmonies of #DA2CAF
Complementary color
Monochromatic Colors of #DA2CAF
Black with #DA2CAF
Text Example
Text Example
White with #DA2CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2CAF; }
p { color: rgb(218,44,175); }
H1.HeaderClassName
{
color: #DA2CAF;
}
.AnyTagClassName
{
color: #DA2CAF;
}
</style>
background-color css
<style>
a { background-color: #DA2CAF; }
a { background-color: rgb(218,44,175); }
div.DivClassName
{
background-color: #DA2CAF;
}
.BgClassName
{
background-color: #DA2CAF;
}
</style>
border-color css
<style>
span { border-color: #DA2CAF; }
span { border-color: rgb(218,44,175); }
td.TdClassName
{
border-color: #DA2CAF;
}
.TagClassName
{
border-color: #DA2CAF;
}
</style>