Shades of Psychedelic Purple #DF1BF1
Tints of Psychedelic Purple #DF1BF1
RGB
CMYK
RGB Variations
Color information
#DF1BF1 (or 0xDF1BF1) is known color: Psychedelic Purple. HEX triplet: DF, 1B and F1. RGB value is (223,27,241). Sum of RGB (Red+Green+Blue) = 223+27+241=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 27 (10.94% from 255 or 5.50% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF1BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1BF1 is #20E40E. Grayscale: #6D6D6D. Windows color (decimal): -2155535 or 15801311. OLE color: 15801311.
HSL color Cylindrical-coordinate representation of color #DF1BF1: hue angle of 294.95º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1BF1 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 27 | 241 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.05 |
| HSL | 294.95º | 0.88% | 0.53% | - |
| HSV(B) | 294.95º | 0.89% | 0.95% | - |
| XYZ | 46.7 | 22.82 | 85.16 | - |
| YUV | 110 | 201.93 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 241 | 0.07 | 0.89 | 0 | 0.05 | 294.95 | 0.88 | 0.53 |
| Hex | DF | 1B | F1 | 7 | 59 | 0 | 5 | 127 | 58 | 35 |
| Octal | 337 | 33 | 361 | 7 | 131 | 0 | 5 | 447 | 130 | 65 |
| Binary | 11011111 | 11011 | 11110001 | 111 | 1011001 | 0 | 101 | 100100111 | 1011000 | 110101 |
Color Harmonies of #DF1BF1
Complementary color
Monochromatic Colors of #DF1BF1
Black with #DF1BF1
Text Example
Text Example
White with #DF1BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1BF1; }
p { color: rgb(223,27,241); }
H1.HeaderClassName
{
color: #DF1BF1;
}
.AnyTagClassName
{
color: #DF1BF1;
}
</style>
background-color css
<style>
a { background-color: #DF1BF1; }
a { background-color: rgb(223,27,241); }
div.DivClassName
{
background-color: #DF1BF1;
}
.BgClassName
{
background-color: #DF1BF1;
}
</style>
border-color css
<style>
span { border-color: #DF1BF1; }
span { border-color: rgb(223,27,241); }
td.TdClassName
{
border-color: #DF1BF1;
}
.TagClassName
{
border-color: #DF1BF1;
}
</style>