Shades of Psychedelic Purple #DF1FF1
Tints of Psychedelic Purple #DF1FF1
RGB
CMYK
RGB Variations
Color information
#DF1FF1 (or 0xDF1FF1) is known color: Psychedelic Purple. HEX triplet: DF, 1F and F1. RGB value is (223,31,241). Sum of RGB (Red+Green+Blue) = 223+31+241=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 31 (12.5% from 255 or 6.26% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF1FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1FF1 is #20E00E. Grayscale: #6F6F6F. Windows color (decimal): -2154511 or 15802335. OLE color: 15802335.
HSL color Cylindrical-coordinate representation of color #DF1FF1: hue angle of 294.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1FF1 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 31 | 241 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.05 |
| HSL | 294.86º | 0.88% | 0.53% | - |
| HSV(B) | 294.86º | 0.87% | 0.95% | - |
| XYZ | 46.8 | 23.02 | 85.2 | - |
| YUV | 112.35 | 200.61 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 241 | 0.07 | 0.87 | 0 | 0.05 | 294.86 | 0.88 | 0.53 |
| Hex | DF | 1F | F1 | 7 | 57 | 0 | 5 | 127 | 58 | 35 |
| Octal | 337 | 37 | 361 | 7 | 127 | 0 | 5 | 447 | 130 | 65 |
| Binary | 11011111 | 11111 | 11110001 | 111 | 1010111 | 0 | 101 | 100100111 | 1011000 | 110101 |
Color Harmonies of #DF1FF1
Complementary color
Monochromatic Colors of #DF1FF1
Black with #DF1FF1
Text Example
Text Example
White with #DF1FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1FF1; }
p { color: rgb(223,31,241); }
H1.HeaderClassName
{
color: #DF1FF1;
}
.AnyTagClassName
{
color: #DF1FF1;
}
</style>
background-color css
<style>
a { background-color: #DF1FF1; }
a { background-color: rgb(223,31,241); }
div.DivClassName
{
background-color: #DF1FF1;
}
.BgClassName
{
background-color: #DF1FF1;
}
</style>
border-color css
<style>
span { border-color: #DF1FF1; }
span { border-color: rgb(223,31,241); }
td.TdClassName
{
border-color: #DF1FF1;
}
.TagClassName
{
border-color: #DF1FF1;
}
</style>