Shades of Spicy Pink #DF25AF
Tints of Spicy Pink #DF25AF
RGB
CMYK
RGB Variations
Color information
#DF25AF (or 0xDF25AF) is known color: Spicy Pink. HEX triplet: DF, 25 and AF. RGB value is (223,37,175). Sum of RGB (Red+Green+Blue) = 223+37+175=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF25AF is #20DA50. Grayscale: #6B6B6B. Windows color (decimal): -2153041 or 11478495. OLE color: 11478495.
HSL color Cylindrical-coordinate representation of color #DF25AF: hue angle of 315.48º 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 #DF25AF is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 175 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.13 |
| HSL | 315.48º | 0.74% | 0.51% | - |
| HSV(B) | 315.48º | 0.83% | 0.87% | - |
| XYZ | 38.83 | 20.11 | 42.39 | - |
| YUV | 108.35 | 165.62 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 175 | 0 | 0.83 | 0.22 | 0.13 | 315.48 | 0.74 | 0.51 |
| Hex | DF | 25 | AF | 0 | 53 | 16 | D | 13B | 4A | 33 |
| Octal | 337 | 45 | 257 | 0 | 123 | 26 | 15 | 473 | 112 | 63 |
| Binary | 11011111 | 100101 | 10101111 | 0 | 1010011 | 10110 | 1101 | 100111011 | 1001010 | 110011 |
Color Harmonies of #DF25AF
Complementary color
Monochromatic Colors of #DF25AF
Black with #DF25AF
Text Example
Text Example
White with #DF25AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF25AF; }
p { color: rgb(223,37,175); }
H1.HeaderClassName
{
color: #DF25AF;
}
.AnyTagClassName
{
color: #DF25AF;
}
</style>
background-color css
<style>
a { background-color: #DF25AF; }
a { background-color: rgb(223,37,175); }
div.DivClassName
{
background-color: #DF25AF;
}
.BgClassName
{
background-color: #DF25AF;
}
</style>
border-color css
<style>
span { border-color: #DF25AF; }
span { border-color: rgb(223,37,175); }
td.TdClassName
{
border-color: #DF25AF;
}
.TagClassName
{
border-color: #DF25AF;
}
</style>