Shades of Spicy Pink #DA2BAF
Tints of Spicy Pink #DA2BAF
RGB
CMYK
RGB Variations
Color information
#DA2BAF (or 0xDA2BAF) is known color: Spicy Pink. HEX triplet: DA, 2B and AF. RGB value is (218,43,175). Sum of RGB (Red+Green+Blue) = 218+43+175=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2BAF is #25D450. Grayscale: #6E6E6E. Windows color (decimal): -2479185 or 11480026. OLE color: 11480026.
HSL color Cylindrical-coordinate representation of color #DA2BAF: hue angle of 314.74º 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 #DA2BAF is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 43 | 175 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.15 |
| HSL | 314.74º | 0.7% | 0.51% | - |
| HSV(B) | 314.74º | 0.8% | 0.85% | - |
| XYZ | 37.52 | 19.73 | 42.39 | - |
| YUV | 110.37 | 164.48 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 43 | 175 | 0 | 0.80 | 0.20 | 0.15 | 314.74 | 0.7 | 0.51 |
| Hex | DA | 2B | AF | 0 | 50 | 14 | F | 13B | 46 | 33 |
| Octal | 332 | 53 | 257 | 0 | 120 | 24 | 17 | 473 | 106 | 63 |
| Binary | 11011010 | 101011 | 10101111 | 0 | 1010000 | 10100 | 1111 | 100111011 | 1000110 | 110011 |
Color Harmonies of #DA2BAF
Complementary color
Monochromatic Colors of #DA2BAF
Black with #DA2BAF
Text Example
Text Example
White with #DA2BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2BAF; }
p { color: rgb(218,43,175); }
H1.HeaderClassName
{
color: #DA2BAF;
}
.AnyTagClassName
{
color: #DA2BAF;
}
</style>
background-color css
<style>
a { background-color: #DA2BAF; }
a { background-color: rgb(218,43,175); }
div.DivClassName
{
background-color: #DA2BAF;
}
.BgClassName
{
background-color: #DA2BAF;
}
</style>
border-color css
<style>
span { border-color: #DA2BAF; }
span { border-color: rgb(218,43,175); }
td.TdClassName
{
border-color: #DA2BAF;
}
.TagClassName
{
border-color: #DA2BAF;
}
</style>