Shades of Spicy Pink #DE2DB4
Tints of Spicy Pink #DE2DB4
RGB
CMYK
RGB Variations
Color information
#DE2DB4 (or 0xDE2DB4) is known color: Spicy Pink. HEX triplet: DE, 2D and B4. RGB value is (222,45,180). Sum of RGB (Red+Green+Blue) = 222+45+180=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2DB4 is #21D24B. Grayscale: #707070. Windows color (decimal): -2216524 or 11808222. OLE color: 11808222.
HSL color Cylindrical-coordinate representation of color #DE2DB4: hue angle of 314.24º 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 #DE2DB4 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 45 | 180 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.13 |
| HSL | 314.24º | 0.73% | 0.52% | - |
| HSV(B) | 314.24º | 0.8% | 0.87% | - |
| XYZ | 39.3 | 20.7 | 45.1 | - |
| YUV | 113.31 | 165.64 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 45 | 180 | 0 | 0.80 | 0.19 | 0.13 | 314.24 | 0.73 | 0.52 |
| Hex | DE | 2D | B4 | 0 | 50 | 13 | D | 13A | 49 | 34 |
| Octal | 336 | 55 | 264 | 0 | 120 | 23 | 15 | 472 | 111 | 64 |
| Binary | 11011110 | 101101 | 10110100 | 0 | 1010000 | 10011 | 1101 | 100111010 | 1001001 | 110100 |
Color Harmonies of #DE2DB4
Complementary color
Monochromatic Colors of #DE2DB4
Black with #DE2DB4
Text Example
Text Example
White with #DE2DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2DB4; }
p { color: rgb(222,45,180); }
H1.HeaderClassName
{
color: #DE2DB4;
}
.AnyTagClassName
{
color: #DE2DB4;
}
</style>
background-color css
<style>
a { background-color: #DE2DB4; }
a { background-color: rgb(222,45,180); }
div.DivClassName
{
background-color: #DE2DB4;
}
.BgClassName
{
background-color: #DE2DB4;
}
</style>
border-color css
<style>
span { border-color: #DE2DB4; }
span { border-color: rgb(222,45,180); }
td.TdClassName
{
border-color: #DE2DB4;
}
.TagClassName
{
border-color: #DE2DB4;
}
</style>