Shades of Spicy Pink #DE1CA3
Tints of Spicy Pink #DE1CA3
RGB
CMYK
RGB Variations
Color information
#DE1CA3 (or 0xDE1CA3) is known color: Spicy Pink. HEX triplet: DE, 1C and A3. RGB value is (222,28,163). Sum of RGB (Red+Green+Blue) = 222+28+163=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1CA3 is #21E35C. Grayscale: #656565. Windows color (decimal): -2220893 or 10689758. OLE color: 10689758.
HSL color Cylindrical-coordinate representation of color #DE1CA3: hue angle of 318.25º 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 #DE1CA3 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 28 | 163 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.13 |
| HSL | 318.25º | 0.78% | 0.49% | - |
| HSV(B) | 318.25º | 0.87% | 0.87% | - |
| XYZ | 37.15 | 19 | 36.36 | - |
| YUV | 101.4 | 162.77 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 28 | 163 | 0 | 0.87 | 0.27 | 0.13 | 318.25 | 0.78 | 0.49 |
| Hex | DE | 1C | A3 | 0 | 57 | 1B | D | 13E | 4E | 31 |
| Octal | 336 | 34 | 243 | 0 | 127 | 33 | 15 | 476 | 116 | 61 |
| Binary | 11011110 | 11100 | 10100011 | 0 | 1010111 | 11011 | 1101 | 100111110 | 1001110 | 110001 |
Color Harmonies of #DE1CA3
Complementary color
Monochromatic Colors of #DE1CA3
Black with #DE1CA3
Text Example
Text Example
White with #DE1CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1CA3; }
p { color: rgb(222,28,163); }
H1.HeaderClassName
{
color: #DE1CA3;
}
.AnyTagClassName
{
color: #DE1CA3;
}
</style>
background-color css
<style>
a { background-color: #DE1CA3; }
a { background-color: rgb(222,28,163); }
div.DivClassName
{
background-color: #DE1CA3;
}
.BgClassName
{
background-color: #DE1CA3;
}
</style>
border-color css
<style>
span { border-color: #DE1CA3; }
span { border-color: rgb(222,28,163); }
td.TdClassName
{
border-color: #DE1CA3;
}
.TagClassName
{
border-color: #DE1CA3;
}
</style>