Shades of Spicy Pink #DF25AC
Tints of Spicy Pink #DF25AC
RGB
CMYK
RGB Variations
Color information
#DF25AC (or 0xDF25AC) is known color: Spicy Pink. HEX triplet: DF, 25 and AC. RGB value is (223,37,172). Sum of RGB (Red+Green+Blue) = 223+37+172=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF25AC is #20DA53. Grayscale: #6B6B6B. Windows color (decimal): -2153044 or 11281887. OLE color: 11281887.
HSL color Cylindrical-coordinate representation of color #DF25AC: hue angle of 316.45º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF25AC is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 172 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.13 |
| HSL | 316.45º | 0.74% | 0.51% | - |
| HSV(B) | 316.45º | 0.83% | 0.87% | - |
| XYZ | 38.54 | 19.99 | 40.86 | - |
| YUV | 108 | 164.12 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 172 | 0 | 0.83 | 0.23 | 0.13 | 316.45 | 0.74 | 0.51 |
| Hex | DF | 25 | AC | 0 | 53 | 17 | D | 13C | 4A | 33 |
| Octal | 337 | 45 | 254 | 0 | 123 | 27 | 15 | 474 | 112 | 63 |
| Binary | 11011111 | 100101 | 10101100 | 0 | 1010011 | 10111 | 1101 | 100111100 | 1001010 | 110011 |
Color Harmonies of #DF25AC
Complementary color
Monochromatic Colors of #DF25AC
Black with #DF25AC
Text Example
Text Example
White with #DF25AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF25AC; }
p { color: rgb(223,37,172); }
H1.HeaderClassName
{
color: #DF25AC;
}
.AnyTagClassName
{
color: #DF25AC;
}
</style>
background-color css
<style>
a { background-color: #DF25AC; }
a { background-color: rgb(223,37,172); }
div.DivClassName
{
background-color: #DF25AC;
}
.BgClassName
{
background-color: #DF25AC;
}
</style>
border-color css
<style>
span { border-color: #DF25AC; }
span { border-color: rgb(223,37,172); }
td.TdClassName
{
border-color: #DF25AC;
}
.TagClassName
{
border-color: #DF25AC;
}
</style>