Shades of Psychedelic Purple #D509EF
Tints of Psychedelic Purple #D509EF
RGB
CMYK
RGB Variations
Color information
#D509EF (or 0xD509EF) is known color: Psychedelic Purple. HEX triplet: D5, 09 and EF. RGB value is (213,9,239). Sum of RGB (Red+Green+Blue) = 213+9+239=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 9 (3.91% from 255 or 1.95% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #D509EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D509EF is #2AF610. Grayscale: #5F5F5F. Windows color (decimal): -2815505 or 15665621. OLE color: 15665621.
HSL color Cylindrical-coordinate representation of color #D509EF: hue angle of 293.22º 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 #D509EF is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 9 | 239 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.06 |
| HSL | 293.22º | 0.93% | 0.49% | - |
| HSV(B) | 293.22º | 0.96% | 0.94% | - |
| XYZ | 43.12 | 20.57 | 83.36 | - |
| YUV | 96.22 | 208.59 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 239 | 0.11 | 0.96 | 0 | 0.06 | 293.22 | 0.93 | 0.49 |
| Hex | D5 | 9 | EF | B | 60 | 0 | 6 | 125 | 5D | 31 |
| Octal | 325 | 11 | 357 | 13 | 140 | 0 | 6 | 445 | 135 | 61 |
| Binary | 11010101 | 1001 | 11101111 | 1011 | 1100000 | 0 | 110 | 100100101 | 1011101 | 110001 |
Color Harmonies of #D509EF
Complementary color
Monochromatic Colors of #D509EF
Black with #D509EF
Text Example
Text Example
White with #D509EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D509EF; }
p { color: rgb(213,9,239); }
H1.HeaderClassName
{
color: #D509EF;
}
.AnyTagClassName
{
color: #D509EF;
}
</style>
background-color css
<style>
a { background-color: #D509EF; }
a { background-color: rgb(213,9,239); }
div.DivClassName
{
background-color: #D509EF;
}
.BgClassName
{
background-color: #D509EF;
}
</style>
border-color css
<style>
span { border-color: #D509EF; }
span { border-color: rgb(213,9,239); }
td.TdClassName
{
border-color: #D509EF;
}
.TagClassName
{
border-color: #D509EF;
}
</style>