Shades of Psychedelic Purple #D21EFC
Tints of Psychedelic Purple #D21EFC
RGB
CMYK
RGB Variations
Color information
#D21EFC (or 0xD21EFC) is known color: Psychedelic Purple. HEX triplet: D2, 1E and FC. RGB value is (210,30,252). Sum of RGB (Red+Green+Blue) = 210+30+252=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 30 (12.11% from 255 or 6.10% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #D21EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21EFC is #2DE103. Grayscale: #6C6C6C. Windows color (decimal): -3006724 or 16522962. OLE color: 16522962.
HSL color Cylindrical-coordinate representation of color #D21EFC: hue angle of 288.65º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21EFC is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 30 | 252 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.01 |
| HSL | 288.65º | 0.97% | 0.55% | - |
| HSV(B) | 288.65º | 0.88% | 0.99% | - |
| XYZ | 44.61 | 21.66 | 93.92 | - |
| YUV | 109.13 | 208.63 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 252 | 0.17 | 0.88 | 0 | 0.01 | 288.65 | 0.97 | 0.55 |
| Hex | D2 | 1E | FC | 11 | 58 | 0 | 1 | 121 | 61 | 37 |
| Octal | 322 | 36 | 374 | 21 | 130 | 0 | 1 | 441 | 141 | 67 |
| Binary | 11010010 | 11110 | 11111100 | 10001 | 1011000 | 0 | 1 | 100100001 | 1100001 | 110111 |
Color Harmonies of #D21EFC
Complementary color
Monochromatic Colors of #D21EFC
Black with #D21EFC
Text Example
Text Example
White with #D21EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21EFC; }
p { color: rgb(210,30,252); }
H1.HeaderClassName
{
color: #D21EFC;
}
.AnyTagClassName
{
color: #D21EFC;
}
</style>
background-color css
<style>
a { background-color: #D21EFC; }
a { background-color: rgb(210,30,252); }
div.DivClassName
{
background-color: #D21EFC;
}
.BgClassName
{
background-color: #D21EFC;
}
</style>
border-color css
<style>
span { border-color: #D21EFC; }
span { border-color: rgb(210,30,252); }
td.TdClassName
{
border-color: #D21EFC;
}
.TagClassName
{
border-color: #D21EFC;
}
</style>