Shades of Psychedelic Purple #D524EF
Tints of Psychedelic Purple #D524EF
RGB
CMYK
RGB Variations
Color information
#D524EF (or 0xD524EF) is known color: Psychedelic Purple. HEX triplet: D5, 24 and EF. RGB value is (213,36,239). Sum of RGB (Red+Green+Blue) = 213+36+239=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 36 (14.45% from 255 or 7.38% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #D524EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D524EF is #2ADB10. Grayscale: #6F6F6F. Windows color (decimal): -2808593 or 15672533. OLE color: 15672533.
HSL color Cylindrical-coordinate representation of color #D524EF: hue angle of 292.32º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D524EF is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 36 | 239 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.06 |
| HSL | 292.32º | 0.86% | 0.54% | - |
| HSV(B) | 292.32º | 0.85% | 0.94% | - |
| XYZ | 43.65 | 21.64 | 83.54 | - |
| YUV | 112.07 | 199.64 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 239 | 0.11 | 0.85 | 0 | 0.06 | 292.32 | 0.86 | 0.54 |
| Hex | D5 | 24 | EF | B | 55 | 0 | 6 | 124 | 56 | 36 |
| Octal | 325 | 44 | 357 | 13 | 125 | 0 | 6 | 444 | 126 | 66 |
| Binary | 11010101 | 100100 | 11101111 | 1011 | 1010101 | 0 | 110 | 100100100 | 1010110 | 110110 |
Color Harmonies of #D524EF
Complementary color
Monochromatic Colors of #D524EF
Black with #D524EF
Text Example
Text Example
White with #D524EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D524EF; }
p { color: rgb(213,36,239); }
H1.HeaderClassName
{
color: #D524EF;
}
.AnyTagClassName
{
color: #D524EF;
}
</style>
background-color css
<style>
a { background-color: #D524EF; }
a { background-color: rgb(213,36,239); }
div.DivClassName
{
background-color: #D524EF;
}
.BgClassName
{
background-color: #D524EF;
}
</style>
border-color css
<style>
span { border-color: #D524EF; }
span { border-color: rgb(213,36,239); }
td.TdClassName
{
border-color: #D524EF;
}
.TagClassName
{
border-color: #D524EF;
}
</style>