Shades of Psychedelic Purple #D921EA
Tints of Psychedelic Purple #D921EA
RGB
CMYK
RGB Variations
Color information
#D921EA (or 0xD921EA) is known color: Psychedelic Purple. HEX triplet: D9, 21 and EA. RGB value is (217,33,234). Sum of RGB (Red+Green+Blue) = 217+33+234=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 33 (13.28% from 255 or 6.82% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #D921EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D921EA is #26DE15. Grayscale: #6E6E6E. Windows color (decimal): -2547222 or 15344089. OLE color: 15344089.
HSL color Cylindrical-coordinate representation of color #D921EA: hue angle of 294.93º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D921EA is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 33 | 234 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.08 |
| HSL | 294.93º | 0.83% | 0.52% | - |
| HSV(B) | 294.93º | 0.86% | 0.92% | - |
| XYZ | 44.01 | 21.78 | 79.73 | - |
| YUV | 110.93 | 197.46 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 234 | 0.07 | 0.86 | 0 | 0.08 | 294.93 | 0.83 | 0.52 |
| Hex | D9 | 21 | EA | 7 | 56 | 0 | 8 | 127 | 53 | 34 |
| Octal | 331 | 41 | 352 | 7 | 126 | 0 | 10 | 447 | 123 | 64 |
| Binary | 11011001 | 100001 | 11101010 | 111 | 1010110 | 0 | 1000 | 100100111 | 1010011 | 110100 |
Color Harmonies of #D921EA
Complementary color
Monochromatic Colors of #D921EA
Black with #D921EA
Text Example
Text Example
White with #D921EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D921EA; }
p { color: rgb(217,33,234); }
H1.HeaderClassName
{
color: #D921EA;
}
.AnyTagClassName
{
color: #D921EA;
}
</style>
background-color css
<style>
a { background-color: #D921EA; }
a { background-color: rgb(217,33,234); }
div.DivClassName
{
background-color: #D921EA;
}
.BgClassName
{
background-color: #D921EA;
}
</style>
border-color css
<style>
span { border-color: #D921EA; }
span { border-color: rgb(217,33,234); }
td.TdClassName
{
border-color: #D921EA;
}
.TagClassName
{
border-color: #D921EA;
}
</style>