Shades of Psychedelic Purple #D318EE
Tints of Psychedelic Purple #D318EE
RGB
CMYK
RGB Variations
Color information
#D318EE (or 0xD318EE) is known color: Psychedelic Purple. HEX triplet: D3, 18 and EE. RGB value is (211,24,238). Sum of RGB (Red+Green+Blue) = 211+24+238=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 24 (9.77% from 255 or 5.07% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #D318EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D318EE is #2CE711. Grayscale: #676767. Windows color (decimal): -2942738 or 15603923. OLE color: 15603923.
HSL color Cylindrical-coordinate representation of color #D318EE: hue angle of 292.43º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D318EE is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 24 | 238 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.07 |
| HSL | 292.43º | 0.86% | 0.51% | - |
| HSV(B) | 292.43º | 0.9% | 0.93% | - |
| XYZ | 42.62 | 20.68 | 82.63 | - |
| YUV | 104.31 | 203.45 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 24 | 238 | 0.11 | 0.90 | 0 | 0.07 | 292.43 | 0.86 | 0.51 |
| Hex | D3 | 18 | EE | B | 5A | 0 | 7 | 124 | 56 | 33 |
| Octal | 323 | 30 | 356 | 13 | 132 | 0 | 7 | 444 | 126 | 63 |
| Binary | 11010011 | 11000 | 11101110 | 1011 | 1011010 | 0 | 111 | 100100100 | 1010110 | 110011 |
Color Harmonies of #D318EE
Complementary color
Monochromatic Colors of #D318EE
Black with #D318EE
Text Example
Text Example
White with #D318EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D318EE; }
p { color: rgb(211,24,238); }
H1.HeaderClassName
{
color: #D318EE;
}
.AnyTagClassName
{
color: #D318EE;
}
</style>
background-color css
<style>
a { background-color: #D318EE; }
a { background-color: rgb(211,24,238); }
div.DivClassName
{
background-color: #D318EE;
}
.BgClassName
{
background-color: #D318EE;
}
</style>
border-color css
<style>
span { border-color: #D318EE; }
span { border-color: rgb(211,24,238); }
td.TdClassName
{
border-color: #D318EE;
}
.TagClassName
{
border-color: #D318EE;
}
</style>