Shades of Psychedelic Purple #D529EF
Tints of Psychedelic Purple #D529EF
RGB
CMYK
RGB Variations
Color information
#D529EF (or 0xD529EF) is known color: Psychedelic Purple. HEX triplet: D5, 29 and EF. RGB value is (213,41,239). Sum of RGB (Red+Green+Blue) = 213+41+239=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 41 (16.41% from 255 or 8.32% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #D529EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D529EF is #2AD610. Grayscale: #727272. Windows color (decimal): -2807313 or 15673813. OLE color: 15673813.
HSL color Cylindrical-coordinate representation of color #D529EF: hue angle of 292.12º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D529EF is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 41 | 239 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.06 |
| HSL | 292.12º | 0.86% | 0.55% | - |
| HSV(B) | 292.12º | 0.83% | 0.94% | - |
| XYZ | 43.81 | 21.96 | 83.59 | - |
| YUV | 115 | 197.98 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 239 | 0.11 | 0.83 | 0 | 0.06 | 292.12 | 0.86 | 0.55 |
| Hex | D5 | 29 | EF | B | 53 | 0 | 6 | 124 | 56 | 37 |
| Octal | 325 | 51 | 357 | 13 | 123 | 0 | 6 | 444 | 126 | 67 |
| Binary | 11010101 | 101001 | 11101111 | 1011 | 1010011 | 0 | 110 | 100100100 | 1010110 | 110111 |
Color Harmonies of #D529EF
Complementary color
Monochromatic Colors of #D529EF
Black with #D529EF
Text Example
Text Example
White with #D529EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D529EF; }
p { color: rgb(213,41,239); }
H1.HeaderClassName
{
color: #D529EF;
}
.AnyTagClassName
{
color: #D529EF;
}
</style>
background-color css
<style>
a { background-color: #D529EF; }
a { background-color: rgb(213,41,239); }
div.DivClassName
{
background-color: #D529EF;
}
.BgClassName
{
background-color: #D529EF;
}
</style>
border-color css
<style>
span { border-color: #D529EF; }
span { border-color: rgb(213,41,239); }
td.TdClassName
{
border-color: #D529EF;
}
.TagClassName
{
border-color: #D529EF;
}
</style>