Shades of Psychedelic Purple #DF04EE
Tints of Psychedelic Purple #DF04EE
RGB
CMYK
RGB Variations
Color information
#DF04EE (or 0xDF04EE) is known color: Psychedelic Purple. HEX triplet: DF, 04 and EE. RGB value is (223,4,238). Sum of RGB (Red+Green+Blue) = 223+4+238=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 4 (1.95% from 255 or 0.86% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF04EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF04EE is #20FB11. Grayscale: #5F5F5F. Windows color (decimal): -2161426 or 15598815. OLE color: 15598815.
HSL color Cylindrical-coordinate representation of color #DF04EE: hue angle of 296.15º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF04EE is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 4 | 238 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.07 |
| HSL | 296.15º | 0.97% | 0.47% | - |
| HSV(B) | 296.15º | 0.98% | 0.93% | - |
| XYZ | 45.91 | 21.95 | 82.71 | - |
| YUV | 96.16 | 208.05 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 238 | 0.06 | 0.98 | 0 | 0.07 | 296.15 | 0.97 | 0.47 |
| Hex | DF | 4 | EE | 6 | 62 | 0 | 7 | 128 | 61 | 2F |
| Octal | 337 | 4 | 356 | 6 | 142 | 0 | 7 | 450 | 141 | 57 |
| Binary | 11011111 | 100 | 11101110 | 110 | 1100010 | 0 | 111 | 100101000 | 1100001 | 101111 |
Color Harmonies of #DF04EE
Complementary color
Monochromatic Colors of #DF04EE
Black with #DF04EE
Text Example
Text Example
White with #DF04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF04EE; }
p { color: rgb(223,4,238); }
H1.HeaderClassName
{
color: #DF04EE;
}
.AnyTagClassName
{
color: #DF04EE;
}
</style>
background-color css
<style>
a { background-color: #DF04EE; }
a { background-color: rgb(223,4,238); }
div.DivClassName
{
background-color: #DF04EE;
}
.BgClassName
{
background-color: #DF04EE;
}
</style>
border-color css
<style>
span { border-color: #DF04EE; }
span { border-color: rgb(223,4,238); }
td.TdClassName
{
border-color: #DF04EE;
}
.TagClassName
{
border-color: #DF04EE;
}
</style>