Shades of Psychedelic Purple #D21EF1
Tints of Psychedelic Purple #D21EF1
RGB
CMYK
RGB Variations
Color information
#D21EF1 (or 0xD21EF1) is known color: Psychedelic Purple. HEX triplet: D2, 1E and F1. RGB value is (210,30,241). Sum of RGB (Red+Green+Blue) = 210+30+241=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 30 (12.11% from 255 or 6.24% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #D21EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21EF1 is #2DE10E. Grayscale: #6B6B6B. Windows color (decimal): -3006735 or 15802066. OLE color: 15802066.
HSL color Cylindrical-coordinate representation of color #D21EF1: hue angle of 291.18º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21EF1 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 30 | 241 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.05 |
| HSL | 291.18º | 0.88% | 0.53% | - |
| HSV(B) | 291.18º | 0.88% | 0.95% | - |
| XYZ | 42.92 | 20.98 | 85.01 | - |
| YUV | 107.87 | 203.13 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 241 | 0.13 | 0.88 | 0 | 0.05 | 291.18 | 0.88 | 0.53 |
| Hex | D2 | 1E | F1 | D | 58 | 0 | 5 | 123 | 58 | 35 |
| Octal | 322 | 36 | 361 | 15 | 130 | 0 | 5 | 443 | 130 | 65 |
| Binary | 11010010 | 11110 | 11110001 | 1101 | 1011000 | 0 | 101 | 100100011 | 1011000 | 110101 |
Color Harmonies of #D21EF1
Complementary color
Monochromatic Colors of #D21EF1
Black with #D21EF1
Text Example
Text Example
White with #D21EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21EF1; }
p { color: rgb(210,30,241); }
H1.HeaderClassName
{
color: #D21EF1;
}
.AnyTagClassName
{
color: #D21EF1;
}
</style>
background-color css
<style>
a { background-color: #D21EF1; }
a { background-color: rgb(210,30,241); }
div.DivClassName
{
background-color: #D21EF1;
}
.BgClassName
{
background-color: #D21EF1;
}
</style>
border-color css
<style>
span { border-color: #D21EF1; }
span { border-color: rgb(210,30,241); }
td.TdClassName
{
border-color: #D21EF1;
}
.TagClassName
{
border-color: #D21EF1;
}
</style>