Shades of Psychedelic Purple #D807E5
Tints of Psychedelic Purple #D807E5
RGB
CMYK
RGB Variations
Color information
#D807E5 (or 0xD807E5) is known color: Psychedelic Purple. HEX triplet: D8, 07 and E5. RGB value is (216,7,229). Sum of RGB (Red+Green+Blue) = 216+7+229=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 7 (3.12% from 255 or 1.55% from 452); Blue value is 229 (89.84% from 255 or 50.66% from 452); Max value from RGB is 229 - color contains mainly: blue. Hex color #D807E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D807E5 is #27F81A. Grayscale: #5E5E5E. Windows color (decimal): -2619419 or 15009752. OLE color: 15009752.
HSL color Cylindrical-coordinate representation of color #D807E5: hue angle of 296.49º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D807E5 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 7 | 229 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.10 |
| HSL | 296.49º | 0.94% | 0.46% | - |
| HSV(B) | 296.49º | 0.97% | 0.9% | - |
| XYZ | 42.54 | 20.41 | 75.83 | - |
| YUV | 94.8 | 203.74 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 229 | 0.06 | 0.97 | 0 | 0.10 | 296.49 | 0.94 | 0.46 |
| Hex | D8 | 7 | E5 | 6 | 61 | 0 | A | 128 | 5E | 2E |
| Octal | 330 | 7 | 345 | 6 | 141 | 0 | 12 | 450 | 136 | 56 |
| Binary | 11011000 | 111 | 11100101 | 110 | 1100001 | 0 | 1010 | 100101000 | 1011110 | 101110 |
Color Harmonies of #D807E5
Complementary color
Monochromatic Colors of #D807E5
Black with #D807E5
Text Example
Text Example
White with #D807E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D807E5; }
p { color: rgb(216,7,229); }
H1.HeaderClassName
{
color: #D807E5;
}
.AnyTagClassName
{
color: #D807E5;
}
</style>
background-color css
<style>
a { background-color: #D807E5; }
a { background-color: rgb(216,7,229); }
div.DivClassName
{
background-color: #D807E5;
}
.BgClassName
{
background-color: #D807E5;
}
</style>
border-color css
<style>
span { border-color: #D807E5; }
span { border-color: rgb(216,7,229); }
td.TdClassName
{
border-color: #D807E5;
}
.TagClassName
{
border-color: #D807E5;
}
</style>