Shades of Spicy Pink #DA2CB2
Tints of Spicy Pink #DA2CB2
RGB
CMYK
RGB Variations
Color information
#DA2CB2 (or 0xDA2CB2) is known color: Spicy Pink. HEX triplet: DA, 2C and B2. RGB value is (218,44,178). Sum of RGB (Red+Green+Blue) = 218+44+178=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2CB2 is #25D34D. Grayscale: #6E6E6E. Windows color (decimal): -2478926 or 11676890. OLE color: 11676890.
HSL color Cylindrical-coordinate representation of color #DA2CB2: hue angle of 313.79º 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 #DA2CB2 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 44 | 178 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.15 |
| HSL | 313.79º | 0.7% | 0.51% | - |
| HSV(B) | 313.79º | 0.8% | 0.85% | - |
| XYZ | 37.85 | 19.92 | 43.97 | - |
| YUV | 111.3 | 165.65 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 44 | 178 | 0 | 0.80 | 0.18 | 0.15 | 313.79 | 0.7 | 0.51 |
| Hex | DA | 2C | B2 | 0 | 50 | 12 | F | 13A | 46 | 33 |
| Octal | 332 | 54 | 262 | 0 | 120 | 22 | 17 | 472 | 106 | 63 |
| Binary | 11011010 | 101100 | 10110010 | 0 | 1010000 | 10010 | 1111 | 100111010 | 1000110 | 110011 |
Color Harmonies of #DA2CB2
Complementary color
Monochromatic Colors of #DA2CB2
Black with #DA2CB2
Text Example
Text Example
White with #DA2CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2CB2; }
p { color: rgb(218,44,178); }
H1.HeaderClassName
{
color: #DA2CB2;
}
.AnyTagClassName
{
color: #DA2CB2;
}
</style>
background-color css
<style>
a { background-color: #DA2CB2; }
a { background-color: rgb(218,44,178); }
div.DivClassName
{
background-color: #DA2CB2;
}
.BgClassName
{
background-color: #DA2CB2;
}
</style>
border-color css
<style>
span { border-color: #DA2CB2; }
span { border-color: rgb(218,44,178); }
td.TdClassName
{
border-color: #DA2CB2;
}
.TagClassName
{
border-color: #DA2CB2;
}
</style>