Shades of Spicy Pink #D421AF
Tints of Spicy Pink #D421AF
RGB
CMYK
RGB Variations
Color information
#D421AF (or 0xD421AF) is known color: Spicy Pink. HEX triplet: D4, 21 and AF. RGB value is (212,33,175). Sum of RGB (Red+Green+Blue) = 212+33+175=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D421AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D421AF is #2BDE50. Grayscale: #666666. Windows color (decimal): -2874961 or 11477460. OLE color: 11477460.
HSL color Cylindrical-coordinate representation of color #D421AF: hue angle of 312.4º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D421AF is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 33 | 175 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.17 |
| HSL | 312.4º | 0.73% | 0.48% | - |
| HSV(B) | 312.4º | 0.84% | 0.83% | - |
| XYZ | 35.43 | 18.18 | 42.2 | - |
| YUV | 102.71 | 168.8 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 175 | 0 | 0.84 | 0.17 | 0.17 | 312.4 | 0.73 | 0.48 |
| Hex | D4 | 21 | AF | 0 | 54 | 11 | 11 | 138 | 49 | 30 |
| Octal | 324 | 41 | 257 | 0 | 124 | 21 | 21 | 470 | 111 | 60 |
| Binary | 11010100 | 100001 | 10101111 | 0 | 1010100 | 10001 | 10001 | 100111000 | 1001001 | 110000 |
Color Harmonies of #D421AF
Complementary color
Monochromatic Colors of #D421AF
Black with #D421AF
Text Example
Text Example
White with #D421AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D421AF; }
p { color: rgb(212,33,175); }
H1.HeaderClassName
{
color: #D421AF;
}
.AnyTagClassName
{
color: #D421AF;
}
</style>
background-color css
<style>
a { background-color: #D421AF; }
a { background-color: rgb(212,33,175); }
div.DivClassName
{
background-color: #D421AF;
}
.BgClassName
{
background-color: #D421AF;
}
</style>
border-color css
<style>
span { border-color: #D421AF; }
span { border-color: rgb(212,33,175); }
td.TdClassName
{
border-color: #D421AF;
}
.TagClassName
{
border-color: #D421AF;
}
</style>