Shades of Psychedelic Purple #DF24ED
Tints of Psychedelic Purple #DF24ED
RGB
CMYK
RGB Variations
Color information
#DF24ED (or 0xDF24ED) is known color: Psychedelic Purple. HEX triplet: DF, 24 and ED. RGB value is (223,36,237). Sum of RGB (Red+Green+Blue) = 223+36+237=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 36 (14.45% from 255 or 7.26% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF24ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF24ED is #20DB12. Grayscale: #727272. Windows color (decimal): -2153235 or 15541471. OLE color: 15541471.
HSL color Cylindrical-coordinate representation of color #DF24ED: hue angle of 295.82º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF24ED is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 36 | 237 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.07 |
| HSL | 295.82º | 0.85% | 0.54% | - |
| HSV(B) | 295.82º | 0.85% | 0.93% | - |
| XYZ | 46.35 | 23.06 | 82.13 | - |
| YUV | 114.83 | 196.95 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 237 | 0.06 | 0.85 | 0 | 0.07 | 295.82 | 0.85 | 0.54 |
| Hex | DF | 24 | ED | 6 | 55 | 0 | 7 | 128 | 55 | 36 |
| Octal | 337 | 44 | 355 | 6 | 125 | 0 | 7 | 450 | 125 | 66 |
| Binary | 11011111 | 100100 | 11101101 | 110 | 1010101 | 0 | 111 | 100101000 | 1010101 | 110110 |
Color Harmonies of #DF24ED
Complementary color
Monochromatic Colors of #DF24ED
Black with #DF24ED
Text Example
Text Example
White with #DF24ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF24ED; }
p { color: rgb(223,36,237); }
H1.HeaderClassName
{
color: #DF24ED;
}
.AnyTagClassName
{
color: #DF24ED;
}
</style>
background-color css
<style>
a { background-color: #DF24ED; }
a { background-color: rgb(223,36,237); }
div.DivClassName
{
background-color: #DF24ED;
}
.BgClassName
{
background-color: #DF24ED;
}
</style>
border-color css
<style>
span { border-color: #DF24ED; }
span { border-color: rgb(223,36,237); }
td.TdClassName
{
border-color: #DF24ED;
}
.TagClassName
{
border-color: #DF24ED;
}
</style>