Shades of Psychedelic Purple #DF1AF5
Tints of Psychedelic Purple #DF1AF5
RGB
CMYK
RGB Variations
Color information
#DF1AF5 (or 0xDF1AF5) is known color: Psychedelic Purple. HEX triplet: DF, 1A and F5. RGB value is (223,26,245). Sum of RGB (Red+Green+Blue) = 223+26+245=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 26 (10.55% from 255 or 5.26% from 494); Blue value is 245 (96.09% from 255 or 49.60% from 494); Max value from RGB is 245 - color contains mainly: blue. Hex color #DF1AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1AF5 is #20E50A. Grayscale: #6D6D6D. Windows color (decimal): -2155787 or 16063199. OLE color: 16063199.
HSL color Cylindrical-coordinate representation of color #DF1AF5: hue angle of 293.97º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1AF5 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 26 | 245 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.04 |
| HSL | 293.97º | 0.92% | 0.53% | - |
| HSV(B) | 293.97º | 0.89% | 0.96% | - |
| XYZ | 47.28 | 23.02 | 88.34 | - |
| YUV | 109.87 | 204.27 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 245 | 0.09 | 0.89 | 0 | 0.04 | 293.97 | 0.92 | 0.53 |
| Hex | DF | 1A | F5 | 9 | 59 | 0 | 4 | 126 | 5C | 35 |
| Octal | 337 | 32 | 365 | 11 | 131 | 0 | 4 | 446 | 134 | 65 |
| Binary | 11011111 | 11010 | 11110101 | 1001 | 1011001 | 0 | 100 | 100100110 | 1011100 | 110101 |
Color Harmonies of #DF1AF5
Complementary color
Monochromatic Colors of #DF1AF5
Black with #DF1AF5
Text Example
Text Example
White with #DF1AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1AF5; }
p { color: rgb(223,26,245); }
H1.HeaderClassName
{
color: #DF1AF5;
}
.AnyTagClassName
{
color: #DF1AF5;
}
</style>
background-color css
<style>
a { background-color: #DF1AF5; }
a { background-color: rgb(223,26,245); }
div.DivClassName
{
background-color: #DF1AF5;
}
.BgClassName
{
background-color: #DF1AF5;
}
</style>
border-color css
<style>
span { border-color: #DF1AF5; }
span { border-color: rgb(223,26,245); }
td.TdClassName
{
border-color: #DF1AF5;
}
.TagClassName
{
border-color: #DF1AF5;
}
</style>