Shades of Psychedelic Purple #D52EFE
Tints of Psychedelic Purple #D52EFE
RGB
CMYK
RGB Variations
Color information
#D52EFE (or 0xD52EFE) is known color: Psychedelic Purple. HEX triplet: D5, 2E and FE. RGB value is (213,46,254). Sum of RGB (Red+Green+Blue) = 213+46+254=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 46 (18.36% from 255 or 8.97% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #D52EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52EFE is #2AD101. Grayscale: #767676. Windows color (decimal): -2806018 or 16658133. OLE color: 16658133.
HSL color Cylindrical-coordinate representation of color #D52EFE: hue angle of 288.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52EFE is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 46 | 254 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.00 |
| HSL | 288.17º | 0.99% | 0.59% | - |
| HSV(B) | 288.17º | 0.82% | 1% | - |
| XYZ | 46.31 | 23.26 | 95.81 | - |
| YUV | 119.65 | 203.83 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 254 | 0.16 | 0.82 | 0 | 0.00 | 288.17 | 0.99 | 0.59 |
| Hex | D5 | 2E | FE | 10 | 52 | 0 | 0 | 120 | 63 | 3B |
| Octal | 325 | 56 | 376 | 20 | 122 | 0 | 0 | 440 | 143 | 73 |
| Binary | 11010101 | 101110 | 11111110 | 10000 | 1010010 | 0 | 0 | 100100000 | 1100011 | 111011 |
Color Harmonies of #D52EFE
Complementary color
Monochromatic Colors of #D52EFE
Black with #D52EFE
Text Example
Text Example
White with #D52EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52EFE; }
p { color: rgb(213,46,254); }
H1.HeaderClassName
{
color: #D52EFE;
}
.AnyTagClassName
{
color: #D52EFE;
}
</style>
background-color css
<style>
a { background-color: #D52EFE; }
a { background-color: rgb(213,46,254); }
div.DivClassName
{
background-color: #D52EFE;
}
.BgClassName
{
background-color: #D52EFE;
}
</style>
border-color css
<style>
span { border-color: #D52EFE; }
span { border-color: rgb(213,46,254); }
td.TdClassName
{
border-color: #D52EFE;
}
.TagClassName
{
border-color: #D52EFE;
}
</style>