Shades of Psychedelic Purple #D319EF
Tints of Psychedelic Purple #D319EF
RGB
CMYK
RGB Variations
Color information
#D319EF (or 0xD319EF) is known color: Psychedelic Purple. HEX triplet: D3, 19 and EF. RGB value is (211,25,239). Sum of RGB (Red+Green+Blue) = 211+25+239=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 25 (10.16% from 255 or 5.26% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #D319EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D319EF is #2CE610. Grayscale: #686868. Windows color (decimal): -2942481 or 15669715. OLE color: 15669715.
HSL color Cylindrical-coordinate representation of color #D319EF: hue angle of 292.15º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D319EF is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 25 | 239 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.06 |
| HSL | 292.15º | 0.87% | 0.52% | - |
| HSV(B) | 292.15º | 0.9% | 0.94% | - |
| XYZ | 42.79 | 20.78 | 83.42 | - |
| YUV | 105.01 | 203.62 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 239 | 0.12 | 0.90 | 0 | 0.06 | 292.15 | 0.87 | 0.52 |
| Hex | D3 | 19 | EF | C | 5A | 0 | 6 | 124 | 57 | 34 |
| Octal | 323 | 31 | 357 | 14 | 132 | 0 | 6 | 444 | 127 | 64 |
| Binary | 11010011 | 11001 | 11101111 | 1100 | 1011010 | 0 | 110 | 100100100 | 1010111 | 110100 |
Color Harmonies of #D319EF
Complementary color
Monochromatic Colors of #D319EF
Black with #D319EF
Text Example
Text Example
White with #D319EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D319EF; }
p { color: rgb(211,25,239); }
H1.HeaderClassName
{
color: #D319EF;
}
.AnyTagClassName
{
color: #D319EF;
}
</style>
background-color css
<style>
a { background-color: #D319EF; }
a { background-color: rgb(211,25,239); }
div.DivClassName
{
background-color: #D319EF;
}
.BgClassName
{
background-color: #D319EF;
}
</style>
border-color css
<style>
span { border-color: #D319EF; }
span { border-color: rgb(211,25,239); }
td.TdClassName
{
border-color: #D319EF;
}
.TagClassName
{
border-color: #D319EF;
}
</style>