Shades of Spicy Pink #D524AC
Tints of Spicy Pink #D524AC
RGB
CMYK
RGB Variations
Color information
#D524AC (or 0xD524AC) is known color: Spicy Pink. HEX triplet: D5, 24 and AC. RGB value is (213,36,172). Sum of RGB (Red+Green+Blue) = 213+36+172=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D524AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D524AC is #2ADB53. Grayscale: #686868. Windows color (decimal): -2808660 or 11281621. OLE color: 11281621.
HSL color Cylindrical-coordinate representation of color #D524AC: hue angle of 313.9º 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 #D524AC is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 172 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.16 |
| HSL | 313.9º | 0.71% | 0.49% | - |
| HSV(B) | 313.9º | 0.83% | 0.84% | - |
| XYZ | 35.52 | 18.39 | 40.71 | - |
| YUV | 104.43 | 166.14 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 172 | 0 | 0.83 | 0.19 | 0.16 | 313.9 | 0.71 | 0.49 |
| Hex | D5 | 24 | AC | 0 | 53 | 13 | 10 | 13A | 47 | 31 |
| Octal | 325 | 44 | 254 | 0 | 123 | 23 | 20 | 472 | 107 | 61 |
| Binary | 11010101 | 100100 | 10101100 | 0 | 1010011 | 10011 | 10000 | 100111010 | 1000111 | 110001 |
Color Harmonies of #D524AC
Complementary color
Monochromatic Colors of #D524AC
Black with #D524AC
Text Example
Text Example
White with #D524AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D524AC; }
p { color: rgb(213,36,172); }
H1.HeaderClassName
{
color: #D524AC;
}
.AnyTagClassName
{
color: #D524AC;
}
</style>
background-color css
<style>
a { background-color: #D524AC; }
a { background-color: rgb(213,36,172); }
div.DivClassName
{
background-color: #D524AC;
}
.BgClassName
{
background-color: #D524AC;
}
</style>
border-color css
<style>
span { border-color: #D524AC; }
span { border-color: rgb(213,36,172); }
td.TdClassName
{
border-color: #D524AC;
}
.TagClassName
{
border-color: #D524AC;
}
</style>