Shades of Psychedelic Purple #D020EE
Tints of Psychedelic Purple #D020EE
RGB
CMYK
RGB Variations
Color information
#D020EE (or 0xD020EE) is known color: Psychedelic Purple. HEX triplet: D0, 20 and EE. RGB value is (208,32,238). Sum of RGB (Red+Green+Blue) = 208+32+238=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #D020EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D020EE is #2FDF11. Grayscale: #6B6B6B. Windows color (decimal): -3137298 or 15605968. OLE color: 15605968.
HSL color Cylindrical-coordinate representation of color #D020EE: hue angle of 291.26º 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 #D020EE is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 32 | 238 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.07 |
| HSL | 291.26º | 0.86% | 0.53% | - |
| HSV(B) | 291.26º | 0.87% | 0.93% | - |
| XYZ | 41.96 | 20.62 | 82.66 | - |
| YUV | 108.11 | 201.31 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 238 | 0.13 | 0.87 | 0 | 0.07 | 291.26 | 0.86 | 0.53 |
| Hex | D0 | 20 | EE | D | 57 | 0 | 7 | 123 | 56 | 35 |
| Octal | 320 | 40 | 356 | 15 | 127 | 0 | 7 | 443 | 126 | 65 |
| Binary | 11010000 | 100000 | 11101110 | 1101 | 1010111 | 0 | 111 | 100100011 | 1010110 | 110101 |
Color Harmonies of #D020EE
Complementary color
Monochromatic Colors of #D020EE
Black with #D020EE
Text Example
Text Example
White with #D020EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D020EE; }
p { color: rgb(208,32,238); }
H1.HeaderClassName
{
color: #D020EE;
}
.AnyTagClassName
{
color: #D020EE;
}
</style>
background-color css
<style>
a { background-color: #D020EE; }
a { background-color: rgb(208,32,238); }
div.DivClassName
{
background-color: #D020EE;
}
.BgClassName
{
background-color: #D020EE;
}
</style>
border-color css
<style>
span { border-color: #D020EE; }
span { border-color: rgb(208,32,238); }
td.TdClassName
{
border-color: #D020EE;
}
.TagClassName
{
border-color: #D020EE;
}
</style>