Shades of Spicy Pink #D524AF
Tints of Spicy Pink #D524AF
RGB
CMYK
RGB Variations
Color information
#D524AF (or 0xD524AF) is known color: Spicy Pink. HEX triplet: D5, 24 and AF. RGB value is (213,36,175). Sum of RGB (Red+Green+Blue) = 213+36+175=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D524AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D524AF is #2ADB50. Grayscale: #686868. Windows color (decimal): -2808657 or 11478229. OLE color: 11478229.
HSL color Cylindrical-coordinate representation of color #D524AF: hue angle of 312.88º 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 #D524AF is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 175 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.16 |
| HSL | 312.88º | 0.71% | 0.49% | - |
| HSV(B) | 312.88º | 0.83% | 0.84% | - |
| XYZ | 35.81 | 18.5 | 42.24 | - |
| YUV | 104.77 | 167.64 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 175 | 0 | 0.83 | 0.18 | 0.16 | 312.88 | 0.71 | 0.49 |
| Hex | D5 | 24 | AF | 0 | 53 | 12 | 10 | 139 | 47 | 31 |
| Octal | 325 | 44 | 257 | 0 | 123 | 22 | 20 | 471 | 107 | 61 |
| Binary | 11010101 | 100100 | 10101111 | 0 | 1010011 | 10010 | 10000 | 100111001 | 1000111 | 110001 |
Color Harmonies of #D524AF
Complementary color
Monochromatic Colors of #D524AF
Black with #D524AF
Text Example
Text Example
White with #D524AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D524AF; }
p { color: rgb(213,36,175); }
H1.HeaderClassName
{
color: #D524AF;
}
.AnyTagClassName
{
color: #D524AF;
}
</style>
background-color css
<style>
a { background-color: #D524AF; }
a { background-color: rgb(213,36,175); }
div.DivClassName
{
background-color: #D524AF;
}
.BgClassName
{
background-color: #D524AF;
}
</style>
border-color css
<style>
span { border-color: #D524AF; }
span { border-color: rgb(213,36,175); }
td.TdClassName
{
border-color: #D524AF;
}
.TagClassName
{
border-color: #D524AF;
}
</style>