Shades of Spicy Pink #DA2FB5
Tints of Spicy Pink #DA2FB5
RGB
CMYK
RGB Variations
Color information
#DA2FB5 (or 0xDA2FB5) is known color: Spicy Pink. HEX triplet: DA, 2F and B5. RGB value is (218,47,181). Sum of RGB (Red+Green+Blue) = 218+47+181=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2FB5 is #25D04A. Grayscale: #717171. Windows color (decimal): -2478155 or 11874266. OLE color: 11874266.
HSL color Cylindrical-coordinate representation of color #DA2FB5: hue angle of 312.98º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA2FB5 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 181 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.15 |
| HSL | 312.98º | 0.7% | 0.52% | - |
| HSV(B) | 312.98º | 0.78% | 0.85% | - |
| XYZ | 38.27 | 20.27 | 45.61 | - |
| YUV | 113.41 | 166.15 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 181 | 0 | 0.78 | 0.17 | 0.15 | 312.98 | 0.7 | 0.52 |
| Hex | DA | 2F | B5 | 0 | 4E | 11 | F | 139 | 46 | 34 |
| Octal | 332 | 57 | 265 | 0 | 116 | 21 | 17 | 471 | 106 | 64 |
| Binary | 11011010 | 101111 | 10110101 | 0 | 1001110 | 10001 | 1111 | 100111001 | 1000110 | 110100 |
Color Harmonies of #DA2FB5
Complementary color
Monochromatic Colors of #DA2FB5
Black with #DA2FB5
Text Example
Text Example
White with #DA2FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2FB5; }
p { color: rgb(218,47,181); }
H1.HeaderClassName
{
color: #DA2FB5;
}
.AnyTagClassName
{
color: #DA2FB5;
}
</style>
background-color css
<style>
a { background-color: #DA2FB5; }
a { background-color: rgb(218,47,181); }
div.DivClassName
{
background-color: #DA2FB5;
}
.BgClassName
{
background-color: #DA2FB5;
}
</style>
border-color css
<style>
span { border-color: #DA2FB5; }
span { border-color: rgb(218,47,181); }
td.TdClassName
{
border-color: #DA2FB5;
}
.TagClassName
{
border-color: #DA2FB5;
}
</style>