Shades of Spicy Pink #DF23AC
Tints of Spicy Pink #DF23AC
RGB
CMYK
RGB Variations
Color information
#DF23AC (or 0xDF23AC) is known color: Spicy Pink. HEX triplet: DF, 23 and AC. RGB value is (223,35,172). Sum of RGB (Red+Green+Blue) = 223+35+172=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF23AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF23AC is #20DC53. Grayscale: #6A6A6A. Windows color (decimal): -2153556 or 11281375. OLE color: 11281375.
HSL color Cylindrical-coordinate representation of color #DF23AC: hue angle of 316.28º 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 #DF23AC is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 172 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.13 |
| HSL | 316.28º | 0.75% | 0.51% | - |
| HSV(B) | 316.28º | 0.84% | 0.87% | - |
| XYZ | 38.48 | 19.87 | 40.84 | - |
| YUV | 106.83 | 164.78 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 172 | 0 | 0.84 | 0.23 | 0.13 | 316.28 | 0.75 | 0.51 |
| Hex | DF | 23 | AC | 0 | 54 | 17 | D | 13C | 4B | 33 |
| Octal | 337 | 43 | 254 | 0 | 124 | 27 | 15 | 474 | 113 | 63 |
| Binary | 11011111 | 100011 | 10101100 | 0 | 1010100 | 10111 | 1101 | 100111100 | 1001011 | 110011 |
Color Harmonies of #DF23AC
Complementary color
Monochromatic Colors of #DF23AC
Black with #DF23AC
Text Example
Text Example
White with #DF23AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23AC; }
p { color: rgb(223,35,172); }
H1.HeaderClassName
{
color: #DF23AC;
}
.AnyTagClassName
{
color: #DF23AC;
}
</style>
background-color css
<style>
a { background-color: #DF23AC; }
a { background-color: rgb(223,35,172); }
div.DivClassName
{
background-color: #DF23AC;
}
.BgClassName
{
background-color: #DF23AC;
}
</style>
border-color css
<style>
span { border-color: #DF23AC; }
span { border-color: rgb(223,35,172); }
td.TdClassName
{
border-color: #DF23AC;
}
.TagClassName
{
border-color: #DF23AC;
}
</style>