Shades of Psychedelic Purple #D526ED
Tints of Psychedelic Purple #D526ED
RGB
CMYK
RGB Variations
Color information
#D526ED (or 0xD526ED) is known color: Psychedelic Purple. HEX triplet: D5, 26 and ED. RGB value is (213,38,237). Sum of RGB (Red+Green+Blue) = 213+38+237=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 38 (15.23% from 255 or 7.79% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #D526ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D526ED is #2AD912. Grayscale: #707070. Windows color (decimal): -2808083 or 15541973. OLE color: 15541973.
HSL color Cylindrical-coordinate representation of color #D526ED: hue angle of 292.76º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D526ED is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 38 | 237 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.07 |
| HSL | 292.76º | 0.85% | 0.54% | - |
| HSV(B) | 292.76º | 0.84% | 0.93% | - |
| XYZ | 43.42 | 21.65 | 82.01 | - |
| YUV | 113.01 | 197.98 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 237 | 0.10 | 0.84 | 0 | 0.07 | 292.76 | 0.85 | 0.54 |
| Hex | D5 | 26 | ED | A | 54 | 0 | 7 | 125 | 55 | 36 |
| Octal | 325 | 46 | 355 | 12 | 124 | 0 | 7 | 445 | 125 | 66 |
| Binary | 11010101 | 100110 | 11101101 | 1010 | 1010100 | 0 | 111 | 100100101 | 1010101 | 110110 |
Color Harmonies of #D526ED
Complementary color
Monochromatic Colors of #D526ED
Black with #D526ED
Text Example
Text Example
White with #D526ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D526ED; }
p { color: rgb(213,38,237); }
H1.HeaderClassName
{
color: #D526ED;
}
.AnyTagClassName
{
color: #D526ED;
}
</style>
background-color css
<style>
a { background-color: #D526ED; }
a { background-color: rgb(213,38,237); }
div.DivClassName
{
background-color: #D526ED;
}
.BgClassName
{
background-color: #D526ED;
}
</style>
border-color css
<style>
span { border-color: #D526ED; }
span { border-color: rgb(213,38,237); }
td.TdClassName
{
border-color: #D526ED;
}
.TagClassName
{
border-color: #D526ED;
}
</style>