Shades of Psychedelic Purple #D800EE
Tints of Psychedelic Purple #D800EE
RGB
CMYK
RGB Variations
Color information
#D800EE (or 0xD800EE) is known color: Psychedelic Purple. HEX triplet: D8, 00 and EE. RGB value is (216,0,238). Sum of RGB (Red+Green+Blue) = 216+0+238=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 0 (0.39% from 255 or 0% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #D800EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D800EE is #27FF11. Grayscale: #5A5A5A. Windows color (decimal): -2621202 or 15597784. OLE color: 15597784.
HSL color Cylindrical-coordinate representation of color #D800EE: hue angle of 294.45º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D800EE is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 0 | 238 | - |
| CMYK | 0.09 | 1 | 0 | 0.07 |
| HSL | 294.45º | 1% | 0.47% | - |
| HSV(B) | 294.45º | 1% | 0.93% | - |
| XYZ | 43.75 | 20.77 | 82.59 | - |
| YUV | 91.72 | 210.56 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 238 | 0.09 | 1 | 0 | 0.07 | 294.45 | 1 | 0.47 |
| Hex | D8 | 0 | EE | 9 | 64 | 0 | 7 | 126 | 64 | 2F |
| Octal | 330 | 0 | 356 | 11 | 144 | 0 | 7 | 446 | 144 | 57 |
| Binary | 11011000 | 0 | 11101110 | 1001 | 1100100 | 0 | 111 | 100100110 | 1100100 | 101111 |
Color Harmonies of #D800EE
Complementary color
Monochromatic Colors of #D800EE
Black with #D800EE
Text Example
Text Example
White with #D800EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D800EE; }
p { color: rgb(216,0,238); }
H1.HeaderClassName
{
color: #D800EE;
}
.AnyTagClassName
{
color: #D800EE;
}
</style>
background-color css
<style>
a { background-color: #D800EE; }
a { background-color: rgb(216,0,238); }
div.DivClassName
{
background-color: #D800EE;
}
.BgClassName
{
background-color: #D800EE;
}
</style>
border-color css
<style>
span { border-color: #D800EE; }
span { border-color: rgb(216,0,238); }
td.TdClassName
{
border-color: #D800EE;
}
.TagClassName
{
border-color: #D800EE;
}
</style>