Shades of Psychedelic Purple #DF1DF5
Tints of Psychedelic Purple #DF1DF5
RGB
CMYK
RGB Variations
Color information
#DF1DF5 (or 0xDF1DF5) is known color: Psychedelic Purple. HEX triplet: DF, 1D and F5. RGB value is (223,29,245). Sum of RGB (Red+Green+Blue) = 223+29+245=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 29 (11.72% from 255 or 5.84% from 497); Blue value is 245 (96.09% from 255 or 49.30% from 497); Max value from RGB is 245 - color contains mainly: blue. Hex color #DF1DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1DF5 is #20E20A. Grayscale: #6E6E6E. Windows color (decimal): -2155019 or 16063967. OLE color: 16063967.
HSL color Cylindrical-coordinate representation of color #DF1DF5: hue angle of 293.89º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1DF5 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 29 | 245 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.04 |
| HSL | 293.89º | 0.92% | 0.54% | - |
| HSV(B) | 293.89º | 0.88% | 0.96% | - |
| XYZ | 47.35 | 23.16 | 88.36 | - |
| YUV | 111.63 | 203.27 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 29 | 245 | 0.09 | 0.88 | 0 | 0.04 | 293.89 | 0.92 | 0.54 |
| Hex | DF | 1D | F5 | 9 | 58 | 0 | 4 | 126 | 5C | 36 |
| Octal | 337 | 35 | 365 | 11 | 130 | 0 | 4 | 446 | 134 | 66 |
| Binary | 11011111 | 11101 | 11110101 | 1001 | 1011000 | 0 | 100 | 100100110 | 1011100 | 110110 |
Color Harmonies of #DF1DF5
Complementary color
Monochromatic Colors of #DF1DF5
Black with #DF1DF5
Text Example
Text Example
White with #DF1DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1DF5; }
p { color: rgb(223,29,245); }
H1.HeaderClassName
{
color: #DF1DF5;
}
.AnyTagClassName
{
color: #DF1DF5;
}
</style>
background-color css
<style>
a { background-color: #DF1DF5; }
a { background-color: rgb(223,29,245); }
div.DivClassName
{
background-color: #DF1DF5;
}
.BgClassName
{
background-color: #DF1DF5;
}
</style>
border-color css
<style>
span { border-color: #DF1DF5; }
span { border-color: rgb(223,29,245); }
td.TdClassName
{
border-color: #DF1DF5;
}
.TagClassName
{
border-color: #DF1DF5;
}
</style>