Shades of Spicy Pink #DE24B8
Tints of Spicy Pink #DE24B8
RGB
CMYK
RGB Variations
Color information
#DE24B8 (or 0xDE24B8) is known color: Spicy Pink. HEX triplet: DE, 24 and B8. RGB value is (222,36,184). Sum of RGB (Red+Green+Blue) = 222+36+184=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE24B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE24B8 is #21DB47. Grayscale: #6C6C6C. Windows color (decimal): -2218824 or 12068062. OLE color: 12068062.
HSL color Cylindrical-coordinate representation of color #DE24B8: hue angle of 312.26º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE24B8 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 36 | 184 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.13 |
| HSL | 312.26º | 0.74% | 0.51% | - |
| HSV(B) | 312.26º | 0.84% | 0.87% | - |
| XYZ | 39.41 | 20.25 | 47.18 | - |
| YUV | 108.49 | 170.62 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 36 | 184 | 0 | 0.84 | 0.17 | 0.13 | 312.26 | 0.74 | 0.51 |
| Hex | DE | 24 | B8 | 0 | 54 | 11 | D | 138 | 4A | 33 |
| Octal | 336 | 44 | 270 | 0 | 124 | 21 | 15 | 470 | 112 | 63 |
| Binary | 11011110 | 100100 | 10111000 | 0 | 1010100 | 10001 | 1101 | 100111000 | 1001010 | 110011 |
Color Harmonies of #DE24B8
Complementary color
Monochromatic Colors of #DE24B8
Black with #DE24B8
Text Example
Text Example
White with #DE24B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE24B8; }
p { color: rgb(222,36,184); }
H1.HeaderClassName
{
color: #DE24B8;
}
.AnyTagClassName
{
color: #DE24B8;
}
</style>
background-color css
<style>
a { background-color: #DE24B8; }
a { background-color: rgb(222,36,184); }
div.DivClassName
{
background-color: #DE24B8;
}
.BgClassName
{
background-color: #DE24B8;
}
</style>
border-color css
<style>
span { border-color: #DE24B8; }
span { border-color: rgb(222,36,184); }
td.TdClassName
{
border-color: #DE24B8;
}
.TagClassName
{
border-color: #DE24B8;
}
</style>