Shades of Spicy Pink #DF23AF
Tints of Spicy Pink #DF23AF
RGB
CMYK
RGB Variations
Color information
#DF23AF (or 0xDF23AF) is known color: Spicy Pink. HEX triplet: DF, 23 and AF. RGB value is (223,35,175). Sum of RGB (Red+Green+Blue) = 223+35+175=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF23AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF23AF is #20DC50. Grayscale: #6A6A6A. Windows color (decimal): -2153553 or 11477983. OLE color: 11477983.
HSL color Cylindrical-coordinate representation of color #DF23AF: hue angle of 315.32º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF23AF is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 175 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.13 |
| HSL | 315.32º | 0.75% | 0.51% | - |
| HSV(B) | 315.32º | 0.84% | 0.87% | - |
| XYZ | 38.77 | 19.99 | 42.37 | - |
| YUV | 107.17 | 166.28 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 175 | 0 | 0.84 | 0.22 | 0.13 | 315.32 | 0.75 | 0.51 |
| Hex | DF | 23 | AF | 0 | 54 | 16 | D | 13B | 4B | 33 |
| Octal | 337 | 43 | 257 | 0 | 124 | 26 | 15 | 473 | 113 | 63 |
| Binary | 11011111 | 100011 | 10101111 | 0 | 1010100 | 10110 | 1101 | 100111011 | 1001011 | 110011 |
Color Harmonies of #DF23AF
Complementary color
Monochromatic Colors of #DF23AF
Black with #DF23AF
Text Example
Text Example
White with #DF23AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23AF; }
p { color: rgb(223,35,175); }
H1.HeaderClassName
{
color: #DF23AF;
}
.AnyTagClassName
{
color: #DF23AF;
}
</style>
background-color css
<style>
a { background-color: #DF23AF; }
a { background-color: rgb(223,35,175); }
div.DivClassName
{
background-color: #DF23AF;
}
.BgClassName
{
background-color: #DF23AF;
}
</style>
border-color css
<style>
span { border-color: #DF23AF; }
span { border-color: rgb(223,35,175); }
td.TdClassName
{
border-color: #DF23AF;
}
.TagClassName
{
border-color: #DF23AF;
}
</style>