Shades of Psychedelic Purple #D80EED
Tints of Psychedelic Purple #D80EED
RGB
CMYK
RGB Variations
Color information
#D80EED (or 0xD80EED) is known color: Psychedelic Purple. HEX triplet: D8, 0E and ED. RGB value is (216,14,237). Sum of RGB (Red+Green+Blue) = 216+14+237=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 14 (5.86% from 255 or 3.00% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #D80EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80EED is #27F112. Grayscale: #636363. Windows color (decimal): -2617619 or 15535832. OLE color: 15535832.
HSL color Cylindrical-coordinate representation of color #D80EED: hue angle of 294.35º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80EED is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 14 | 237 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.07 |
| HSL | 294.35º | 0.89% | 0.49% | - |
| HSV(B) | 294.35º | 0.94% | 0.93% | - |
| XYZ | 43.76 | 21.03 | 81.87 | - |
| YUV | 99.82 | 205.42 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 237 | 0.09 | 0.94 | 0 | 0.07 | 294.35 | 0.89 | 0.49 |
| Hex | D8 | E | ED | 9 | 5E | 0 | 7 | 126 | 59 | 31 |
| Octal | 330 | 16 | 355 | 11 | 136 | 0 | 7 | 446 | 131 | 61 |
| Binary | 11011000 | 1110 | 11101101 | 1001 | 1011110 | 0 | 111 | 100100110 | 1011001 | 110001 |
Color Harmonies of #D80EED
Complementary color
Monochromatic Colors of #D80EED
Black with #D80EED
Text Example
Text Example
White with #D80EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80EED; }
p { color: rgb(216,14,237); }
H1.HeaderClassName
{
color: #D80EED;
}
.AnyTagClassName
{
color: #D80EED;
}
</style>
background-color css
<style>
a { background-color: #D80EED; }
a { background-color: rgb(216,14,237); }
div.DivClassName
{
background-color: #D80EED;
}
.BgClassName
{
background-color: #D80EED;
}
</style>
border-color css
<style>
span { border-color: #D80EED; }
span { border-color: rgb(216,14,237); }
td.TdClassName
{
border-color: #D80EED;
}
.TagClassName
{
border-color: #D80EED;
}
</style>