Shades of Psychedelic Purple #D315EB
Tints of Psychedelic Purple #D315EB
RGB
CMYK
RGB Variations
Color information
#D315EB (or 0xD315EB) is known color: Psychedelic Purple. HEX triplet: D3, 15 and EB. RGB value is (211,21,235). Sum of RGB (Red+Green+Blue) = 211+21+235=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #D315EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D315EB is #2CEA14. Grayscale: #656565. Windows color (decimal): -2943509 or 15406547. OLE color: 15406547.
HSL color Cylindrical-coordinate representation of color #D315EB: hue angle of 293.27º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D315EB is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 21 | 235 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.08 |
| HSL | 293.27º | 0.84% | 0.5% | - |
| HSV(B) | 293.27º | 0.91% | 0.92% | - |
| XYZ | 42.13 | 20.38 | 80.31 | - |
| YUV | 102.21 | 202.95 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 235 | 0.10 | 0.91 | 0 | 0.08 | 293.27 | 0.84 | 0.5 |
| Hex | D3 | 15 | EB | A | 5B | 0 | 8 | 125 | 54 | 32 |
| Octal | 323 | 25 | 353 | 12 | 133 | 0 | 10 | 445 | 124 | 62 |
| Binary | 11010011 | 10101 | 11101011 | 1010 | 1011011 | 0 | 1000 | 100100101 | 1010100 | 110010 |
Color Harmonies of #D315EB
Complementary color
Monochromatic Colors of #D315EB
Black with #D315EB
Text Example
Text Example
White with #D315EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D315EB; }
p { color: rgb(211,21,235); }
H1.HeaderClassName
{
color: #D315EB;
}
.AnyTagClassName
{
color: #D315EB;
}
</style>
background-color css
<style>
a { background-color: #D315EB; }
a { background-color: rgb(211,21,235); }
div.DivClassName
{
background-color: #D315EB;
}
.BgClassName
{
background-color: #D315EB;
}
</style>
border-color css
<style>
span { border-color: #D315EB; }
span { border-color: rgb(211,21,235); }
td.TdClassName
{
border-color: #D315EB;
}
.TagClassName
{
border-color: #D315EB;
}
</style>