Shades of Spicy Pink #DF28AC
Tints of Spicy Pink #DF28AC
RGB
CMYK
RGB Variations
Color information
#DF28AC (or 0xDF28AC) is known color: Spicy Pink. HEX triplet: DF, 28 and AC. RGB value is (223,40,172). Sum of RGB (Red+Green+Blue) = 223+40+172=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF28AC is #20D753. Grayscale: #6D6D6D. Windows color (decimal): -2152276 or 11282655. OLE color: 11282655.
HSL color Cylindrical-coordinate representation of color #DF28AC: hue angle of 316.72º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF28AC is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 172 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.13 |
| HSL | 316.72º | 0.74% | 0.52% | - |
| HSV(B) | 316.72º | 0.82% | 0.87% | - |
| XYZ | 38.64 | 20.18 | 40.89 | - |
| YUV | 109.77 | 163.13 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 172 | 0 | 0.82 | 0.23 | 0.13 | 316.72 | 0.74 | 0.52 |
| Hex | DF | 28 | AC | 0 | 52 | 17 | D | 13D | 4A | 34 |
| Octal | 337 | 50 | 254 | 0 | 122 | 27 | 15 | 475 | 112 | 64 |
| Binary | 11011111 | 101000 | 10101100 | 0 | 1010010 | 10111 | 1101 | 100111101 | 1001010 | 110100 |
Color Harmonies of #DF28AC
Complementary color
Monochromatic Colors of #DF28AC
Black with #DF28AC
Text Example
Text Example
White with #DF28AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28AC; }
p { color: rgb(223,40,172); }
H1.HeaderClassName
{
color: #DF28AC;
}
.AnyTagClassName
{
color: #DF28AC;
}
</style>
background-color css
<style>
a { background-color: #DF28AC; }
a { background-color: rgb(223,40,172); }
div.DivClassName
{
background-color: #DF28AC;
}
.BgClassName
{
background-color: #DF28AC;
}
</style>
border-color css
<style>
span { border-color: #DF28AC; }
span { border-color: rgb(223,40,172); }
td.TdClassName
{
border-color: #DF28AC;
}
.TagClassName
{
border-color: #DF28AC;
}
</style>