Shades of Psychedelic Purple #D30EEE
Tints of Psychedelic Purple #D30EEE
RGB
CMYK
RGB Variations
Color information
#D30EEE (or 0xD30EEE) is known color: Psychedelic Purple. HEX triplet: D3, 0E and EE. RGB value is (211,14,238). Sum of RGB (Red+Green+Blue) = 211+14+238=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 14 (5.86% from 255 or 3.02% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #D30EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30EEE is #2CF111. Grayscale: #616161. Windows color (decimal): -2945298 or 15601363. OLE color: 15601363.
HSL color Cylindrical-coordinate representation of color #D30EEE: hue angle of 292.77º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30EEE is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 14 | 238 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.07 |
| HSL | 292.77º | 0.89% | 0.49% | - |
| HSV(B) | 292.77º | 0.94% | 0.93% | - |
| XYZ | 42.45 | 20.34 | 82.58 | - |
| YUV | 98.44 | 206.77 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 14 | 238 | 0.11 | 0.94 | 0 | 0.07 | 292.77 | 0.89 | 0.49 |
| Hex | D3 | E | EE | B | 5E | 0 | 7 | 125 | 59 | 31 |
| Octal | 323 | 16 | 356 | 13 | 136 | 0 | 7 | 445 | 131 | 61 |
| Binary | 11010011 | 1110 | 11101110 | 1011 | 1011110 | 0 | 111 | 100100101 | 1011001 | 110001 |
Color Harmonies of #D30EEE
Complementary color
Monochromatic Colors of #D30EEE
Black with #D30EEE
Text Example
Text Example
White with #D30EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30EEE; }
p { color: rgb(211,14,238); }
H1.HeaderClassName
{
color: #D30EEE;
}
.AnyTagClassName
{
color: #D30EEE;
}
</style>
background-color css
<style>
a { background-color: #D30EEE; }
a { background-color: rgb(211,14,238); }
div.DivClassName
{
background-color: #D30EEE;
}
.BgClassName
{
background-color: #D30EEE;
}
</style>
border-color css
<style>
span { border-color: #D30EEE; }
span { border-color: rgb(211,14,238); }
td.TdClassName
{
border-color: #D30EEE;
}
.TagClassName
{
border-color: #D30EEE;
}
</style>