Shades of Psychedelic Purple #D52EEF
Tints of Psychedelic Purple #D52EEF
RGB
CMYK
RGB Variations
Color information
#D52EEF (or 0xD52EEF) is known color: Psychedelic Purple. HEX triplet: D5, 2E and EF. RGB value is (213,46,239). Sum of RGB (Red+Green+Blue) = 213+46+239=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 46 (18.36% from 255 or 9.24% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #D52EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52EEF is #2AD110. Grayscale: #757575. Windows color (decimal): -2806033 or 15675093. OLE color: 15675093.
HSL color Cylindrical-coordinate representation of color #D52EEF: hue angle of 291.92º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52EEF is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 46 | 239 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.06 |
| HSL | 291.92º | 0.86% | 0.56% | - |
| HSV(B) | 291.92º | 0.81% | 0.94% | - |
| XYZ | 44 | 22.33 | 83.65 | - |
| YUV | 117.94 | 196.33 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 239 | 0.11 | 0.81 | 0 | 0.06 | 291.92 | 0.86 | 0.56 |
| Hex | D5 | 2E | EF | B | 51 | 0 | 6 | 124 | 56 | 38 |
| Octal | 325 | 56 | 357 | 13 | 121 | 0 | 6 | 444 | 126 | 70 |
| Binary | 11010101 | 101110 | 11101111 | 1011 | 1010001 | 0 | 110 | 100100100 | 1010110 | 111000 |
Color Harmonies of #D52EEF
Complementary color
Monochromatic Colors of #D52EEF
Black with #D52EEF
Text Example
Text Example
White with #D52EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52EEF; }
p { color: rgb(213,46,239); }
H1.HeaderClassName
{
color: #D52EEF;
}
.AnyTagClassName
{
color: #D52EEF;
}
</style>
background-color css
<style>
a { background-color: #D52EEF; }
a { background-color: rgb(213,46,239); }
div.DivClassName
{
background-color: #D52EEF;
}
.BgClassName
{
background-color: #D52EEF;
}
</style>
border-color css
<style>
span { border-color: #D52EEF; }
span { border-color: rgb(213,46,239); }
td.TdClassName
{
border-color: #D52EEF;
}
.TagClassName
{
border-color: #D52EEF;
}
</style>