Shades of Psychedelic Purple #DF2BF1
Tints of Psychedelic Purple #DF2BF1
RGB
CMYK
RGB Variations
Color information
#DF2BF1 (or 0xDF2BF1) is known color: Psychedelic Purple. HEX triplet: DF, 2B and F1. RGB value is (223,43,241). Sum of RGB (Red+Green+Blue) = 223+43+241=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 43 (17.19% from 255 or 8.48% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF2BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2BF1 is #20D40E. Grayscale: #767676. Windows color (decimal): -2151439 or 15805407. OLE color: 15805407.
HSL color Cylindrical-coordinate representation of color #DF2BF1: hue angle of 294.55º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2BF1 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 43 | 241 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.05 |
| HSL | 294.55º | 0.88% | 0.56% | - |
| HSV(B) | 294.55º | 0.82% | 0.95% | - |
| XYZ | 47.17 | 23.77 | 85.32 | - |
| YUV | 119.39 | 196.63 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 241 | 0.07 | 0.82 | 0 | 0.05 | 294.55 | 0.88 | 0.56 |
| Hex | DF | 2B | F1 | 7 | 52 | 0 | 5 | 127 | 58 | 38 |
| Octal | 337 | 53 | 361 | 7 | 122 | 0 | 5 | 447 | 130 | 70 |
| Binary | 11011111 | 101011 | 11110001 | 111 | 1010010 | 0 | 101 | 100100111 | 1011000 | 111000 |
Color Harmonies of #DF2BF1
Complementary color
Monochromatic Colors of #DF2BF1
Black with #DF2BF1
Text Example
Text Example
White with #DF2BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2BF1; }
p { color: rgb(223,43,241); }
H1.HeaderClassName
{
color: #DF2BF1;
}
.AnyTagClassName
{
color: #DF2BF1;
}
</style>
background-color css
<style>
a { background-color: #DF2BF1; }
a { background-color: rgb(223,43,241); }
div.DivClassName
{
background-color: #DF2BF1;
}
.BgClassName
{
background-color: #DF2BF1;
}
</style>
border-color css
<style>
span { border-color: #DF2BF1; }
span { border-color: rgb(223,43,241); }
td.TdClassName
{
border-color: #DF2BF1;
}
.TagClassName
{
border-color: #DF2BF1;
}
</style>