Shades of Psychedelic Purple #DF2AF0
Tints of Psychedelic Purple #DF2AF0
RGB
CMYK
RGB Variations
Color information
#DF2AF0 (or 0xDF2AF0) is known color: Psychedelic Purple. HEX triplet: DF, 2A and F0. RGB value is (223,42,240). Sum of RGB (Red+Green+Blue) = 223+42+240=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 42 (16.80% from 255 or 8.32% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF2AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2AF0 is #20D50F. Grayscale: #767676. Windows color (decimal): -2151696 or 15739615. OLE color: 15739615.
HSL color Cylindrical-coordinate representation of color #DF2AF0: hue angle of 294.85º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2AF0 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 42 | 240 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.06 |
| HSL | 294.85º | 0.87% | 0.55% | - |
| HSV(B) | 294.85º | 0.83% | 0.94% | - |
| XYZ | 46.99 | 23.64 | 84.52 | - |
| YUV | 118.69 | 196.47 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 240 | 0.07 | 0.82 | 0 | 0.06 | 294.85 | 0.87 | 0.55 |
| Hex | DF | 2A | F0 | 7 | 52 | 0 | 6 | 127 | 57 | 37 |
| Octal | 337 | 52 | 360 | 7 | 122 | 0 | 6 | 447 | 127 | 67 |
| Binary | 11011111 | 101010 | 11110000 | 111 | 1010010 | 0 | 110 | 100100111 | 1010111 | 110111 |
Color Harmonies of #DF2AF0
Complementary color
Monochromatic Colors of #DF2AF0
Black with #DF2AF0
Text Example
Text Example
White with #DF2AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2AF0; }
p { color: rgb(223,42,240); }
H1.HeaderClassName
{
color: #DF2AF0;
}
.AnyTagClassName
{
color: #DF2AF0;
}
</style>
background-color css
<style>
a { background-color: #DF2AF0; }
a { background-color: rgb(223,42,240); }
div.DivClassName
{
background-color: #DF2AF0;
}
.BgClassName
{
background-color: #DF2AF0;
}
</style>
border-color css
<style>
span { border-color: #DF2AF0; }
span { border-color: rgb(223,42,240); }
td.TdClassName
{
border-color: #DF2AF0;
}
.TagClassName
{
border-color: #DF2AF0;
}
</style>