Shades of Psychedelic Purple #DF1AF9
Tints of Psychedelic Purple #DF1AF9
RGB
CMYK
RGB Variations
Color information
#DF1AF9 (or 0xDF1AF9) is known color: Psychedelic Purple. HEX triplet: DF, 1A and F9. RGB value is (223,26,249). Sum of RGB (Red+Green+Blue) = 223+26+249=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 26 (10.55% from 255 or 5.22% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF1AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1AF9 is #20E506. Grayscale: #6D6D6D. Windows color (decimal): -2155783 or 16325343. OLE color: 16325343.
HSL color Cylindrical-coordinate representation of color #DF1AF9: hue angle of 293º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1AF9 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 26 | 249 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.02 |
| HSL | 293º | 0.95% | 0.54% | - |
| HSV(B) | 293º | 0.9% | 0.98% | - |
| XYZ | 47.9 | 23.27 | 91.59 | - |
| YUV | 110.33 | 206.27 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 249 | 0.10 | 0.90 | 0 | 0.02 | 293 | 0.95 | 0.54 |
| Hex | DF | 1A | F9 | A | 5A | 0 | 2 | 125 | 5F | 36 |
| Octal | 337 | 32 | 371 | 12 | 132 | 0 | 2 | 445 | 137 | 66 |
| Binary | 11011111 | 11010 | 11111001 | 1010 | 1011010 | 0 | 10 | 100100101 | 1011111 | 110110 |
Color Harmonies of #DF1AF9
Complementary color
Monochromatic Colors of #DF1AF9
Black with #DF1AF9
Text Example
Text Example
White with #DF1AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1AF9; }
p { color: rgb(223,26,249); }
H1.HeaderClassName
{
color: #DF1AF9;
}
.AnyTagClassName
{
color: #DF1AF9;
}
</style>
background-color css
<style>
a { background-color: #DF1AF9; }
a { background-color: rgb(223,26,249); }
div.DivClassName
{
background-color: #DF1AF9;
}
.BgClassName
{
background-color: #DF1AF9;
}
</style>
border-color css
<style>
span { border-color: #DF1AF9; }
span { border-color: rgb(223,26,249); }
td.TdClassName
{
border-color: #DF1AF9;
}
.TagClassName
{
border-color: #DF1AF9;
}
</style>