Shades of Psychedelic Purple #DF1DF1
Tints of Psychedelic Purple #DF1DF1
RGB
CMYK
RGB Variations
Color information
#DF1DF1 (or 0xDF1DF1) is known color: Psychedelic Purple. HEX triplet: DF, 1D and F1. RGB value is (223,29,241). Sum of RGB (Red+Green+Blue) = 223+29+241=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 29 (11.72% from 255 or 5.88% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF1DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1DF1 is #20E20E. Grayscale: #6E6E6E. Windows color (decimal): -2155023 or 15801823. OLE color: 15801823.
HSL color Cylindrical-coordinate representation of color #DF1DF1: hue angle of 294.91º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1DF1 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 29 | 241 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.05 |
| HSL | 294.91º | 0.88% | 0.53% | - |
| HSV(B) | 294.91º | 0.88% | 0.95% | - |
| XYZ | 46.75 | 22.92 | 85.18 | - |
| YUV | 111.17 | 201.27 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 29 | 241 | 0.07 | 0.88 | 0 | 0.05 | 294.91 | 0.88 | 0.53 |
| Hex | DF | 1D | F1 | 7 | 58 | 0 | 5 | 127 | 58 | 35 |
| Octal | 337 | 35 | 361 | 7 | 130 | 0 | 5 | 447 | 130 | 65 |
| Binary | 11011111 | 11101 | 11110001 | 111 | 1011000 | 0 | 101 | 100100111 | 1011000 | 110101 |
Color Harmonies of #DF1DF1
Complementary color
Monochromatic Colors of #DF1DF1
Black with #DF1DF1
Text Example
Text Example
White with #DF1DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1DF1; }
p { color: rgb(223,29,241); }
H1.HeaderClassName
{
color: #DF1DF1;
}
.AnyTagClassName
{
color: #DF1DF1;
}
</style>
background-color css
<style>
a { background-color: #DF1DF1; }
a { background-color: rgb(223,29,241); }
div.DivClassName
{
background-color: #DF1DF1;
}
.BgClassName
{
background-color: #DF1DF1;
}
</style>
border-color css
<style>
span { border-color: #DF1DF1; }
span { border-color: rgb(223,29,241); }
td.TdClassName
{
border-color: #DF1DF1;
}
.TagClassName
{
border-color: #DF1DF1;
}
</style>