Shades of Psychedelic Purple #DF05EE
Tints of Psychedelic Purple #DF05EE
RGB
CMYK
RGB Variations
Color information
#DF05EE (or 0xDF05EE) is known color: Psychedelic Purple. HEX triplet: DF, 05 and EE. RGB value is (223,5,238). Sum of RGB (Red+Green+Blue) = 223+5+238=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 5 (2.34% from 255 or 1.07% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF05EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF05EE is #20FA11. Grayscale: #606060. Windows color (decimal): -2161170 or 15599071. OLE color: 15599071.
HSL color Cylindrical-coordinate representation of color #DF05EE: hue angle of 296.14º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF05EE is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 5 | 238 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.07 |
| HSL | 296.14º | 0.96% | 0.48% | - |
| HSV(B) | 296.14º | 0.98% | 0.93% | - |
| XYZ | 45.92 | 21.97 | 82.71 | - |
| YUV | 96.74 | 207.72 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 238 | 0.06 | 0.98 | 0 | 0.07 | 296.14 | 0.96 | 0.48 |
| Hex | DF | 5 | EE | 6 | 62 | 0 | 7 | 128 | 60 | 30 |
| Octal | 337 | 5 | 356 | 6 | 142 | 0 | 7 | 450 | 140 | 60 |
| Binary | 11011111 | 101 | 11101110 | 110 | 1100010 | 0 | 111 | 100101000 | 1100000 | 110000 |
Color Harmonies of #DF05EE
Complementary color
Monochromatic Colors of #DF05EE
Black with #DF05EE
Text Example
Text Example
White with #DF05EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF05EE; }
p { color: rgb(223,5,238); }
H1.HeaderClassName
{
color: #DF05EE;
}
.AnyTagClassName
{
color: #DF05EE;
}
</style>
background-color css
<style>
a { background-color: #DF05EE; }
a { background-color: rgb(223,5,238); }
div.DivClassName
{
background-color: #DF05EE;
}
.BgClassName
{
background-color: #DF05EE;
}
</style>
border-color css
<style>
span { border-color: #DF05EE; }
span { border-color: rgb(223,5,238); }
td.TdClassName
{
border-color: #DF05EE;
}
.TagClassName
{
border-color: #DF05EE;
}
</style>