Shades of Psychedelic Purple #D809EF
Tints of Psychedelic Purple #D809EF
RGB
CMYK
RGB Variations
Color information
#D809EF (or 0xD809EF) is known color: Psychedelic Purple. HEX triplet: D8, 09 and EF. RGB value is (216,9,239). Sum of RGB (Red+Green+Blue) = 216+9+239=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 9 (3.91% from 255 or 1.94% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #D809EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D809EF is #27F610. Grayscale: #606060. Windows color (decimal): -2618897 or 15665624. OLE color: 15665624.
HSL color Cylindrical-coordinate representation of color #D809EF: hue angle of 294º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D809EF is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 9 | 239 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.06 |
| HSL | 294º | 0.93% | 0.49% | - |
| HSV(B) | 294º | 0.96% | 0.94% | - |
| XYZ | 44 | 21.03 | 83.4 | - |
| YUV | 97.11 | 208.08 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 239 | 0.10 | 0.96 | 0 | 0.06 | 294 | 0.93 | 0.49 |
| Hex | D8 | 9 | EF | A | 60 | 0 | 6 | 126 | 5D | 31 |
| Octal | 330 | 11 | 357 | 12 | 140 | 0 | 6 | 446 | 135 | 61 |
| Binary | 11011000 | 1001 | 11101111 | 1010 | 1100000 | 0 | 110 | 100100110 | 1011101 | 110001 |
Color Harmonies of #D809EF
Complementary color
Monochromatic Colors of #D809EF
Black with #D809EF
Text Example
Text Example
White with #D809EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D809EF; }
p { color: rgb(216,9,239); }
H1.HeaderClassName
{
color: #D809EF;
}
.AnyTagClassName
{
color: #D809EF;
}
</style>
background-color css
<style>
a { background-color: #D809EF; }
a { background-color: rgb(216,9,239); }
div.DivClassName
{
background-color: #D809EF;
}
.BgClassName
{
background-color: #D809EF;
}
</style>
border-color css
<style>
span { border-color: #D809EF; }
span { border-color: rgb(216,9,239); }
td.TdClassName
{
border-color: #D809EF;
}
.TagClassName
{
border-color: #D809EF;
}
</style>