Shades of Psychedelic Purple #D221E9
Tints of Psychedelic Purple #D221E9
RGB
CMYK
RGB Variations
Color information
#D221E9 (or 0xD221E9) is known color: Psychedelic Purple. HEX triplet: D2, 21 and E9. RGB value is (210,33,233). Sum of RGB (Red+Green+Blue) = 210+33+233=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 33 (13.28% from 255 or 6.93% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #D221E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D221E9 is #2DDE16. Grayscale: #6C6C6C. Windows color (decimal): -3005975 or 15278546. OLE color: 15278546.
HSL color Cylindrical-coordinate representation of color #D221E9: hue angle of 293.1º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D221E9 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 33 | 233 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.09 |
| HSL | 293.1º | 0.82% | 0.52% | - |
| HSV(B) | 293.1º | 0.86% | 0.91% | - |
| XYZ | 41.83 | 20.67 | 78.88 | - |
| YUV | 108.72 | 198.14 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 233 | 0.10 | 0.86 | 0 | 0.09 | 293.1 | 0.82 | 0.52 |
| Hex | D2 | 21 | E9 | A | 56 | 0 | 9 | 125 | 52 | 34 |
| Octal | 322 | 41 | 351 | 12 | 126 | 0 | 11 | 445 | 122 | 64 |
| Binary | 11010010 | 100001 | 11101001 | 1010 | 1010110 | 0 | 1001 | 100100101 | 1010010 | 110100 |
Color Harmonies of #D221E9
Complementary color
Monochromatic Colors of #D221E9
Black with #D221E9
Text Example
Text Example
White with #D221E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221E9; }
p { color: rgb(210,33,233); }
H1.HeaderClassName
{
color: #D221E9;
}
.AnyTagClassName
{
color: #D221E9;
}
</style>
background-color css
<style>
a { background-color: #D221E9; }
a { background-color: rgb(210,33,233); }
div.DivClassName
{
background-color: #D221E9;
}
.BgClassName
{
background-color: #D221E9;
}
</style>
border-color css
<style>
span { border-color: #D221E9; }
span { border-color: rgb(210,33,233); }
td.TdClassName
{
border-color: #D221E9;
}
.TagClassName
{
border-color: #D221E9;
}
</style>