Shades of Psychedelic Purple #D317EF
Tints of Psychedelic Purple #D317EF
RGB
CMYK
RGB Variations
Color information
#D317EF (or 0xD317EF) is known color: Psychedelic Purple. HEX triplet: D3, 17 and EF. RGB value is (211,23,239). Sum of RGB (Red+Green+Blue) = 211+23+239=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 23 (9.38% from 255 or 4.86% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #D317EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D317EF is #2CE810. Grayscale: #676767. Windows color (decimal): -2942993 or 15669203. OLE color: 15669203.
HSL color Cylindrical-coordinate representation of color #D317EF: hue angle of 292.22º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D317EF is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 23 | 239 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.06 |
| HSL | 292.22º | 0.87% | 0.51% | - |
| HSV(B) | 292.22º | 0.9% | 0.94% | - |
| XYZ | 42.75 | 20.69 | 83.4 | - |
| YUV | 103.84 | 204.28 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 239 | 0.12 | 0.90 | 0 | 0.06 | 292.22 | 0.87 | 0.51 |
| Hex | D3 | 17 | EF | C | 5A | 0 | 6 | 124 | 57 | 33 |
| Octal | 323 | 27 | 357 | 14 | 132 | 0 | 6 | 444 | 127 | 63 |
| Binary | 11010011 | 10111 | 11101111 | 1100 | 1011010 | 0 | 110 | 100100100 | 1010111 | 110011 |
Color Harmonies of #D317EF
Complementary color
Monochromatic Colors of #D317EF
Black with #D317EF
Text Example
Text Example
White with #D317EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D317EF; }
p { color: rgb(211,23,239); }
H1.HeaderClassName
{
color: #D317EF;
}
.AnyTagClassName
{
color: #D317EF;
}
</style>
background-color css
<style>
a { background-color: #D317EF; }
a { background-color: rgb(211,23,239); }
div.DivClassName
{
background-color: #D317EF;
}
.BgClassName
{
background-color: #D317EF;
}
</style>
border-color css
<style>
span { border-color: #D317EF; }
span { border-color: rgb(211,23,239); }
td.TdClassName
{
border-color: #D317EF;
}
.TagClassName
{
border-color: #D317EF;
}
</style>