Shades of Spicy Pink #DE2DB5
Tints of Spicy Pink #DE2DB5
RGB
CMYK
RGB Variations
Color information
#DE2DB5 (or 0xDE2DB5) is known color: Spicy Pink. HEX triplet: DE, 2D and B5. RGB value is (222,45,181). Sum of RGB (Red+Green+Blue) = 222+45+181=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2DB5 is #21D24A. Grayscale: #717171. Windows color (decimal): -2216523 or 11873758. OLE color: 11873758.
HSL color Cylindrical-coordinate representation of color #DE2DB5: hue angle of 313.9º 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 #DE2DB5 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 45 | 181 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.13 |
| HSL | 313.9º | 0.73% | 0.52% | - |
| HSV(B) | 313.9º | 0.8% | 0.87% | - |
| XYZ | 39.4 | 20.74 | 45.64 | - |
| YUV | 113.43 | 166.14 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 45 | 181 | 0 | 0.80 | 0.18 | 0.13 | 313.9 | 0.73 | 0.52 |
| Hex | DE | 2D | B5 | 0 | 50 | 12 | D | 13A | 49 | 34 |
| Octal | 336 | 55 | 265 | 0 | 120 | 22 | 15 | 472 | 111 | 64 |
| Binary | 11011110 | 101101 | 10110101 | 0 | 1010000 | 10010 | 1101 | 100111010 | 1001001 | 110100 |
Color Harmonies of #DE2DB5
Complementary color
Monochromatic Colors of #DE2DB5
Black with #DE2DB5
Text Example
Text Example
White with #DE2DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2DB5; }
p { color: rgb(222,45,181); }
H1.HeaderClassName
{
color: #DE2DB5;
}
.AnyTagClassName
{
color: #DE2DB5;
}
</style>
background-color css
<style>
a { background-color: #DE2DB5; }
a { background-color: rgb(222,45,181); }
div.DivClassName
{
background-color: #DE2DB5;
}
.BgClassName
{
background-color: #DE2DB5;
}
</style>
border-color css
<style>
span { border-color: #DE2DB5; }
span { border-color: rgb(222,45,181); }
td.TdClassName
{
border-color: #DE2DB5;
}
.TagClassName
{
border-color: #DE2DB5;
}
</style>