Shades of Psychedelic Purple #D52EE8
Tints of Psychedelic Purple #D52EE8
RGB
CMYK
RGB Variations
Color information
#D52EE8 (or 0xD52EE8) is known color: Psychedelic Purple. HEX triplet: D5, 2E and E8. RGB value is (213,46,232). Sum of RGB (Red+Green+Blue) = 213+46+232=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #D52EE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52EE8 is #2AD117. Grayscale: #747474. Windows color (decimal): -2806040 or 15216341. OLE color: 15216341.
HSL color Cylindrical-coordinate representation of color #D52EE8: hue angle of 293.87º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52EE8 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 46 | 232 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.09 |
| HSL | 293.87º | 0.8% | 0.55% | - |
| HSV(B) | 293.87º | 0.8% | 0.91% | - |
| XYZ | 42.98 | 21.93 | 78.31 | - |
| YUV | 117.14 | 192.83 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 232 | 0.08 | 0.80 | 0 | 0.09 | 293.87 | 0.8 | 0.55 |
| Hex | D5 | 2E | E8 | 8 | 50 | 0 | 9 | 126 | 50 | 37 |
| Octal | 325 | 56 | 350 | 10 | 120 | 0 | 11 | 446 | 120 | 67 |
| Binary | 11010101 | 101110 | 11101000 | 1000 | 1010000 | 0 | 1001 | 100100110 | 1010000 | 110111 |
Color Harmonies of #D52EE8
Complementary color
Monochromatic Colors of #D52EE8
Black with #D52EE8
Text Example
Text Example
White with #D52EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52EE8; }
p { color: rgb(213,46,232); }
H1.HeaderClassName
{
color: #D52EE8;
}
.AnyTagClassName
{
color: #D52EE8;
}
</style>
background-color css
<style>
a { background-color: #D52EE8; }
a { background-color: rgb(213,46,232); }
div.DivClassName
{
background-color: #D52EE8;
}
.BgClassName
{
background-color: #D52EE8;
}
</style>
border-color css
<style>
span { border-color: #D52EE8; }
span { border-color: rgb(213,46,232); }
td.TdClassName
{
border-color: #D52EE8;
}
.TagClassName
{
border-color: #D52EE8;
}
</style>