Shades of Spicy Pink #D522AF
Tints of Spicy Pink #D522AF
RGB
CMYK
RGB Variations
Color information
#D522AF (or 0xD522AF) is known color: Spicy Pink. HEX triplet: D5, 22 and AF. RGB value is (213,34,175). Sum of RGB (Red+Green+Blue) = 213+34+175=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D522AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D522AF is #2ADD50. Grayscale: #676767. Windows color (decimal): -2809169 or 11477717. OLE color: 11477717.
HSL color Cylindrical-coordinate representation of color #D522AF: hue angle of 312.74º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D522AF is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 175 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.16 |
| HSL | 312.74º | 0.72% | 0.48% | - |
| HSV(B) | 312.74º | 0.84% | 0.84% | - |
| XYZ | 35.75 | 18.39 | 42.22 | - |
| YUV | 103.6 | 168.3 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 175 | 0 | 0.84 | 0.18 | 0.16 | 312.74 | 0.72 | 0.48 |
| Hex | D5 | 22 | AF | 0 | 54 | 12 | 10 | 139 | 48 | 30 |
| Octal | 325 | 42 | 257 | 0 | 124 | 22 | 20 | 471 | 110 | 60 |
| Binary | 11010101 | 100010 | 10101111 | 0 | 1010100 | 10010 | 10000 | 100111001 | 1001000 | 110000 |
Color Harmonies of #D522AF
Complementary color
Monochromatic Colors of #D522AF
Black with #D522AF
Text Example
Text Example
White with #D522AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D522AF; }
p { color: rgb(213,34,175); }
H1.HeaderClassName
{
color: #D522AF;
}
.AnyTagClassName
{
color: #D522AF;
}
</style>
background-color css
<style>
a { background-color: #D522AF; }
a { background-color: rgb(213,34,175); }
div.DivClassName
{
background-color: #D522AF;
}
.BgClassName
{
background-color: #D522AF;
}
</style>
border-color css
<style>
span { border-color: #D522AF; }
span { border-color: rgb(213,34,175); }
td.TdClassName
{
border-color: #D522AF;
}
.TagClassName
{
border-color: #D522AF;
}
</style>