Shades of Spicy Pink #DE2CB7
Tints of Spicy Pink #DE2CB7
RGB
CMYK
RGB Variations
Color information
#DE2CB7 (or 0xDE2CB7) is known color: Spicy Pink. HEX triplet: DE, 2C and B7. RGB value is (222,44,183). Sum of RGB (Red+Green+Blue) = 222+44+183=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2CB7 is #21D348. Grayscale: #707070. Windows color (decimal): -2216777 or 12004574. OLE color: 12004574.
HSL color Cylindrical-coordinate representation of color #DE2CB7: hue angle of 313.15º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2CB7 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 183 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.13 |
| HSL | 313.15º | 0.73% | 0.52% | - |
| HSV(B) | 313.15º | 0.8% | 0.87% | - |
| XYZ | 39.57 | 20.75 | 46.72 | - |
| YUV | 113.07 | 167.47 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 183 | 0 | 0.80 | 0.18 | 0.13 | 313.15 | 0.73 | 0.52 |
| Hex | DE | 2C | B7 | 0 | 50 | 12 | D | 139 | 49 | 34 |
| Octal | 336 | 54 | 267 | 0 | 120 | 22 | 15 | 471 | 111 | 64 |
| Binary | 11011110 | 101100 | 10110111 | 0 | 1010000 | 10010 | 1101 | 100111001 | 1001001 | 110100 |
Color Harmonies of #DE2CB7
Complementary color
Monochromatic Colors of #DE2CB7
Black with #DE2CB7
Text Example
Text Example
White with #DE2CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2CB7; }
p { color: rgb(222,44,183); }
H1.HeaderClassName
{
color: #DE2CB7;
}
.AnyTagClassName
{
color: #DE2CB7;
}
</style>
background-color css
<style>
a { background-color: #DE2CB7; }
a { background-color: rgb(222,44,183); }
div.DivClassName
{
background-color: #DE2CB7;
}
.BgClassName
{
background-color: #DE2CB7;
}
</style>
border-color css
<style>
span { border-color: #DE2CB7; }
span { border-color: rgb(222,44,183); }
td.TdClassName
{
border-color: #DE2CB7;
}
.TagClassName
{
border-color: #DE2CB7;
}
</style>