Shades of Psychedelic Purple #D62FEF
Tints of Psychedelic Purple #D62FEF
RGB
CMYK
RGB Variations
Color information
#D62FEF (or 0xD62FEF) is known color: Psychedelic Purple. HEX triplet: D6, 2F and EF. RGB value is (214,47,239). Sum of RGB (Red+Green+Blue) = 214+47+239=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 47 (18.75% from 255 or 9.4% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #D62FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62FEF is #29D010. Grayscale: #767676. Windows color (decimal): -2740241 or 15675350. OLE color: 15675350.
HSL color Cylindrical-coordinate representation of color #D62FEF: hue angle of 292.19º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62FEF is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 47 | 239 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.06 |
| HSL | 292.19º | 0.86% | 0.56% | - |
| HSV(B) | 292.19º | 0.8% | 0.94% | - |
| XYZ | 44.33 | 22.56 | 83.68 | - |
| YUV | 118.82 | 195.83 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 47 | 239 | 0.10 | 0.80 | 0 | 0.06 | 292.19 | 0.86 | 0.56 |
| Hex | D6 | 2F | EF | A | 50 | 0 | 6 | 124 | 56 | 38 |
| Octal | 326 | 57 | 357 | 12 | 120 | 0 | 6 | 444 | 126 | 70 |
| Binary | 11010110 | 101111 | 11101111 | 1010 | 1010000 | 0 | 110 | 100100100 | 1010110 | 111000 |
Color Harmonies of #D62FEF
Complementary color
Monochromatic Colors of #D62FEF
Black with #D62FEF
Text Example
Text Example
White with #D62FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62FEF; }
p { color: rgb(214,47,239); }
H1.HeaderClassName
{
color: #D62FEF;
}
.AnyTagClassName
{
color: #D62FEF;
}
</style>
background-color css
<style>
a { background-color: #D62FEF; }
a { background-color: rgb(214,47,239); }
div.DivClassName
{
background-color: #D62FEF;
}
.BgClassName
{
background-color: #D62FEF;
}
</style>
border-color css
<style>
span { border-color: #D62FEF; }
span { border-color: rgb(214,47,239); }
td.TdClassName
{
border-color: #D62FEF;
}
.TagClassName
{
border-color: #D62FEF;
}
</style>