Shades of Psychedelic Purple #DF24FD
Tints of Psychedelic Purple #DF24FD
RGB
CMYK
RGB Variations
Color information
#DF24FD (or 0xDF24FD) is known color: Psychedelic Purple. HEX triplet: DF, 24 and FD. RGB value is (223,36,253). Sum of RGB (Red+Green+Blue) = 223+36+253=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 36 (14.45% from 255 or 7.03% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF24FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF24FD is #20DB02. Grayscale: #737373. Windows color (decimal): -2153219 or 16590047. OLE color: 16590047.
HSL color Cylindrical-coordinate representation of color #DF24FD: hue angle of 291.71º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF24FD is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 36 | 253 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.01 |
| HSL | 291.71º | 0.98% | 0.57% | - |
| HSV(B) | 291.71º | 0.86% | 0.99% | - |
| XYZ | 48.79 | 24.04 | 95 | - |
| YUV | 116.65 | 204.95 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 253 | 0.12 | 0.86 | 0 | 0.01 | 291.71 | 0.98 | 0.57 |
| Hex | DF | 24 | FD | C | 56 | 0 | 1 | 124 | 62 | 39 |
| Octal | 337 | 44 | 375 | 14 | 126 | 0 | 1 | 444 | 142 | 71 |
| Binary | 11011111 | 100100 | 11111101 | 1100 | 1010110 | 0 | 1 | 100100100 | 1100010 | 111001 |
Color Harmonies of #DF24FD
Complementary color
Monochromatic Colors of #DF24FD
Black with #DF24FD
Text Example
Text Example
White with #DF24FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF24FD; }
p { color: rgb(223,36,253); }
H1.HeaderClassName
{
color: #DF24FD;
}
.AnyTagClassName
{
color: #DF24FD;
}
</style>
background-color css
<style>
a { background-color: #DF24FD; }
a { background-color: rgb(223,36,253); }
div.DivClassName
{
background-color: #DF24FD;
}
.BgClassName
{
background-color: #DF24FD;
}
</style>
border-color css
<style>
span { border-color: #DF24FD; }
span { border-color: rgb(223,36,253); }
td.TdClassName
{
border-color: #DF24FD;
}
.TagClassName
{
border-color: #DF24FD;
}
</style>