Shades of Spicy Pink #DF22AF
Tints of Spicy Pink #DF22AF
RGB
CMYK
RGB Variations
Color information
#DF22AF (or 0xDF22AF) is known color: Spicy Pink. HEX triplet: DF, 22 and AF. RGB value is (223,34,175). Sum of RGB (Red+Green+Blue) = 223+34+175=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF22AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF22AF is #20DD50. Grayscale: #6A6A6A. Windows color (decimal): -2153809 or 11477727. OLE color: 11477727.
HSL color Cylindrical-coordinate representation of color #DF22AF: hue angle of 315.24º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF22AF is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 175 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.13 |
| HSL | 315.24º | 0.75% | 0.5% | - |
| HSV(B) | 315.24º | 0.85% | 0.87% | - |
| XYZ | 38.74 | 19.93 | 42.36 | - |
| YUV | 106.59 | 166.62 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 175 | 0 | 0.85 | 0.22 | 0.13 | 315.24 | 0.75 | 0.5 |
| Hex | DF | 22 | AF | 0 | 55 | 16 | D | 13B | 4B | 32 |
| Octal | 337 | 42 | 257 | 0 | 125 | 26 | 15 | 473 | 113 | 62 |
| Binary | 11011111 | 100010 | 10101111 | 0 | 1010101 | 10110 | 1101 | 100111011 | 1001011 | 110010 |
Color Harmonies of #DF22AF
Complementary color
Monochromatic Colors of #DF22AF
Black with #DF22AF
Text Example
Text Example
White with #DF22AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF22AF; }
p { color: rgb(223,34,175); }
H1.HeaderClassName
{
color: #DF22AF;
}
.AnyTagClassName
{
color: #DF22AF;
}
</style>
background-color css
<style>
a { background-color: #DF22AF; }
a { background-color: rgb(223,34,175); }
div.DivClassName
{
background-color: #DF22AF;
}
.BgClassName
{
background-color: #DF22AF;
}
</style>
border-color css
<style>
span { border-color: #DF22AF; }
span { border-color: rgb(223,34,175); }
td.TdClassName
{
border-color: #DF22AF;
}
.TagClassName
{
border-color: #DF22AF;
}
</style>