Shades of Psychedelic Purple #D807E9
Tints of Psychedelic Purple #D807E9
RGB
CMYK
RGB Variations
Color information
#D807E9 (or 0xD807E9) is known color: Psychedelic Purple. HEX triplet: D8, 07 and E9. RGB value is (216,7,233). Sum of RGB (Red+Green+Blue) = 216+7+233=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #D807E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D807E9 is #27F816. Grayscale: #5E5E5E. Windows color (decimal): -2619415 or 15271896. OLE color: 15271896.
HSL color Cylindrical-coordinate representation of color #D807E9: hue angle of 295.49º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D807E9 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 7 | 233 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.09 |
| HSL | 295.49º | 0.94% | 0.47% | - |
| HSV(B) | 295.49º | 0.97% | 0.91% | - |
| XYZ | 43.1 | 20.63 | 78.8 | - |
| YUV | 95.26 | 205.74 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 233 | 0.07 | 0.97 | 0 | 0.09 | 295.49 | 0.94 | 0.47 |
| Hex | D8 | 7 | E9 | 7 | 61 | 0 | 9 | 127 | 5E | 2F |
| Octal | 330 | 7 | 351 | 7 | 141 | 0 | 11 | 447 | 136 | 57 |
| Binary | 11011000 | 111 | 11101001 | 111 | 1100001 | 0 | 1001 | 100100111 | 1011110 | 101111 |
Color Harmonies of #D807E9
Complementary color
Monochromatic Colors of #D807E9
Black with #D807E9
Text Example
Text Example
White with #D807E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D807E9; }
p { color: rgb(216,7,233); }
H1.HeaderClassName
{
color: #D807E9;
}
.AnyTagClassName
{
color: #D807E9;
}
</style>
background-color css
<style>
a { background-color: #D807E9; }
a { background-color: rgb(216,7,233); }
div.DivClassName
{
background-color: #D807E9;
}
.BgClassName
{
background-color: #D807E9;
}
</style>
border-color css
<style>
span { border-color: #D807E9; }
span { border-color: rgb(216,7,233); }
td.TdClassName
{
border-color: #D807E9;
}
.TagClassName
{
border-color: #D807E9;
}
</style>