Shades of Spicy Pink #DA25B4
Tints of Spicy Pink #DA25B4
RGB
CMYK
RGB Variations
Color information
#DA25B4 (or 0xDA25B4) is known color: Spicy Pink. HEX triplet: DA, 25 and B4. RGB value is (218,37,180). Sum of RGB (Red+Green+Blue) = 218+37+180=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25B4 is #25DA4B. Grayscale: #6B6B6B. Windows color (decimal): -2480716 or 11806170. OLE color: 11806170.
HSL color Cylindrical-coordinate representation of color #DA25B4: hue angle of 312.6º 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 #DA25B4 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 180 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.15 |
| HSL | 312.6º | 0.71% | 0.5% | - |
| HSV(B) | 312.6º | 0.83% | 0.85% | - |
| XYZ | 37.81 | 19.52 | 44.96 | - |
| YUV | 107.42 | 168.97 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 180 | 0 | 0.83 | 0.17 | 0.15 | 312.6 | 0.71 | 0.5 |
| Hex | DA | 25 | B4 | 0 | 53 | 11 | F | 139 | 47 | 32 |
| Octal | 332 | 45 | 264 | 0 | 123 | 21 | 17 | 471 | 107 | 62 |
| Binary | 11011010 | 100101 | 10110100 | 0 | 1010011 | 10001 | 1111 | 100111001 | 1000111 | 110010 |
Color Harmonies of #DA25B4
Complementary color
Monochromatic Colors of #DA25B4
Black with #DA25B4
Text Example
Text Example
White with #DA25B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25B4; }
p { color: rgb(218,37,180); }
H1.HeaderClassName
{
color: #DA25B4;
}
.AnyTagClassName
{
color: #DA25B4;
}
</style>
background-color css
<style>
a { background-color: #DA25B4; }
a { background-color: rgb(218,37,180); }
div.DivClassName
{
background-color: #DA25B4;
}
.BgClassName
{
background-color: #DA25B4;
}
</style>
border-color css
<style>
span { border-color: #DA25B4; }
span { border-color: rgb(218,37,180); }
td.TdClassName
{
border-color: #DA25B4;
}
.TagClassName
{
border-color: #DA25B4;
}
</style>