Shades of Psychedelic Purple #D808E6
Tints of Psychedelic Purple #D808E6
RGB
CMYK
RGB Variations
Color information
#D808E6 (or 0xD808E6) is known color: Psychedelic Purple. HEX triplet: D8, 08 and E6. RGB value is (216,8,230). Sum of RGB (Red+Green+Blue) = 216+8+230=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 8 (3.52% from 255 or 1.76% from 454); Blue value is 230 (90.23% from 255 or 50.66% from 454); Max value from RGB is 230 - color contains mainly: blue. Hex color #D808E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D808E6 is #27F719. Grayscale: #5E5E5E. Windows color (decimal): -2619162 or 15075544. OLE color: 15075544.
HSL color Cylindrical-coordinate representation of color #D808E6: hue angle of 296.22º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D808E6 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 8 | 230 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.10 |
| HSL | 296.22º | 0.93% | 0.47% | - |
| HSV(B) | 296.22º | 0.97% | 0.9% | - |
| XYZ | 42.69 | 20.49 | 76.57 | - |
| YUV | 95.5 | 203.91 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 230 | 0.06 | 0.97 | 0 | 0.10 | 296.22 | 0.93 | 0.47 |
| Hex | D8 | 8 | E6 | 6 | 61 | 0 | A | 128 | 5D | 2F |
| Octal | 330 | 10 | 346 | 6 | 141 | 0 | 12 | 450 | 135 | 57 |
| Binary | 11011000 | 1000 | 11100110 | 110 | 1100001 | 0 | 1010 | 100101000 | 1011101 | 101111 |
Color Harmonies of #D808E6
Complementary color
Monochromatic Colors of #D808E6
Black with #D808E6
Text Example
Text Example
White with #D808E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D808E6; }
p { color: rgb(216,8,230); }
H1.HeaderClassName
{
color: #D808E6;
}
.AnyTagClassName
{
color: #D808E6;
}
</style>
background-color css
<style>
a { background-color: #D808E6; }
a { background-color: rgb(216,8,230); }
div.DivClassName
{
background-color: #D808E6;
}
.BgClassName
{
background-color: #D808E6;
}
</style>
border-color css
<style>
span { border-color: #D808E6; }
span { border-color: rgb(216,8,230); }
td.TdClassName
{
border-color: #D808E6;
}
.TagClassName
{
border-color: #D808E6;
}
</style>