Shades of Psychedelic Purple #DF06FF
Tints of Psychedelic Purple #DF06FF
RGB
CMYK
RGB Variations
Color information
#DF06FF (or 0xDF06FF) is known color: Psychedelic Purple. HEX triplet: DF, 06 and FF. RGB value is (223,6,255). Sum of RGB (Red+Green+Blue) = 223+6+255=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 6 (2.73% from 255 or 1.24% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF06FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF06FF is #20F900. Grayscale: #626262. Windows color (decimal): -2160897 or 16713439. OLE color: 16713439.
HSL color Cylindrical-coordinate representation of color #DF06FF: hue angle of 292.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF06FF is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 6 | 255 | - |
| CMYK | 0.13 | 0.98 | 0 | 0 |
| HSL | 292.29º | 1% | 0.51% | - |
| HSV(B) | 292.29º | 0.98% | 1% | - |
| XYZ | 48.55 | 23.04 | 96.5 | - |
| YUV | 99.27 | 215.89 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 255 | 0.13 | 0.98 | 0 | 0 | 292.29 | 1 | 0.51 |
| Hex | DF | 6 | FF | D | 62 | 0 | 0 | 124 | 64 | 33 |
| Octal | 337 | 6 | 377 | 15 | 142 | 0 | 0 | 444 | 144 | 63 |
| Binary | 11011111 | 110 | 11111111 | 1101 | 1100010 | 0 | 0 | 100100100 | 1100100 | 110011 |
Color Harmonies of #DF06FF
Complementary color
Monochromatic Colors of #DF06FF
Black with #DF06FF
Text Example
Text Example
White with #DF06FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF06FF; }
p { color: rgb(223,6,255); }
H1.HeaderClassName
{
color: #DF06FF;
}
.AnyTagClassName
{
color: #DF06FF;
}
</style>
background-color css
<style>
a { background-color: #DF06FF; }
a { background-color: rgb(223,6,255); }
div.DivClassName
{
background-color: #DF06FF;
}
.BgClassName
{
background-color: #DF06FF;
}
</style>
border-color css
<style>
span { border-color: #DF06FF; }
span { border-color: rgb(223,6,255); }
td.TdClassName
{
border-color: #DF06FF;
}
.TagClassName
{
border-color: #DF06FF;
}
</style>