Shades of Psychedelic Purple #DF2AF9
Tints of Psychedelic Purple #DF2AF9
RGB
CMYK
RGB Variations
Color information
#DF2AF9 (or 0xDF2AF9) is known color: Psychedelic Purple. HEX triplet: DF, 2A and F9. RGB value is (223,42,249). Sum of RGB (Red+Green+Blue) = 223+42+249=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 42 (16.80% from 255 or 8.17% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF2AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2AF9 is #20D506. Grayscale: #777777. Windows color (decimal): -2151687 or 16329439. OLE color: 16329439.
HSL color Cylindrical-coordinate representation of color #DF2AF9: hue angle of 292.46º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2AF9 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 42 | 249 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.02 |
| HSL | 292.46º | 0.95% | 0.57% | - |
| HSV(B) | 292.46º | 0.83% | 0.98% | - |
| XYZ | 48.36 | 24.18 | 91.74 | - |
| YUV | 119.72 | 200.97 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 249 | 0.10 | 0.83 | 0 | 0.02 | 292.46 | 0.95 | 0.57 |
| Hex | DF | 2A | F9 | A | 53 | 0 | 2 | 124 | 5F | 39 |
| Octal | 337 | 52 | 371 | 12 | 123 | 0 | 2 | 444 | 137 | 71 |
| Binary | 11011111 | 101010 | 11111001 | 1010 | 1010011 | 0 | 10 | 100100100 | 1011111 | 111001 |
Color Harmonies of #DF2AF9
Complementary color
Monochromatic Colors of #DF2AF9
Black with #DF2AF9
Text Example
Text Example
White with #DF2AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2AF9; }
p { color: rgb(223,42,249); }
H1.HeaderClassName
{
color: #DF2AF9;
}
.AnyTagClassName
{
color: #DF2AF9;
}
</style>
background-color css
<style>
a { background-color: #DF2AF9; }
a { background-color: rgb(223,42,249); }
div.DivClassName
{
background-color: #DF2AF9;
}
.BgClassName
{
background-color: #DF2AF9;
}
</style>
border-color css
<style>
span { border-color: #DF2AF9; }
span { border-color: rgb(223,42,249); }
td.TdClassName
{
border-color: #DF2AF9;
}
.TagClassName
{
border-color: #DF2AF9;
}
</style>