Shades of Psychedelic Purple #DF24E9
Tints of Psychedelic Purple #DF24E9
RGB
CMYK
RGB Variations
Color information
#DF24E9 (or 0xDF24E9) is known color: Psychedelic Purple. HEX triplet: DF, 24 and E9. RGB value is (223,36,233). Sum of RGB (Red+Green+Blue) = 223+36+233=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 36 (14.45% from 255 or 7.32% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF24E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF24E9 is #20DB16. Grayscale: #717171. Windows color (decimal): -2153239 or 15279327. OLE color: 15279327.
HSL color Cylindrical-coordinate representation of color #DF24E9: hue angle of 296.95º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF24E9 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 36 | 233 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.09 |
| HSL | 296.95º | 0.82% | 0.53% | - |
| HSV(B) | 296.95º | 0.85% | 0.91% | - |
| XYZ | 45.77 | 22.83 | 79.09 | - |
| YUV | 114.37 | 194.95 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 233 | 0.04 | 0.85 | 0 | 0.09 | 296.95 | 0.82 | 0.53 |
| Hex | DF | 24 | E9 | 4 | 55 | 0 | 9 | 129 | 52 | 35 |
| Octal | 337 | 44 | 351 | 4 | 125 | 0 | 11 | 451 | 122 | 65 |
| Binary | 11011111 | 100100 | 11101001 | 100 | 1010101 | 0 | 1001 | 100101001 | 1010010 | 110101 |
Color Harmonies of #DF24E9
Complementary color
Monochromatic Colors of #DF24E9
Black with #DF24E9
Text Example
Text Example
White with #DF24E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF24E9; }
p { color: rgb(223,36,233); }
H1.HeaderClassName
{
color: #DF24E9;
}
.AnyTagClassName
{
color: #DF24E9;
}
</style>
background-color css
<style>
a { background-color: #DF24E9; }
a { background-color: rgb(223,36,233); }
div.DivClassName
{
background-color: #DF24E9;
}
.BgClassName
{
background-color: #DF24E9;
}
</style>
border-color css
<style>
span { border-color: #DF24E9; }
span { border-color: rgb(223,36,233); }
td.TdClassName
{
border-color: #DF24E9;
}
.TagClassName
{
border-color: #DF24E9;
}
</style>