Shades of Psychedelic Purple #D315EE
Tints of Psychedelic Purple #D315EE
RGB
CMYK
RGB Variations
Color information
#D315EE (or 0xD315EE) is known color: Psychedelic Purple. HEX triplet: D3, 15 and EE. RGB value is (211,21,238). Sum of RGB (Red+Green+Blue) = 211+21+238=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 21 (8.59% from 255 or 4.47% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #D315EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D315EE is #2CEA11. Grayscale: #656565. Windows color (decimal): -2943506 or 15603155. OLE color: 15603155.
HSL color Cylindrical-coordinate representation of color #D315EE: hue angle of 292.53º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D315EE is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 21 | 238 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.07 |
| HSL | 292.53º | 0.86% | 0.51% | - |
| HSV(B) | 292.53º | 0.91% | 0.93% | - |
| XYZ | 42.56 | 20.56 | 82.61 | - |
| YUV | 102.55 | 204.45 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 238 | 0.11 | 0.91 | 0 | 0.07 | 292.53 | 0.86 | 0.51 |
| Hex | D3 | 15 | EE | B | 5B | 0 | 7 | 125 | 56 | 33 |
| Octal | 323 | 25 | 356 | 13 | 133 | 0 | 7 | 445 | 126 | 63 |
| Binary | 11010011 | 10101 | 11101110 | 1011 | 1011011 | 0 | 111 | 100100101 | 1010110 | 110011 |
Color Harmonies of #D315EE
Complementary color
Monochromatic Colors of #D315EE
Black with #D315EE
Text Example
Text Example
White with #D315EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D315EE; }
p { color: rgb(211,21,238); }
H1.HeaderClassName
{
color: #D315EE;
}
.AnyTagClassName
{
color: #D315EE;
}
</style>
background-color css
<style>
a { background-color: #D315EE; }
a { background-color: rgb(211,21,238); }
div.DivClassName
{
background-color: #D315EE;
}
.BgClassName
{
background-color: #D315EE;
}
</style>
border-color css
<style>
span { border-color: #D315EE; }
span { border-color: rgb(211,21,238); }
td.TdClassName
{
border-color: #D315EE;
}
.TagClassName
{
border-color: #D315EE;
}
</style>