Shades of Spicy Pink #DA25AD
Tints of Spicy Pink #DA25AD
RGB
CMYK
RGB Variations
Color information
#DA25AD (or 0xDA25AD) is known color: Spicy Pink. HEX triplet: DA, 25 and AD. RGB value is (218,37,173). Sum of RGB (Red+Green+Blue) = 218+37+173=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA25AD is #25DA52. Grayscale: #6A6A6A. Windows color (decimal): -2480723 or 11347418. OLE color: 11347418.
HSL color Cylindrical-coordinate representation of color #DA25AD: hue angle of 314.92º 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 #DA25AD is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 173 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.15 |
| HSL | 314.92º | 0.71% | 0.5% | - |
| HSV(B) | 314.92º | 0.83% | 0.85% | - |
| XYZ | 37.12 | 19.25 | 41.29 | - |
| YUV | 106.62 | 165.47 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 173 | 0 | 0.83 | 0.21 | 0.15 | 314.92 | 0.71 | 0.5 |
| Hex | DA | 25 | AD | 0 | 53 | 15 | F | 13B | 47 | 32 |
| Octal | 332 | 45 | 255 | 0 | 123 | 25 | 17 | 473 | 107 | 62 |
| Binary | 11011010 | 100101 | 10101101 | 0 | 1010011 | 10101 | 1111 | 100111011 | 1000111 | 110010 |
Color Harmonies of #DA25AD
Complementary color
Monochromatic Colors of #DA25AD
Black with #DA25AD
Text Example
Text Example
White with #DA25AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25AD; }
p { color: rgb(218,37,173); }
H1.HeaderClassName
{
color: #DA25AD;
}
.AnyTagClassName
{
color: #DA25AD;
}
</style>
background-color css
<style>
a { background-color: #DA25AD; }
a { background-color: rgb(218,37,173); }
div.DivClassName
{
background-color: #DA25AD;
}
.BgClassName
{
background-color: #DA25AD;
}
</style>
border-color css
<style>
span { border-color: #DA25AD; }
span { border-color: rgb(218,37,173); }
td.TdClassName
{
border-color: #DA25AD;
}
.TagClassName
{
border-color: #DA25AD;
}
</style>