Shades of Psychedelic Purple #D529ED
Tints of Psychedelic Purple #D529ED
RGB
CMYK
RGB Variations
Color information
#D529ED (or 0xD529ED) is known color: Psychedelic Purple. HEX triplet: D5, 29 and ED. RGB value is (213,41,237). Sum of RGB (Red+Green+Blue) = 213+41+237=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #D529ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D529ED is #2AD612. Grayscale: #727272. Windows color (decimal): -2807315 or 15542741. OLE color: 15542741.
HSL color Cylindrical-coordinate representation of color #D529ED: hue angle of 292.65º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D529ED is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 41 | 237 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.07 |
| HSL | 292.65º | 0.84% | 0.55% | - |
| HSV(B) | 292.65º | 0.83% | 0.93% | - |
| XYZ | 43.52 | 21.85 | 82.04 | - |
| YUV | 114.77 | 196.98 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 237 | 0.10 | 0.83 | 0 | 0.07 | 292.65 | 0.84 | 0.55 |
| Hex | D5 | 29 | ED | A | 53 | 0 | 7 | 125 | 54 | 37 |
| Octal | 325 | 51 | 355 | 12 | 123 | 0 | 7 | 445 | 124 | 67 |
| Binary | 11010101 | 101001 | 11101101 | 1010 | 1010011 | 0 | 111 | 100100101 | 1010100 | 110111 |
Color Harmonies of #D529ED
Complementary color
Monochromatic Colors of #D529ED
Black with #D529ED
Text Example
Text Example
White with #D529ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D529ED; }
p { color: rgb(213,41,237); }
H1.HeaderClassName
{
color: #D529ED;
}
.AnyTagClassName
{
color: #D529ED;
}
</style>
background-color css
<style>
a { background-color: #D529ED; }
a { background-color: rgb(213,41,237); }
div.DivClassName
{
background-color: #D529ED;
}
.BgClassName
{
background-color: #D529ED;
}
</style>
border-color css
<style>
span { border-color: #D529ED; }
span { border-color: rgb(213,41,237); }
td.TdClassName
{
border-color: #D529ED;
}
.TagClassName
{
border-color: #D529ED;
}
</style>