Shades of Psychedelic Purple #D52EF8
Tints of Psychedelic Purple #D52EF8
RGB
CMYK
RGB Variations
Color information
#D52EF8 (or 0xD52EF8) is known color: Psychedelic Purple. HEX triplet: D5, 2E and F8. RGB value is (213,46,248). Sum of RGB (Red+Green+Blue) = 213+46+248=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 46 (18.36% from 255 or 9.07% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #D52EF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52EF8 is #2AD107. Grayscale: #767676. Windows color (decimal): -2806024 or 16264917. OLE color: 16264917.
HSL color Cylindrical-coordinate representation of color #D52EF8: hue angle of 289.6º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52EF8 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 46 | 248 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.03 |
| HSL | 289.6º | 0.94% | 0.58% | - |
| HSV(B) | 289.6º | 0.81% | 0.97% | - |
| XYZ | 45.36 | 22.88 | 90.83 | - |
| YUV | 118.96 | 200.83 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 248 | 0.14 | 0.81 | 0 | 0.03 | 289.6 | 0.94 | 0.58 |
| Hex | D5 | 2E | F8 | E | 51 | 0 | 3 | 122 | 5E | 3A |
| Octal | 325 | 56 | 370 | 16 | 121 | 0 | 3 | 442 | 136 | 72 |
| Binary | 11010101 | 101110 | 11111000 | 1110 | 1010001 | 0 | 11 | 100100010 | 1011110 | 111010 |
Color Harmonies of #D52EF8
Complementary color
Monochromatic Colors of #D52EF8
Black with #D52EF8
Text Example
Text Example
White with #D52EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52EF8; }
p { color: rgb(213,46,248); }
H1.HeaderClassName
{
color: #D52EF8;
}
.AnyTagClassName
{
color: #D52EF8;
}
</style>
background-color css
<style>
a { background-color: #D52EF8; }
a { background-color: rgb(213,46,248); }
div.DivClassName
{
background-color: #D52EF8;
}
.BgClassName
{
background-color: #D52EF8;
}
</style>
border-color css
<style>
span { border-color: #D52EF8; }
span { border-color: rgb(213,46,248); }
td.TdClassName
{
border-color: #D52EF8;
}
.TagClassName
{
border-color: #D52EF8;
}
</style>