Shades of Psychedelic Purple #D62EF1
Tints of Psychedelic Purple #D62EF1
RGB
CMYK
RGB Variations
Color information
#D62EF1 (or 0xD62EF1) is known color: Psychedelic Purple. HEX triplet: D6, 2E and F1. RGB value is (214,46,241). Sum of RGB (Red+Green+Blue) = 214+46+241=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 46 (18.36% from 255 or 9.18% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #D62EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62EF1 is #29D10E. Grayscale: #757575. Windows color (decimal): -2740495 or 15806166. OLE color: 15806166.
HSL color Cylindrical-coordinate representation of color #D62EF1: hue angle of 291.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62EF1 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 46 | 241 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.05 |
| HSL | 291.69º | 0.87% | 0.56% | - |
| HSV(B) | 291.69º | 0.81% | 0.95% | - |
| XYZ | 44.59 | 22.6 | 85.23 | - |
| YUV | 118.46 | 197.16 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 46 | 241 | 0.11 | 0.81 | 0 | 0.05 | 291.69 | 0.87 | 0.56 |
| Hex | D6 | 2E | F1 | B | 51 | 0 | 5 | 124 | 57 | 38 |
| Octal | 326 | 56 | 361 | 13 | 121 | 0 | 5 | 444 | 127 | 70 |
| Binary | 11010110 | 101110 | 11110001 | 1011 | 1010001 | 0 | 101 | 100100100 | 1010111 | 111000 |
Color Harmonies of #D62EF1
Complementary color
Monochromatic Colors of #D62EF1
Black with #D62EF1
Text Example
Text Example
White with #D62EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62EF1; }
p { color: rgb(214,46,241); }
H1.HeaderClassName
{
color: #D62EF1;
}
.AnyTagClassName
{
color: #D62EF1;
}
</style>
background-color css
<style>
a { background-color: #D62EF1; }
a { background-color: rgb(214,46,241); }
div.DivClassName
{
background-color: #D62EF1;
}
.BgClassName
{
background-color: #D62EF1;
}
</style>
border-color css
<style>
span { border-color: #D62EF1; }
span { border-color: rgb(214,46,241); }
td.TdClassName
{
border-color: #D62EF1;
}
.TagClassName
{
border-color: #D62EF1;
}
</style>