Shades of Psychedelic Purple #DF24FF
Tints of Psychedelic Purple #DF24FF
RGB
CMYK
RGB Variations
Color information
#DF24FF (or 0xDF24FF) is known color: Psychedelic Purple. HEX triplet: DF, 24 and FF. RGB value is (223,36,255). Sum of RGB (Red+Green+Blue) = 223+36+255=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 36 (14.45% from 255 or 7.00% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF24FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF24FF is #20DB00. Grayscale: #747474. Windows color (decimal): -2153217 or 16721119. OLE color: 16721119.
HSL color Cylindrical-coordinate representation of color #DF24FF: hue angle of 291.23º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF24FF is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 36 | 255 | - |
| CMYK | 0.13 | 0.86 | 0 | 0 |
| HSL | 291.23º | 1% | 0.57% | - |
| HSV(B) | 291.23º | 0.86% | 1% | - |
| XYZ | 49.11 | 24.17 | 96.68 | - |
| YUV | 116.88 | 205.95 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 255 | 0.13 | 0.86 | 0 | 0 | 291.23 | 1 | 0.57 |
| Hex | DF | 24 | FF | D | 56 | 0 | 0 | 123 | 64 | 39 |
| Octal | 337 | 44 | 377 | 15 | 126 | 0 | 0 | 443 | 144 | 71 |
| Binary | 11011111 | 100100 | 11111111 | 1101 | 1010110 | 0 | 0 | 100100011 | 1100100 | 111001 |
Color Harmonies of #DF24FF
Complementary color
Monochromatic Colors of #DF24FF
Black with #DF24FF
Text Example
Text Example
White with #DF24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF24FF; }
p { color: rgb(223,36,255); }
H1.HeaderClassName
{
color: #DF24FF;
}
.AnyTagClassName
{
color: #DF24FF;
}
</style>
background-color css
<style>
a { background-color: #DF24FF; }
a { background-color: rgb(223,36,255); }
div.DivClassName
{
background-color: #DF24FF;
}
.BgClassName
{
background-color: #DF24FF;
}
</style>
border-color css
<style>
span { border-color: #DF24FF; }
span { border-color: rgb(223,36,255); }
td.TdClassName
{
border-color: #DF24FF;
}
.TagClassName
{
border-color: #DF24FF;
}
</style>