Shades of Psychedelic Purple #D808EE
Tints of Psychedelic Purple #D808EE
RGB
CMYK
RGB Variations
Color information
#D808EE (or 0xD808EE) is known color: Psychedelic Purple. HEX triplet: D8, 08 and EE. RGB value is (216,8,238). Sum of RGB (Red+Green+Blue) = 216+8+238=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 8 (3.52% from 255 or 1.73% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #D808EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D808EE is #27F711. Grayscale: #5F5F5F. Windows color (decimal): -2619154 or 15599832. OLE color: 15599832.
HSL color Cylindrical-coordinate representation of color #D808EE: hue angle of 294.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D808EE is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 8 | 238 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.07 |
| HSL | 294.26º | 0.93% | 0.48% | - |
| HSV(B) | 294.26º | 0.97% | 0.93% | - |
| XYZ | 43.84 | 20.95 | 82.62 | - |
| YUV | 96.41 | 207.91 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 238 | 0.09 | 0.97 | 0 | 0.07 | 294.26 | 0.93 | 0.48 |
| Hex | D8 | 8 | EE | 9 | 61 | 0 | 7 | 126 | 5D | 30 |
| Octal | 330 | 10 | 356 | 11 | 141 | 0 | 7 | 446 | 135 | 60 |
| Binary | 11011000 | 1000 | 11101110 | 1001 | 1100001 | 0 | 111 | 100100110 | 1011101 | 110000 |
Color Harmonies of #D808EE
Complementary color
Monochromatic Colors of #D808EE
Black with #D808EE
Text Example
Text Example
White with #D808EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D808EE; }
p { color: rgb(216,8,238); }
H1.HeaderClassName
{
color: #D808EE;
}
.AnyTagClassName
{
color: #D808EE;
}
</style>
background-color css
<style>
a { background-color: #D808EE; }
a { background-color: rgb(216,8,238); }
div.DivClassName
{
background-color: #D808EE;
}
.BgClassName
{
background-color: #D808EE;
}
</style>
border-color css
<style>
span { border-color: #D808EE; }
span { border-color: rgb(216,8,238); }
td.TdClassName
{
border-color: #D808EE;
}
.TagClassName
{
border-color: #D808EE;
}
</style>