Shades of Psychedelic Purple #D21EF7
Tints of Psychedelic Purple #D21EF7
RGB
CMYK
RGB Variations
Color information
#D21EF7 (or 0xD21EF7) is known color: Psychedelic Purple. HEX triplet: D2, 1E and F7. RGB value is (210,30,247). Sum of RGB (Red+Green+Blue) = 210+30+247=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 30 (12.11% from 255 or 6.16% from 487); Blue value is 247 (96.88% from 255 or 50.72% from 487); Max value from RGB is 247 - color contains mainly: blue. Hex color #D21EF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21EF7 is #2DE108. Grayscale: #6B6B6B. Windows color (decimal): -3006729 or 16195282. OLE color: 16195282.
HSL color Cylindrical-coordinate representation of color #D21EF7: hue angle of 289.77º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21EF7 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 30 | 247 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.03 |
| HSL | 289.77º | 0.93% | 0.54% | - |
| HSV(B) | 289.77º | 0.88% | 0.97% | - |
| XYZ | 43.83 | 21.35 | 89.81 | - |
| YUV | 108.56 | 206.13 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 247 | 0.15 | 0.88 | 0 | 0.03 | 289.77 | 0.93 | 0.54 |
| Hex | D2 | 1E | F7 | F | 58 | 0 | 3 | 122 | 5D | 36 |
| Octal | 322 | 36 | 367 | 17 | 130 | 0 | 3 | 442 | 135 | 66 |
| Binary | 11010010 | 11110 | 11110111 | 1111 | 1011000 | 0 | 11 | 100100010 | 1011101 | 110110 |
Color Harmonies of #D21EF7
Complementary color
Monochromatic Colors of #D21EF7
Black with #D21EF7
Text Example
Text Example
White with #D21EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21EF7; }
p { color: rgb(210,30,247); }
H1.HeaderClassName
{
color: #D21EF7;
}
.AnyTagClassName
{
color: #D21EF7;
}
</style>
background-color css
<style>
a { background-color: #D21EF7; }
a { background-color: rgb(210,30,247); }
div.DivClassName
{
background-color: #D21EF7;
}
.BgClassName
{
background-color: #D21EF7;
}
</style>
border-color css
<style>
span { border-color: #D21EF7; }
span { border-color: rgb(210,30,247); }
td.TdClassName
{
border-color: #D21EF7;
}
.TagClassName
{
border-color: #D21EF7;
}
</style>