Shades of Spicy Pink #D524AD
Tints of Spicy Pink #D524AD
RGB
CMYK
RGB Variations
Color information
#D524AD (or 0xD524AD) is known color: Spicy Pink. HEX triplet: D5, 24 and AD. RGB value is (213,36,173). Sum of RGB (Red+Green+Blue) = 213+36+173=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D524AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D524AD is #2ADB52. Grayscale: #686868. Windows color (decimal): -2808659 or 11347157. OLE color: 11347157.
HSL color Cylindrical-coordinate representation of color #D524AD: hue angle of 313.56º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D524AD is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 173 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.16 |
| HSL | 313.56º | 0.71% | 0.49% | - |
| HSV(B) | 313.56º | 0.83% | 0.84% | - |
| XYZ | 35.61 | 18.43 | 41.21 | - |
| YUV | 104.54 | 166.64 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 173 | 0 | 0.83 | 0.19 | 0.16 | 313.56 | 0.71 | 0.49 |
| Hex | D5 | 24 | AD | 0 | 53 | 13 | 10 | 13A | 47 | 31 |
| Octal | 325 | 44 | 255 | 0 | 123 | 23 | 20 | 472 | 107 | 61 |
| Binary | 11010101 | 100100 | 10101101 | 0 | 1010011 | 10011 | 10000 | 100111010 | 1000111 | 110001 |
Color Harmonies of #D524AD
Complementary color
Monochromatic Colors of #D524AD
Black with #D524AD
Text Example
Text Example
White with #D524AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D524AD; }
p { color: rgb(213,36,173); }
H1.HeaderClassName
{
color: #D524AD;
}
.AnyTagClassName
{
color: #D524AD;
}
</style>
background-color css
<style>
a { background-color: #D524AD; }
a { background-color: rgb(213,36,173); }
div.DivClassName
{
background-color: #D524AD;
}
.BgClassName
{
background-color: #D524AD;
}
</style>
border-color css
<style>
span { border-color: #D524AD; }
span { border-color: rgb(213,36,173); }
td.TdClassName
{
border-color: #D524AD;
}
.TagClassName
{
border-color: #D524AD;
}
</style>