Shades of Psychedelic Purple #D921EC
Tints of Psychedelic Purple #D921EC
RGB
CMYK
RGB Variations
Color information
#D921EC (or 0xD921EC) is known color: Psychedelic Purple. HEX triplet: D9, 21 and EC. RGB value is (217,33,236). Sum of RGB (Red+Green+Blue) = 217+33+236=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 33 (13.28% from 255 or 6.79% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #D921EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D921EC is #26DE13. Grayscale: #6E6E6E. Windows color (decimal): -2547220 or 15475161. OLE color: 15475161.
HSL color Cylindrical-coordinate representation of color #D921EC: hue angle of 294.38º degrees, saturation: 0.84, 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 #D921EC is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 33 | 236 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.07 |
| HSL | 294.38º | 0.84% | 0.53% | - |
| HSV(B) | 294.38º | 0.86% | 0.93% | - |
| XYZ | 44.3 | 21.9 | 81.25 | - |
| YUV | 111.16 | 198.46 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 236 | 0.08 | 0.86 | 0 | 0.07 | 294.38 | 0.84 | 0.53 |
| Hex | D9 | 21 | EC | 8 | 56 | 0 | 7 | 126 | 54 | 35 |
| Octal | 331 | 41 | 354 | 10 | 126 | 0 | 7 | 446 | 124 | 65 |
| Binary | 11011001 | 100001 | 11101100 | 1000 | 1010110 | 0 | 111 | 100100110 | 1010100 | 110101 |
Color Harmonies of #D921EC
Complementary color
Monochromatic Colors of #D921EC
Black with #D921EC
Text Example
Text Example
White with #D921EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D921EC; }
p { color: rgb(217,33,236); }
H1.HeaderClassName
{
color: #D921EC;
}
.AnyTagClassName
{
color: #D921EC;
}
</style>
background-color css
<style>
a { background-color: #D921EC; }
a { background-color: rgb(217,33,236); }
div.DivClassName
{
background-color: #D921EC;
}
.BgClassName
{
background-color: #D921EC;
}
</style>
border-color css
<style>
span { border-color: #D921EC; }
span { border-color: rgb(217,33,236); }
td.TdClassName
{
border-color: #D921EC;
}
.TagClassName
{
border-color: #D921EC;
}
</style>