Shades of Psychedelic Purple #DE24FB
Tints of Psychedelic Purple #DE24FB
RGB
CMYK
RGB Variations
Color information
#DE24FB (or 0xDE24FB) is known color: Psychedelic Purple. HEX triplet: DE, 24 and FB. RGB value is (222,36,251). Sum of RGB (Red+Green+Blue) = 222+36+251=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 36 (14.45% from 255 or 7.07% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE24FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE24FB is #21DB04. Grayscale: #737373. Windows color (decimal): -2218757 or 16458974. OLE color: 16458974.
HSL color Cylindrical-coordinate representation of color #DE24FB: hue angle of 291.91º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE24FB is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 36 | 251 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.02 |
| HSL | 291.91º | 0.96% | 0.56% | - |
| HSV(B) | 291.91º | 0.86% | 0.98% | - |
| XYZ | 48.17 | 23.76 | 93.31 | - |
| YUV | 116.12 | 204.12 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 36 | 251 | 0.12 | 0.86 | 0 | 0.02 | 291.91 | 0.96 | 0.56 |
| Hex | DE | 24 | FB | C | 56 | 0 | 2 | 124 | 60 | 38 |
| Octal | 336 | 44 | 373 | 14 | 126 | 0 | 2 | 444 | 140 | 70 |
| Binary | 11011110 | 100100 | 11111011 | 1100 | 1010110 | 0 | 10 | 100100100 | 1100000 | 111000 |
Color Harmonies of #DE24FB
Complementary color
Monochromatic Colors of #DE24FB
Black with #DE24FB
Text Example
Text Example
White with #DE24FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE24FB; }
p { color: rgb(222,36,251); }
H1.HeaderClassName
{
color: #DE24FB;
}
.AnyTagClassName
{
color: #DE24FB;
}
</style>
background-color css
<style>
a { background-color: #DE24FB; }
a { background-color: rgb(222,36,251); }
div.DivClassName
{
background-color: #DE24FB;
}
.BgClassName
{
background-color: #DE24FB;
}
</style>
border-color css
<style>
span { border-color: #DE24FB; }
span { border-color: rgb(222,36,251); }
td.TdClassName
{
border-color: #DE24FB;
}
.TagClassName
{
border-color: #DE24FB;
}
</style>