Shades of Psychedelic Purple #DF06EF
Tints of Psychedelic Purple #DF06EF
RGB
CMYK
RGB Variations
Color information
#DF06EF (or 0xDF06EF) is known color: Psychedelic Purple. HEX triplet: DF, 06 and EF. RGB value is (223,6,239). Sum of RGB (Red+Green+Blue) = 223+6+239=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 6 (2.73% from 255 or 1.28% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF06EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF06EF is #20F910. Grayscale: #606060. Windows color (decimal): -2160913 or 15664863. OLE color: 15664863.
HSL color Cylindrical-coordinate representation of color #DF06EF: hue angle of 295.88º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF06EF is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 6 | 239 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.06 |
| HSL | 295.88º | 0.95% | 0.48% | - |
| HSV(B) | 295.88º | 0.97% | 0.94% | - |
| XYZ | 46.08 | 22.05 | 83.49 | - |
| YUV | 97.45 | 207.89 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 239 | 0.07 | 0.97 | 0 | 0.06 | 295.88 | 0.95 | 0.48 |
| Hex | DF | 6 | EF | 7 | 61 | 0 | 6 | 128 | 5F | 30 |
| Octal | 337 | 6 | 357 | 7 | 141 | 0 | 6 | 450 | 137 | 60 |
| Binary | 11011111 | 110 | 11101111 | 111 | 1100001 | 0 | 110 | 100101000 | 1011111 | 110000 |
Color Harmonies of #DF06EF
Complementary color
Monochromatic Colors of #DF06EF
Black with #DF06EF
Text Example
Text Example
White with #DF06EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF06EF; }
p { color: rgb(223,6,239); }
H1.HeaderClassName
{
color: #DF06EF;
}
.AnyTagClassName
{
color: #DF06EF;
}
</style>
background-color css
<style>
a { background-color: #DF06EF; }
a { background-color: rgb(223,6,239); }
div.DivClassName
{
background-color: #DF06EF;
}
.BgClassName
{
background-color: #DF06EF;
}
</style>
border-color css
<style>
span { border-color: #DF06EF; }
span { border-color: rgb(223,6,239); }
td.TdClassName
{
border-color: #DF06EF;
}
.TagClassName
{
border-color: #DF06EF;
}
</style>