Shades of Spicy Pink #DA2FB2
Tints of Spicy Pink #DA2FB2
RGB
CMYK
RGB Variations
Color information
#DA2FB2 (or 0xDA2FB2) is known color: Spicy Pink. HEX triplet: DA, 2F and B2. RGB value is (218,47,178). Sum of RGB (Red+Green+Blue) = 218+47+178=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2FB2 is #25D04D. Grayscale: #707070. Windows color (decimal): -2478158 or 11677658. OLE color: 11677658.
HSL color Cylindrical-coordinate representation of color #DA2FB2: hue angle of 314.04º 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 #DA2FB2 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 178 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.15 |
| HSL | 314.04º | 0.7% | 0.52% | - |
| HSV(B) | 314.04º | 0.78% | 0.85% | - |
| XYZ | 37.97 | 20.15 | 44.01 | - |
| YUV | 113.06 | 164.65 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 178 | 0 | 0.78 | 0.18 | 0.15 | 314.04 | 0.7 | 0.52 |
| Hex | DA | 2F | B2 | 0 | 4E | 12 | F | 13A | 46 | 34 |
| Octal | 332 | 57 | 262 | 0 | 116 | 22 | 17 | 472 | 106 | 64 |
| Binary | 11011010 | 101111 | 10110010 | 0 | 1001110 | 10010 | 1111 | 100111010 | 1000110 | 110100 |
Color Harmonies of #DA2FB2
Complementary color
Monochromatic Colors of #DA2FB2
Black with #DA2FB2
Text Example
Text Example
White with #DA2FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2FB2; }
p { color: rgb(218,47,178); }
H1.HeaderClassName
{
color: #DA2FB2;
}
.AnyTagClassName
{
color: #DA2FB2;
}
</style>
background-color css
<style>
a { background-color: #DA2FB2; }
a { background-color: rgb(218,47,178); }
div.DivClassName
{
background-color: #DA2FB2;
}
.BgClassName
{
background-color: #DA2FB2;
}
</style>
border-color css
<style>
span { border-color: #DA2FB2; }
span { border-color: rgb(218,47,178); }
td.TdClassName
{
border-color: #DA2FB2;
}
.TagClassName
{
border-color: #DA2FB2;
}
</style>