Shades of Psychedelic Purple #D51AED
Tints of Psychedelic Purple #D51AED
RGB
CMYK
RGB Variations
Color information
#D51AED (or 0xD51AED) is known color: Psychedelic Purple. HEX triplet: D5, 1A and ED. RGB value is (213,26,237). Sum of RGB (Red+Green+Blue) = 213+26+237=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #D51AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51AED is #2AE512. Grayscale: #696969. Windows color (decimal): -2811155 or 15538901. OLE color: 15538901.
HSL color Cylindrical-coordinate representation of color #D51AED: hue angle of 293.18º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51AED is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 26 | 237 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.07 |
| HSL | 293.18º | 0.85% | 0.52% | - |
| HSV(B) | 293.18º | 0.89% | 0.93% | - |
| XYZ | 43.1 | 21 | 81.9 | - |
| YUV | 105.97 | 201.95 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 26 | 237 | 0.10 | 0.89 | 0 | 0.07 | 293.18 | 0.85 | 0.52 |
| Hex | D5 | 1A | ED | A | 59 | 0 | 7 | 125 | 55 | 34 |
| Octal | 325 | 32 | 355 | 12 | 131 | 0 | 7 | 445 | 125 | 64 |
| Binary | 11010101 | 11010 | 11101101 | 1010 | 1011001 | 0 | 111 | 100100101 | 1010101 | 110100 |
Color Harmonies of #D51AED
Complementary color
Monochromatic Colors of #D51AED
Black with #D51AED
Text Example
Text Example
White with #D51AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51AED; }
p { color: rgb(213,26,237); }
H1.HeaderClassName
{
color: #D51AED;
}
.AnyTagClassName
{
color: #D51AED;
}
</style>
background-color css
<style>
a { background-color: #D51AED; }
a { background-color: rgb(213,26,237); }
div.DivClassName
{
background-color: #D51AED;
}
.BgClassName
{
background-color: #D51AED;
}
</style>
border-color css
<style>
span { border-color: #D51AED; }
span { border-color: rgb(213,26,237); }
td.TdClassName
{
border-color: #D51AED;
}
.TagClassName
{
border-color: #D51AED;
}
</style>