Shades of Spicy Pink #DF23AA
Tints of Spicy Pink #DF23AA
RGB
CMYK
RGB Variations
Color information
#DF23AA (or 0xDF23AA) is known color: Spicy Pink. HEX triplet: DF, 23 and AA. RGB value is (223,35,170). Sum of RGB (Red+Green+Blue) = 223+35+170=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF23AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF23AA is #20DC55. Grayscale: #6A6A6A. Windows color (decimal): -2153558 or 11150303. OLE color: 11150303.
HSL color Cylindrical-coordinate representation of color #DF23AA: hue angle of 316.91º 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 #DF23AA is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 170 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.13 |
| HSL | 316.91º | 0.75% | 0.51% | - |
| HSV(B) | 316.91º | 0.84% | 0.87% | - |
| XYZ | 38.29 | 19.79 | 39.83 | - |
| YUV | 106.6 | 163.78 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 170 | 0 | 0.84 | 0.24 | 0.13 | 316.91 | 0.75 | 0.51 |
| Hex | DF | 23 | AA | 0 | 54 | 18 | D | 13D | 4B | 33 |
| Octal | 337 | 43 | 252 | 0 | 124 | 30 | 15 | 475 | 113 | 63 |
| Binary | 11011111 | 100011 | 10101010 | 0 | 1010100 | 11000 | 1101 | 100111101 | 1001011 | 110011 |
Color Harmonies of #DF23AA
Complementary color
Monochromatic Colors of #DF23AA
Black with #DF23AA
Text Example
Text Example
White with #DF23AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23AA; }
p { color: rgb(223,35,170); }
H1.HeaderClassName
{
color: #DF23AA;
}
.AnyTagClassName
{
color: #DF23AA;
}
</style>
background-color css
<style>
a { background-color: #DF23AA; }
a { background-color: rgb(223,35,170); }
div.DivClassName
{
background-color: #DF23AA;
}
.BgClassName
{
background-color: #DF23AA;
}
</style>
border-color css
<style>
span { border-color: #DF23AA; }
span { border-color: rgb(223,35,170); }
td.TdClassName
{
border-color: #DF23AA;
}
.TagClassName
{
border-color: #DF23AA;
}
</style>