Shades of Psychedelic Purple #DF24EA
Tints of Psychedelic Purple #DF24EA
RGB
CMYK
RGB Variations
Color information
#DF24EA (or 0xDF24EA) is known color: Psychedelic Purple. HEX triplet: DF, 24 and EA. RGB value is (223,36,234). Sum of RGB (Red+Green+Blue) = 223+36+234=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 36 (14.45% from 255 or 7.30% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF24EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF24EA is #20DB15. Grayscale: #717171. Windows color (decimal): -2153238 or 15344863. OLE color: 15344863.
HSL color Cylindrical-coordinate representation of color #DF24EA: hue angle of 296.67º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF24EA is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 36 | 234 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.08 |
| HSL | 296.67º | 0.83% | 0.53% | - |
| HSV(B) | 296.67º | 0.85% | 0.92% | - |
| XYZ | 45.91 | 22.89 | 79.84 | - |
| YUV | 114.49 | 195.45 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 234 | 0.05 | 0.85 | 0 | 0.08 | 296.67 | 0.83 | 0.53 |
| Hex | DF | 24 | EA | 5 | 55 | 0 | 8 | 129 | 52 | 35 |
| Octal | 337 | 44 | 352 | 5 | 125 | 0 | 10 | 451 | 122 | 65 |
| Binary | 11011111 | 100100 | 11101010 | 101 | 1010101 | 0 | 1000 | 100101001 | 1010010 | 110101 |
Color Harmonies of #DF24EA
Complementary color
Monochromatic Colors of #DF24EA
Black with #DF24EA
Text Example
Text Example
White with #DF24EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF24EA; }
p { color: rgb(223,36,234); }
H1.HeaderClassName
{
color: #DF24EA;
}
.AnyTagClassName
{
color: #DF24EA;
}
</style>
background-color css
<style>
a { background-color: #DF24EA; }
a { background-color: rgb(223,36,234); }
div.DivClassName
{
background-color: #DF24EA;
}
.BgClassName
{
background-color: #DF24EA;
}
</style>
border-color css
<style>
span { border-color: #DF24EA; }
span { border-color: rgb(223,36,234); }
td.TdClassName
{
border-color: #DF24EA;
}
.TagClassName
{
border-color: #DF24EA;
}
</style>