Shades of Spicy Pink #DE25B5
Tints of Spicy Pink #DE25B5
RGB
CMYK
RGB Variations
Color information
#DE25B5 (or 0xDE25B5) is known color: Spicy Pink. HEX triplet: DE, 25 and B5. RGB value is (222,37,181). Sum of RGB (Red+Green+Blue) = 222+37+181=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE25B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE25B5 is #21DA4A. Grayscale: #6C6C6C. Windows color (decimal): -2218571 or 11871710. OLE color: 11871710.
HSL color Cylindrical-coordinate representation of color #DE25B5: hue angle of 313.3º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE25B5 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 37 | 181 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.13 |
| HSL | 313.3º | 0.74% | 0.51% | - |
| HSV(B) | 313.3º | 0.83% | 0.87% | - |
| XYZ | 39.13 | 20.19 | 45.55 | - |
| YUV | 108.73 | 168.79 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 37 | 181 | 0 | 0.83 | 0.18 | 0.13 | 313.3 | 0.74 | 0.51 |
| Hex | DE | 25 | B5 | 0 | 53 | 12 | D | 139 | 4A | 33 |
| Octal | 336 | 45 | 265 | 0 | 123 | 22 | 15 | 471 | 112 | 63 |
| Binary | 11011110 | 100101 | 10110101 | 0 | 1010011 | 10010 | 1101 | 100111001 | 1001010 | 110011 |
Color Harmonies of #DE25B5
Complementary color
Monochromatic Colors of #DE25B5
Black with #DE25B5
Text Example
Text Example
White with #DE25B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE25B5; }
p { color: rgb(222,37,181); }
H1.HeaderClassName
{
color: #DE25B5;
}
.AnyTagClassName
{
color: #DE25B5;
}
</style>
background-color css
<style>
a { background-color: #DE25B5; }
a { background-color: rgb(222,37,181); }
div.DivClassName
{
background-color: #DE25B5;
}
.BgClassName
{
background-color: #DE25B5;
}
</style>
border-color css
<style>
span { border-color: #DE25B5; }
span { border-color: rgb(222,37,181); }
td.TdClassName
{
border-color: #DE25B5;
}
.TagClassName
{
border-color: #DE25B5;
}
</style>