Shades of Spicy Pink #DA25B2
Tints of Spicy Pink #DA25B2
RGB
CMYK
RGB Variations
Color information
#DA25B2 (or 0xDA25B2) is known color: Spicy Pink. HEX triplet: DA, 25 and B2. RGB value is (218,37,178). Sum of RGB (Red+Green+Blue) = 218+37+178=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA25B2 is #25DA4D. Grayscale: #6A6A6A. Windows color (decimal): -2480718 or 11675098. OLE color: 11675098.
HSL color Cylindrical-coordinate representation of color #DA25B2: hue angle of 313.26º degrees, saturation: 0.71, 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 #DA25B2 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 178 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.15 |
| HSL | 313.26º | 0.71% | 0.5% | - |
| HSV(B) | 313.26º | 0.83% | 0.85% | - |
| XYZ | 37.61 | 19.44 | 43.89 | - |
| YUV | 107.19 | 167.97 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 178 | 0 | 0.83 | 0.18 | 0.15 | 313.26 | 0.71 | 0.5 |
| Hex | DA | 25 | B2 | 0 | 53 | 12 | F | 139 | 47 | 32 |
| Octal | 332 | 45 | 262 | 0 | 123 | 22 | 17 | 471 | 107 | 62 |
| Binary | 11011010 | 100101 | 10110010 | 0 | 1010011 | 10010 | 1111 | 100111001 | 1000111 | 110010 |
Color Harmonies of #DA25B2
Complementary color
Monochromatic Colors of #DA25B2
Black with #DA25B2
Text Example
Text Example
White with #DA25B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25B2; }
p { color: rgb(218,37,178); }
H1.HeaderClassName
{
color: #DA25B2;
}
.AnyTagClassName
{
color: #DA25B2;
}
</style>
background-color css
<style>
a { background-color: #DA25B2; }
a { background-color: rgb(218,37,178); }
div.DivClassName
{
background-color: #DA25B2;
}
.BgClassName
{
background-color: #DA25B2;
}
</style>
border-color css
<style>
span { border-color: #DA25B2; }
span { border-color: rgb(218,37,178); }
td.TdClassName
{
border-color: #DA25B2;
}
.TagClassName
{
border-color: #DA25B2;
}
</style>