Shades of Spicy Pink #DF25AD
Tints of Spicy Pink #DF25AD
RGB
CMYK
RGB Variations
Color information
#DF25AD (or 0xDF25AD) is known color: Spicy Pink. HEX triplet: DF, 25 and AD. RGB value is (223,37,173). Sum of RGB (Red+Green+Blue) = 223+37+173=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF25AD is #20DA52. Grayscale: #6B6B6B. Windows color (decimal): -2153043 or 11347423. OLE color: 11347423.
HSL color Cylindrical-coordinate representation of color #DF25AD: hue angle of 316.13º 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 #DF25AD is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 173 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.13 |
| HSL | 316.13º | 0.74% | 0.51% | - |
| HSV(B) | 316.13º | 0.83% | 0.87% | - |
| XYZ | 38.64 | 20.03 | 41.36 | - |
| YUV | 108.12 | 164.62 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 173 | 0 | 0.83 | 0.22 | 0.13 | 316.13 | 0.74 | 0.51 |
| Hex | DF | 25 | AD | 0 | 53 | 16 | D | 13C | 4A | 33 |
| Octal | 337 | 45 | 255 | 0 | 123 | 26 | 15 | 474 | 112 | 63 |
| Binary | 11011111 | 100101 | 10101101 | 0 | 1010011 | 10110 | 1101 | 100111100 | 1001010 | 110011 |
Color Harmonies of #DF25AD
Complementary color
Monochromatic Colors of #DF25AD
Black with #DF25AD
Text Example
Text Example
White with #DF25AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF25AD; }
p { color: rgb(223,37,173); }
H1.HeaderClassName
{
color: #DF25AD;
}
.AnyTagClassName
{
color: #DF25AD;
}
</style>
background-color css
<style>
a { background-color: #DF25AD; }
a { background-color: rgb(223,37,173); }
div.DivClassName
{
background-color: #DF25AD;
}
.BgClassName
{
background-color: #DF25AD;
}
</style>
border-color css
<style>
span { border-color: #DF25AD; }
span { border-color: rgb(223,37,173); }
td.TdClassName
{
border-color: #DF25AD;
}
.TagClassName
{
border-color: #DF25AD;
}
</style>