Shades of Psychedelic Purple #D61FEE
Tints of Psychedelic Purple #D61FEE
RGB
CMYK
RGB Variations
Color information
#D61FEE (or 0xD61FEE) is known color: Psychedelic Purple. HEX triplet: D6, 1F and EE. RGB value is (214,31,238). Sum of RGB (Red+Green+Blue) = 214+31+238=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 31 (12.5% from 255 or 6.42% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #D61FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61FEE is #29E011. Grayscale: #6C6C6C. Windows color (decimal): -2744338 or 15605718. OLE color: 15605718.
HSL color Cylindrical-coordinate representation of color #D61FEE: hue angle of 293.04º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61FEE is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 31 | 238 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.07 |
| HSL | 293.04º | 0.86% | 0.53% | - |
| HSV(B) | 293.04º | 0.87% | 0.93% | - |
| XYZ | 43.65 | 21.45 | 82.73 | - |
| YUV | 109.32 | 200.63 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 238 | 0.10 | 0.87 | 0 | 0.07 | 293.04 | 0.86 | 0.53 |
| Hex | D6 | 1F | EE | A | 57 | 0 | 7 | 125 | 56 | 35 |
| Octal | 326 | 37 | 356 | 12 | 127 | 0 | 7 | 445 | 126 | 65 |
| Binary | 11010110 | 11111 | 11101110 | 1010 | 1010111 | 0 | 111 | 100100101 | 1010110 | 110101 |
Color Harmonies of #D61FEE
Complementary color
Monochromatic Colors of #D61FEE
Black with #D61FEE
Text Example
Text Example
White with #D61FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61FEE; }
p { color: rgb(214,31,238); }
H1.HeaderClassName
{
color: #D61FEE;
}
.AnyTagClassName
{
color: #D61FEE;
}
</style>
background-color css
<style>
a { background-color: #D61FEE; }
a { background-color: rgb(214,31,238); }
div.DivClassName
{
background-color: #D61FEE;
}
.BgClassName
{
background-color: #D61FEE;
}
</style>
border-color css
<style>
span { border-color: #D61FEE; }
span { border-color: rgb(214,31,238); }
td.TdClassName
{
border-color: #D61FEE;
}
.TagClassName
{
border-color: #D61FEE;
}
</style>