Shades of Psychedelic Purple #D61FEC
Tints of Psychedelic Purple #D61FEC
RGB
CMYK
RGB Variations
Color information
#D61FEC (or 0xD61FEC) is known color: Psychedelic Purple. HEX triplet: D6, 1F and EC. RGB value is (214,31,236). Sum of RGB (Red+Green+Blue) = 214+31+236=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 31 (12.5% from 255 or 6.44% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #D61FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61FEC is #29E013. Grayscale: #6C6C6C. Windows color (decimal): -2744340 or 15474646. OLE color: 15474646.
HSL color Cylindrical-coordinate representation of color #D61FEC: hue angle of 293.56º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61FEC is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 31 | 236 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.07 |
| HSL | 293.56º | 0.84% | 0.52% | - |
| HSV(B) | 293.56º | 0.87% | 0.93% | - |
| XYZ | 43.36 | 21.33 | 81.19 | - |
| YUV | 109.09 | 199.63 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 236 | 0.09 | 0.87 | 0 | 0.07 | 293.56 | 0.84 | 0.52 |
| Hex | D6 | 1F | EC | 9 | 57 | 0 | 7 | 126 | 54 | 34 |
| Octal | 326 | 37 | 354 | 11 | 127 | 0 | 7 | 446 | 124 | 64 |
| Binary | 11010110 | 11111 | 11101100 | 1001 | 1010111 | 0 | 111 | 100100110 | 1010100 | 110100 |
Color Harmonies of #D61FEC
Complementary color
Monochromatic Colors of #D61FEC
Black with #D61FEC
Text Example
Text Example
White with #D61FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61FEC; }
p { color: rgb(214,31,236); }
H1.HeaderClassName
{
color: #D61FEC;
}
.AnyTagClassName
{
color: #D61FEC;
}
</style>
background-color css
<style>
a { background-color: #D61FEC; }
a { background-color: rgb(214,31,236); }
div.DivClassName
{
background-color: #D61FEC;
}
.BgClassName
{
background-color: #D61FEC;
}
</style>
border-color css
<style>
span { border-color: #D61FEC; }
span { border-color: rgb(214,31,236); }
td.TdClassName
{
border-color: #D61FEC;
}
.TagClassName
{
border-color: #D61FEC;
}
</style>