Shades of Spicy Pink #DF1DA8
Tints of Spicy Pink #DF1DA8
RGB
CMYK
RGB Variations
Color information
#DF1DA8 (or 0xDF1DA8) is known color: Spicy Pink. HEX triplet: DF, 1D and A8. RGB value is (223,29,168). Sum of RGB (Red+Green+Blue) = 223+29+168=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1DA8 is #20E257. Grayscale: #666666. Windows color (decimal): -2155096 or 11017695. OLE color: 11017695.
HSL color Cylindrical-coordinate representation of color #DF1DA8: hue angle of 317.01º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1DA8 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 29 | 168 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.13 |
| HSL | 317.01º | 0.77% | 0.49% | - |
| HSV(B) | 317.01º | 0.87% | 0.87% | - |
| XYZ | 37.94 | 19.39 | 38.79 | - |
| YUV | 102.85 | 164.77 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 29 | 168 | 0 | 0.87 | 0.25 | 0.13 | 317.01 | 0.77 | 0.49 |
| Hex | DF | 1D | A8 | 0 | 57 | 19 | D | 13D | 4D | 31 |
| Octal | 337 | 35 | 250 | 0 | 127 | 31 | 15 | 475 | 115 | 61 |
| Binary | 11011111 | 11101 | 10101000 | 0 | 1010111 | 11001 | 1101 | 100111101 | 1001101 | 110001 |
Color Harmonies of #DF1DA8
Complementary color
Monochromatic Colors of #DF1DA8
Black with #DF1DA8
Text Example
Text Example
White with #DF1DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1DA8; }
p { color: rgb(223,29,168); }
H1.HeaderClassName
{
color: #DF1DA8;
}
.AnyTagClassName
{
color: #DF1DA8;
}
</style>
background-color css
<style>
a { background-color: #DF1DA8; }
a { background-color: rgb(223,29,168); }
div.DivClassName
{
background-color: #DF1DA8;
}
.BgClassName
{
background-color: #DF1DA8;
}
</style>
border-color css
<style>
span { border-color: #DF1DA8; }
span { border-color: rgb(223,29,168); }
td.TdClassName
{
border-color: #DF1DA8;
}
.TagClassName
{
border-color: #DF1DA8;
}
</style>