Shades of Psychedelic Purple #D714E8
Tints of Psychedelic Purple #D714E8
RGB
CMYK
RGB Variations
Color information
#D714E8 (or 0xD714E8) is known color: Psychedelic Purple. HEX triplet: D7, 14 and E8. RGB value is (215,20,232). Sum of RGB (Red+Green+Blue) = 215+20+232=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 232 (91.02% from 255 or 49.68% from 467); Max value from RGB is 232 - color contains mainly: blue. Hex color #D714E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D714E8 is #28EB17. Grayscale: #656565. Windows color (decimal): -2681624 or 15209687. OLE color: 15209687.
HSL color Cylindrical-coordinate representation of color #D714E8: hue angle of 295.19º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D714E8 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 20 | 232 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.09 |
| HSL | 295.19º | 0.84% | 0.49% | - |
| HSV(B) | 295.19º | 0.91% | 0.91% | - |
| XYZ | 42.84 | 20.77 | 78.1 | - |
| YUV | 102.47 | 201.1 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 232 | 0.07 | 0.91 | 0 | 0.09 | 295.19 | 0.84 | 0.49 |
| Hex | D7 | 14 | E8 | 7 | 5B | 0 | 9 | 127 | 54 | 31 |
| Octal | 327 | 24 | 350 | 7 | 133 | 0 | 11 | 447 | 124 | 61 |
| Binary | 11010111 | 10100 | 11101000 | 111 | 1011011 | 0 | 1001 | 100100111 | 1010100 | 110001 |
Color Harmonies of #D714E8
Complementary color
Monochromatic Colors of #D714E8
Black with #D714E8
Text Example
Text Example
White with #D714E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D714E8; }
p { color: rgb(215,20,232); }
H1.HeaderClassName
{
color: #D714E8;
}
.AnyTagClassName
{
color: #D714E8;
}
</style>
background-color css
<style>
a { background-color: #D714E8; }
a { background-color: rgb(215,20,232); }
div.DivClassName
{
background-color: #D714E8;
}
.BgClassName
{
background-color: #D714E8;
}
</style>
border-color css
<style>
span { border-color: #D714E8; }
span { border-color: rgb(215,20,232); }
td.TdClassName
{
border-color: #D714E8;
}
.TagClassName
{
border-color: #D714E8;
}
</style>