Shades of Spicy Pink #DF1CA3
Tints of Spicy Pink #DF1CA3
RGB
CMYK
RGB Variations
Color information
#DF1CA3 (or 0xDF1CA3) is known color: Spicy Pink. HEX triplet: DF, 1C and A3. RGB value is (223,28,163). Sum of RGB (Red+Green+Blue) = 223+28+163=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1CA3 is #20E35C. Grayscale: #656565. Windows color (decimal): -2155357 or 10689759. OLE color: 10689759.
HSL color Cylindrical-coordinate representation of color #DF1CA3: hue angle of 318.46º degrees, saturation: 0.78, 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 #DF1CA3 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 28 | 163 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.13 |
| HSL | 318.46º | 0.78% | 0.49% | - |
| HSV(B) | 318.46º | 0.87% | 0.87% | - |
| XYZ | 37.46 | 19.16 | 36.37 | - |
| YUV | 101.7 | 162.6 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 28 | 163 | 0 | 0.87 | 0.27 | 0.13 | 318.46 | 0.78 | 0.49 |
| Hex | DF | 1C | A3 | 0 | 57 | 1B | D | 13E | 4E | 31 |
| Octal | 337 | 34 | 243 | 0 | 127 | 33 | 15 | 476 | 116 | 61 |
| Binary | 11011111 | 11100 | 10100011 | 0 | 1010111 | 11011 | 1101 | 100111110 | 1001110 | 110001 |
Color Harmonies of #DF1CA3
Complementary color
Monochromatic Colors of #DF1CA3
Black with #DF1CA3
Text Example
Text Example
White with #DF1CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1CA3; }
p { color: rgb(223,28,163); }
H1.HeaderClassName
{
color: #DF1CA3;
}
.AnyTagClassName
{
color: #DF1CA3;
}
</style>
background-color css
<style>
a { background-color: #DF1CA3; }
a { background-color: rgb(223,28,163); }
div.DivClassName
{
background-color: #DF1CA3;
}
.BgClassName
{
background-color: #DF1CA3;
}
</style>
border-color css
<style>
span { border-color: #DF1CA3; }
span { border-color: rgb(223,28,163); }
td.TdClassName
{
border-color: #DF1CA3;
}
.TagClassName
{
border-color: #DF1CA3;
}
</style>