Shades of Psychedelic Purple #D62EF8
Tints of Psychedelic Purple #D62EF8
RGB
CMYK
RGB Variations
Color information
#D62EF8 (or 0xD62EF8) is known color: Psychedelic Purple. HEX triplet: D6, 2E and F8. RGB value is (214,46,248). Sum of RGB (Red+Green+Blue) = 214+46+248=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 46 (18.36% from 255 or 9.06% from 508); Blue value is 248 (97.27% from 255 or 48.82% from 508); Max value from RGB is 248 - color contains mainly: blue. Hex color #D62EF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62EF8 is #29D107. Grayscale: #767676. Windows color (decimal): -2740488 or 16264918. OLE color: 16264918.
HSL color Cylindrical-coordinate representation of color #D62EF8: hue angle of 289.9º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62EF8 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 46 | 248 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.03 |
| HSL | 289.9º | 0.94% | 0.58% | - |
| HSV(B) | 289.9º | 0.81% | 0.97% | - |
| XYZ | 45.65 | 23.03 | 90.85 | - |
| YUV | 119.26 | 200.66 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 46 | 248 | 0.14 | 0.81 | 0 | 0.03 | 289.9 | 0.94 | 0.58 |
| Hex | D6 | 2E | F8 | E | 51 | 0 | 3 | 122 | 5E | 3A |
| Octal | 326 | 56 | 370 | 16 | 121 | 0 | 3 | 442 | 136 | 72 |
| Binary | 11010110 | 101110 | 11111000 | 1110 | 1010001 | 0 | 11 | 100100010 | 1011110 | 111010 |
Color Harmonies of #D62EF8
Complementary color
Monochromatic Colors of #D62EF8
Black with #D62EF8
Text Example
Text Example
White with #D62EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62EF8; }
p { color: rgb(214,46,248); }
H1.HeaderClassName
{
color: #D62EF8;
}
.AnyTagClassName
{
color: #D62EF8;
}
</style>
background-color css
<style>
a { background-color: #D62EF8; }
a { background-color: rgb(214,46,248); }
div.DivClassName
{
background-color: #D62EF8;
}
.BgClassName
{
background-color: #D62EF8;
}
</style>
border-color css
<style>
span { border-color: #D62EF8; }
span { border-color: rgb(214,46,248); }
td.TdClassName
{
border-color: #D62EF8;
}
.TagClassName
{
border-color: #D62EF8;
}
</style>