Shades of Psychedelic Purple #DF06EE
Tints of Psychedelic Purple #DF06EE
RGB
CMYK
RGB Variations
Color information
#DF06EE (or 0xDF06EE) is known color: Psychedelic Purple. HEX triplet: DF, 06 and EE. RGB value is (223,6,238). Sum of RGB (Red+Green+Blue) = 223+6+238=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 6 (2.73% from 255 or 1.28% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF06EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF06EE is #20F911. Grayscale: #606060. Windows color (decimal): -2160914 or 15599327. OLE color: 15599327.
HSL color Cylindrical-coordinate representation of color #DF06EE: hue angle of 296.12º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF06EE is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 6 | 238 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.07 |
| HSL | 296.12º | 0.95% | 0.48% | - |
| HSV(B) | 296.12º | 0.97% | 0.93% | - |
| XYZ | 45.93 | 21.99 | 82.71 | - |
| YUV | 97.33 | 207.39 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 238 | 0.06 | 0.97 | 0 | 0.07 | 296.12 | 0.95 | 0.48 |
| Hex | DF | 6 | EE | 6 | 61 | 0 | 7 | 128 | 5F | 30 |
| Octal | 337 | 6 | 356 | 6 | 141 | 0 | 7 | 450 | 137 | 60 |
| Binary | 11011111 | 110 | 11101110 | 110 | 1100001 | 0 | 111 | 100101000 | 1011111 | 110000 |
Color Harmonies of #DF06EE
Complementary color
Monochromatic Colors of #DF06EE
Black with #DF06EE
Text Example
Text Example
White with #DF06EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF06EE; }
p { color: rgb(223,6,238); }
H1.HeaderClassName
{
color: #DF06EE;
}
.AnyTagClassName
{
color: #DF06EE;
}
</style>
background-color css
<style>
a { background-color: #DF06EE; }
a { background-color: rgb(223,6,238); }
div.DivClassName
{
background-color: #DF06EE;
}
.BgClassName
{
background-color: #DF06EE;
}
</style>
border-color css
<style>
span { border-color: #DF06EE; }
span { border-color: rgb(223,6,238); }
td.TdClassName
{
border-color: #DF06EE;
}
.TagClassName
{
border-color: #DF06EE;
}
</style>