Shades of Psychedelic Purple #D31EEE
Tints of Psychedelic Purple #D31EEE
RGB
CMYK
RGB Variations
Color information
#D31EEE (or 0xD31EEE) is known color: Psychedelic Purple. HEX triplet: D3, 1E and EE. RGB value is (211,30,238). Sum of RGB (Red+Green+Blue) = 211+30+238=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #D31EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31EEE is #2CE111. Grayscale: #6B6B6B. Windows color (decimal): -2941202 or 15605459. OLE color: 15605459.
HSL color Cylindrical-coordinate representation of color #D31EEE: hue angle of 292.21º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31EEE is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 30 | 238 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.07 |
| HSL | 292.21º | 0.86% | 0.53% | - |
| HSV(B) | 292.21º | 0.87% | 0.93% | - |
| XYZ | 42.76 | 20.95 | 82.68 | - |
| YUV | 107.83 | 201.47 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 30 | 238 | 0.11 | 0.87 | 0 | 0.07 | 292.21 | 0.86 | 0.53 |
| Hex | D3 | 1E | EE | B | 57 | 0 | 7 | 124 | 56 | 35 |
| Octal | 323 | 36 | 356 | 13 | 127 | 0 | 7 | 444 | 126 | 65 |
| Binary | 11010011 | 11110 | 11101110 | 1011 | 1010111 | 0 | 111 | 100100100 | 1010110 | 110101 |
Color Harmonies of #D31EEE
Complementary color
Monochromatic Colors of #D31EEE
Black with #D31EEE
Text Example
Text Example
White with #D31EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31EEE; }
p { color: rgb(211,30,238); }
H1.HeaderClassName
{
color: #D31EEE;
}
.AnyTagClassName
{
color: #D31EEE;
}
</style>
background-color css
<style>
a { background-color: #D31EEE; }
a { background-color: rgb(211,30,238); }
div.DivClassName
{
background-color: #D31EEE;
}
.BgClassName
{
background-color: #D31EEE;
}
</style>
border-color css
<style>
span { border-color: #D31EEE; }
span { border-color: rgb(211,30,238); }
td.TdClassName
{
border-color: #D31EEE;
}
.TagClassName
{
border-color: #D31EEE;
}
</style>