Shades of Psychedelic Purple #D62FEC
Tints of Psychedelic Purple #D62FEC
RGB
CMYK
RGB Variations
Color information
#D62FEC (or 0xD62FEC) is known color: Psychedelic Purple. HEX triplet: D6, 2F and EC. RGB value is (214,47,236). Sum of RGB (Red+Green+Blue) = 214+47+236=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 47 (18.75% from 255 or 9.46% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #D62FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62FEC is #29D013. Grayscale: #757575. Windows color (decimal): -2740244 or 15478742. OLE color: 15478742.
HSL color Cylindrical-coordinate representation of color #D62FEC: hue angle of 293.02º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62FEC is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 47 | 236 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.07 |
| HSL | 293.02º | 0.83% | 0.55% | - |
| HSV(B) | 293.02º | 0.8% | 0.93% | - |
| XYZ | 43.89 | 22.39 | 81.36 | - |
| YUV | 118.48 | 194.33 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 47 | 236 | 0.09 | 0.80 | 0 | 0.07 | 293.02 | 0.83 | 0.55 |
| Hex | D6 | 2F | EC | 9 | 50 | 0 | 7 | 125 | 53 | 37 |
| Octal | 326 | 57 | 354 | 11 | 120 | 0 | 7 | 445 | 123 | 67 |
| Binary | 11010110 | 101111 | 11101100 | 1001 | 1010000 | 0 | 111 | 100100101 | 1010011 | 110111 |
Color Harmonies of #D62FEC
Complementary color
Monochromatic Colors of #D62FEC
Black with #D62FEC
Text Example
Text Example
White with #D62FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62FEC; }
p { color: rgb(214,47,236); }
H1.HeaderClassName
{
color: #D62FEC;
}
.AnyTagClassName
{
color: #D62FEC;
}
</style>
background-color css
<style>
a { background-color: #D62FEC; }
a { background-color: rgb(214,47,236); }
div.DivClassName
{
background-color: #D62FEC;
}
.BgClassName
{
background-color: #D62FEC;
}
</style>
border-color css
<style>
span { border-color: #D62FEC; }
span { border-color: rgb(214,47,236); }
td.TdClassName
{
border-color: #D62FEC;
}
.TagClassName
{
border-color: #D62FEC;
}
</style>