Shades of Psychedelic Purple #D805EB
Tints of Psychedelic Purple #D805EB
RGB
CMYK
RGB Variations
Color information
#D805EB (or 0xD805EB) is known color: Psychedelic Purple. HEX triplet: D8, 05 and EB. RGB value is (216,5,235). Sum of RGB (Red+Green+Blue) = 216+5+235=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 5 (2.34% from 255 or 1.10% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #D805EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D805EB is #27FA14. Grayscale: #5D5D5D. Windows color (decimal): -2619925 or 15402456. OLE color: 15402456.
HSL color Cylindrical-coordinate representation of color #D805EB: hue angle of 295.04º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D805EB is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 5 | 235 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.08 |
| HSL | 295.04º | 0.96% | 0.47% | - |
| HSV(B) | 295.04º | 0.98% | 0.92% | - |
| XYZ | 43.37 | 20.71 | 80.31 | - |
| YUV | 94.31 | 207.4 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 235 | 0.08 | 0.98 | 0 | 0.08 | 295.04 | 0.96 | 0.47 |
| Hex | D8 | 5 | EB | 8 | 62 | 0 | 8 | 127 | 60 | 2F |
| Octal | 330 | 5 | 353 | 10 | 142 | 0 | 10 | 447 | 140 | 57 |
| Binary | 11011000 | 101 | 11101011 | 1000 | 1100010 | 0 | 1000 | 100100111 | 1100000 | 101111 |
Color Harmonies of #D805EB
Complementary color
Monochromatic Colors of #D805EB
Black with #D805EB
Text Example
Text Example
White with #D805EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D805EB; }
p { color: rgb(216,5,235); }
H1.HeaderClassName
{
color: #D805EB;
}
.AnyTagClassName
{
color: #D805EB;
}
</style>
background-color css
<style>
a { background-color: #D805EB; }
a { background-color: rgb(216,5,235); }
div.DivClassName
{
background-color: #D805EB;
}
.BgClassName
{
background-color: #D805EB;
}
</style>
border-color css
<style>
span { border-color: #D805EB; }
span { border-color: rgb(216,5,235); }
td.TdClassName
{
border-color: #D805EB;
}
.TagClassName
{
border-color: #D805EB;
}
</style>