Shades of Psychedelic Purple #D52EF3
Tints of Psychedelic Purple #D52EF3
RGB
CMYK
RGB Variations
Color information
#D52EF3 (or 0xD52EF3) is known color: Psychedelic Purple. HEX triplet: D5, 2E and F3. RGB value is (213,46,243). Sum of RGB (Red+Green+Blue) = 213+46+243=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 46 (18.36% from 255 or 9.16% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #D52EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52EF3 is #2AD10C. Grayscale: #757575. Windows color (decimal): -2806029 or 15937237. OLE color: 15937237.
HSL color Cylindrical-coordinate representation of color #D52EF3: hue angle of 290.86º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52EF3 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 46 | 243 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.05 |
| HSL | 290.86º | 0.89% | 0.57% | - |
| HSV(B) | 290.86º | 0.81% | 0.95% | - |
| XYZ | 44.6 | 22.57 | 86.8 | - |
| YUV | 118.39 | 198.33 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 243 | 0.12 | 0.81 | 0 | 0.05 | 290.86 | 0.89 | 0.57 |
| Hex | D5 | 2E | F3 | C | 51 | 0 | 5 | 123 | 59 | 39 |
| Octal | 325 | 56 | 363 | 14 | 121 | 0 | 5 | 443 | 131 | 71 |
| Binary | 11010101 | 101110 | 11110011 | 1100 | 1010001 | 0 | 101 | 100100011 | 1011001 | 111001 |
Color Harmonies of #D52EF3
Complementary color
Monochromatic Colors of #D52EF3
Black with #D52EF3
Text Example
Text Example
White with #D52EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52EF3; }
p { color: rgb(213,46,243); }
H1.HeaderClassName
{
color: #D52EF3;
}
.AnyTagClassName
{
color: #D52EF3;
}
</style>
background-color css
<style>
a { background-color: #D52EF3; }
a { background-color: rgb(213,46,243); }
div.DivClassName
{
background-color: #D52EF3;
}
.BgClassName
{
background-color: #D52EF3;
}
</style>
border-color css
<style>
span { border-color: #D52EF3; }
span { border-color: rgb(213,46,243); }
td.TdClassName
{
border-color: #D52EF3;
}
.TagClassName
{
border-color: #D52EF3;
}
</style>