Shades of Psychedelic Purple #D52EEE
Tints of Psychedelic Purple #D52EEE
RGB
CMYK
RGB Variations
Color information
#D52EEE (or 0xD52EEE) is known color: Psychedelic Purple. HEX triplet: D5, 2E and EE. RGB value is (213,46,238). Sum of RGB (Red+Green+Blue) = 213+46+238=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 46 (18.36% from 255 or 9.26% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #D52EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52EEE is #2AD111. Grayscale: #757575. Windows color (decimal): -2806034 or 15609557. OLE color: 15609557.
HSL color Cylindrical-coordinate representation of color #D52EEE: hue angle of 292.19º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52EEE is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 46 | 238 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.07 |
| HSL | 292.19º | 0.85% | 0.56% | - |
| HSV(B) | 292.19º | 0.81% | 0.93% | - |
| XYZ | 43.85 | 22.27 | 82.88 | - |
| YUV | 117.82 | 195.83 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 238 | 0.11 | 0.81 | 0 | 0.07 | 292.19 | 0.85 | 0.56 |
| Hex | D5 | 2E | EE | B | 51 | 0 | 7 | 124 | 55 | 38 |
| Octal | 325 | 56 | 356 | 13 | 121 | 0 | 7 | 444 | 125 | 70 |
| Binary | 11010101 | 101110 | 11101110 | 1011 | 1010001 | 0 | 111 | 100100100 | 1010101 | 111000 |
Color Harmonies of #D52EEE
Complementary color
Monochromatic Colors of #D52EEE
Black with #D52EEE
Text Example
Text Example
White with #D52EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52EEE; }
p { color: rgb(213,46,238); }
H1.HeaderClassName
{
color: #D52EEE;
}
.AnyTagClassName
{
color: #D52EEE;
}
</style>
background-color css
<style>
a { background-color: #D52EEE; }
a { background-color: rgb(213,46,238); }
div.DivClassName
{
background-color: #D52EEE;
}
.BgClassName
{
background-color: #D52EEE;
}
</style>
border-color css
<style>
span { border-color: #D52EEE; }
span { border-color: rgb(213,46,238); }
td.TdClassName
{
border-color: #D52EEE;
}
.TagClassName
{
border-color: #D52EEE;
}
</style>