Shades of Spicy Pink #D424AC
Tints of Spicy Pink #D424AC
RGB
CMYK
RGB Variations
Color information
#D424AC (or 0xD424AC) is known color: Spicy Pink. HEX triplet: D4, 24 and AC. RGB value is (212,36,172). Sum of RGB (Red+Green+Blue) = 212+36+172=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D424AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D424AC is #2BDB53. Grayscale: #676767. Windows color (decimal): -2874196 or 11281620. OLE color: 11281620.
HSL color Cylindrical-coordinate representation of color #D424AC: hue angle of 313.64º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D424AC is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 36 | 172 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.17 |
| HSL | 313.64º | 0.71% | 0.49% | - |
| HSV(B) | 313.64º | 0.83% | 0.83% | - |
| XYZ | 35.23 | 18.24 | 40.69 | - |
| YUV | 104.13 | 166.31 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 172 | 0 | 0.83 | 0.19 | 0.17 | 313.64 | 0.71 | 0.49 |
| Hex | D4 | 24 | AC | 0 | 53 | 13 | 11 | 13A | 47 | 31 |
| Octal | 324 | 44 | 254 | 0 | 123 | 23 | 21 | 472 | 107 | 61 |
| Binary | 11010100 | 100100 | 10101100 | 0 | 1010011 | 10011 | 10001 | 100111010 | 1000111 | 110001 |
Color Harmonies of #D424AC
Complementary color
Monochromatic Colors of #D424AC
Black with #D424AC
Text Example
Text Example
White with #D424AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D424AC; }
p { color: rgb(212,36,172); }
H1.HeaderClassName
{
color: #D424AC;
}
.AnyTagClassName
{
color: #D424AC;
}
</style>
background-color css
<style>
a { background-color: #D424AC; }
a { background-color: rgb(212,36,172); }
div.DivClassName
{
background-color: #D424AC;
}
.BgClassName
{
background-color: #D424AC;
}
</style>
border-color css
<style>
span { border-color: #D424AC; }
span { border-color: rgb(212,36,172); }
td.TdClassName
{
border-color: #D424AC;
}
.TagClassName
{
border-color: #D424AC;
}
</style>