Shades of Psychedelic Purple #D921ED
Tints of Psychedelic Purple #D921ED
RGB
CMYK
RGB Variations
Color information
#D921ED (or 0xD921ED) is known color: Psychedelic Purple. HEX triplet: D9, 21 and ED. RGB value is (217,33,237). Sum of RGB (Red+Green+Blue) = 217+33+237=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 33 (13.28% from 255 or 6.78% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #D921ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D921ED is #26DE12. Grayscale: #6E6E6E. Windows color (decimal): -2547219 or 15540697. OLE color: 15540697.
HSL color Cylindrical-coordinate representation of color #D921ED: hue angle of 294.12º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D921ED is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 33 | 237 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.07 |
| HSL | 294.12º | 0.85% | 0.53% | - |
| HSV(B) | 294.12º | 0.86% | 0.93% | - |
| XYZ | 44.45 | 21.95 | 82.02 | - |
| YUV | 111.27 | 198.96 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 237 | 0.08 | 0.86 | 0 | 0.07 | 294.12 | 0.85 | 0.53 |
| Hex | D9 | 21 | ED | 8 | 56 | 0 | 7 | 126 | 55 | 35 |
| Octal | 331 | 41 | 355 | 10 | 126 | 0 | 7 | 446 | 125 | 65 |
| Binary | 11011001 | 100001 | 11101101 | 1000 | 1010110 | 0 | 111 | 100100110 | 1010101 | 110101 |
Color Harmonies of #D921ED
Complementary color
Monochromatic Colors of #D921ED
Black with #D921ED
Text Example
Text Example
White with #D921ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D921ED; }
p { color: rgb(217,33,237); }
H1.HeaderClassName
{
color: #D921ED;
}
.AnyTagClassName
{
color: #D921ED;
}
</style>
background-color css
<style>
a { background-color: #D921ED; }
a { background-color: rgb(217,33,237); }
div.DivClassName
{
background-color: #D921ED;
}
.BgClassName
{
background-color: #D921ED;
}
</style>
border-color css
<style>
span { border-color: #D921ED; }
span { border-color: rgb(217,33,237); }
td.TdClassName
{
border-color: #D921ED;
}
.TagClassName
{
border-color: #D921ED;
}
</style>