Shades of Psychedelic Purple #DF02EE
Tints of Psychedelic Purple #DF02EE
RGB
CMYK
RGB Variations
Color information
#DF02EE (or 0xDF02EE) is known color: Psychedelic Purple. HEX triplet: DF, 02 and EE. RGB value is (223,2,238). Sum of RGB (Red+Green+Blue) = 223+2+238=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 2 (1.17% from 255 or 0.43% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF02EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF02EE is #20FD11. Grayscale: #5E5E5E. Windows color (decimal): -2161938 or 15598303. OLE color: 15598303.
HSL color Cylindrical-coordinate representation of color #DF02EE: hue angle of 296.19º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF02EE is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 2 | 238 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.07 |
| HSL | 296.19º | 0.98% | 0.47% | - |
| HSV(B) | 296.19º | 0.99% | 0.93% | - |
| XYZ | 45.89 | 21.9 | 82.7 | - |
| YUV | 94.98 | 208.72 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 238 | 0.06 | 0.99 | 0 | 0.07 | 296.19 | 0.98 | 0.47 |
| Hex | DF | 2 | EE | 6 | 63 | 0 | 7 | 128 | 62 | 2F |
| Octal | 337 | 2 | 356 | 6 | 143 | 0 | 7 | 450 | 142 | 57 |
| Binary | 11011111 | 10 | 11101110 | 110 | 1100011 | 0 | 111 | 100101000 | 1100010 | 101111 |
Color Harmonies of #DF02EE
Complementary color
Monochromatic Colors of #DF02EE
Black with #DF02EE
Text Example
Text Example
White with #DF02EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02EE; }
p { color: rgb(223,2,238); }
H1.HeaderClassName
{
color: #DF02EE;
}
.AnyTagClassName
{
color: #DF02EE;
}
</style>
background-color css
<style>
a { background-color: #DF02EE; }
a { background-color: rgb(223,2,238); }
div.DivClassName
{
background-color: #DF02EE;
}
.BgClassName
{
background-color: #DF02EE;
}
</style>
border-color css
<style>
span { border-color: #DF02EE; }
span { border-color: rgb(223,2,238); }
td.TdClassName
{
border-color: #DF02EE;
}
.TagClassName
{
border-color: #DF02EE;
}
</style>