Shades of Psychedelic Purple #DF0FF0
Tints of Psychedelic Purple #DF0FF0
RGB
CMYK
RGB Variations
Color information
#DF0FF0 (or 0xDF0FF0) is known color: Psychedelic Purple. HEX triplet: DF, 0F and F0. RGB value is (223,15,240). Sum of RGB (Red+Green+Blue) = 223+15+240=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 15 (6.25% from 255 or 3.14% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF0FF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0FF0 is #20F00F. Grayscale: #666666. Windows color (decimal): -2158608 or 15732703. OLE color: 15732703.
HSL color Cylindrical-coordinate representation of color #DF0FF0: hue angle of 295.47º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0FF0 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 15 | 240 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.06 |
| HSL | 295.47º | 0.88% | 0.5% | - |
| HSV(B) | 295.47º | 0.94% | 0.94% | - |
| XYZ | 46.33 | 22.32 | 84.3 | - |
| YUV | 102.84 | 205.41 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 240 | 0.07 | 0.94 | 0 | 0.06 | 295.47 | 0.88 | 0.5 |
| Hex | DF | F | F0 | 7 | 5E | 0 | 6 | 127 | 58 | 32 |
| Octal | 337 | 17 | 360 | 7 | 136 | 0 | 6 | 447 | 130 | 62 |
| Binary | 11011111 | 1111 | 11110000 | 111 | 1011110 | 0 | 110 | 100100111 | 1011000 | 110010 |
Color Harmonies of #DF0FF0
Complementary color
Monochromatic Colors of #DF0FF0
Black with #DF0FF0
Text Example
Text Example
White with #DF0FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FF0; }
p { color: rgb(223,15,240); }
H1.HeaderClassName
{
color: #DF0FF0;
}
.AnyTagClassName
{
color: #DF0FF0;
}
</style>
background-color css
<style>
a { background-color: #DF0FF0; }
a { background-color: rgb(223,15,240); }
div.DivClassName
{
background-color: #DF0FF0;
}
.BgClassName
{
background-color: #DF0FF0;
}
</style>
border-color css
<style>
span { border-color: #DF0FF0; }
span { border-color: rgb(223,15,240); }
td.TdClassName
{
border-color: #DF0FF0;
}
.TagClassName
{
border-color: #DF0FF0;
}
</style>