Shades of Spicy Pink #DA24B2
Tints of Spicy Pink #DA24B2
RGB
CMYK
RGB Variations
Color information
#DA24B2 (or 0xDA24B2) is known color: Spicy Pink. HEX triplet: DA, 24 and B2. RGB value is (218,36,178). Sum of RGB (Red+Green+Blue) = 218+36+178=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA24B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA24B2 is #25DB4D. Grayscale: #6A6A6A. Windows color (decimal): -2480974 or 11674842. OLE color: 11674842.
HSL color Cylindrical-coordinate representation of color #DA24B2: hue angle of 313.19º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA24B2 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 178 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.15 |
| HSL | 313.19º | 0.72% | 0.5% | - |
| HSV(B) | 313.19º | 0.83% | 0.85% | - |
| XYZ | 37.58 | 19.38 | 43.88 | - |
| YUV | 106.61 | 168.3 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 178 | 0 | 0.83 | 0.18 | 0.15 | 313.19 | 0.72 | 0.5 |
| Hex | DA | 24 | B2 | 0 | 53 | 12 | F | 139 | 48 | 32 |
| Octal | 332 | 44 | 262 | 0 | 123 | 22 | 17 | 471 | 110 | 62 |
| Binary | 11011010 | 100100 | 10110010 | 0 | 1010011 | 10010 | 1111 | 100111001 | 1001000 | 110010 |
Color Harmonies of #DA24B2
Complementary color
Monochromatic Colors of #DA24B2
Black with #DA24B2
Text Example
Text Example
White with #DA24B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA24B2; }
p { color: rgb(218,36,178); }
H1.HeaderClassName
{
color: #DA24B2;
}
.AnyTagClassName
{
color: #DA24B2;
}
</style>
background-color css
<style>
a { background-color: #DA24B2; }
a { background-color: rgb(218,36,178); }
div.DivClassName
{
background-color: #DA24B2;
}
.BgClassName
{
background-color: #DA24B2;
}
</style>
border-color css
<style>
span { border-color: #DA24B2; }
span { border-color: rgb(218,36,178); }
td.TdClassName
{
border-color: #DA24B2;
}
.TagClassName
{
border-color: #DA24B2;
}
</style>