Shades of Psychedelic Purple #D21FEC
Tints of Psychedelic Purple #D21FEC
RGB
CMYK
RGB Variations
Color information
#D21FEC (or 0xD21FEC) is known color: Psychedelic Purple. HEX triplet: D2, 1F and EC. RGB value is (210,31,236). Sum of RGB (Red+Green+Blue) = 210+31+236=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #D21FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21FEC is #2DE013. Grayscale: #6B6B6B. Windows color (decimal): -3006484 or 15474642. OLE color: 15474642.
HSL color Cylindrical-coordinate representation of color #D21FEC: hue angle of 292.39º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21FEC is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 31 | 236 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.07 |
| HSL | 292.39º | 0.84% | 0.52% | - |
| HSV(B) | 292.39º | 0.87% | 0.93% | - |
| XYZ | 42.21 | 20.74 | 81.14 | - |
| YUV | 107.89 | 200.3 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 236 | 0.11 | 0.87 | 0 | 0.07 | 292.39 | 0.84 | 0.52 |
| Hex | D2 | 1F | EC | B | 57 | 0 | 7 | 124 | 54 | 34 |
| Octal | 322 | 37 | 354 | 13 | 127 | 0 | 7 | 444 | 124 | 64 |
| Binary | 11010010 | 11111 | 11101100 | 1011 | 1010111 | 0 | 111 | 100100100 | 1010100 | 110100 |
Color Harmonies of #D21FEC
Complementary color
Monochromatic Colors of #D21FEC
Black with #D21FEC
Text Example
Text Example
White with #D21FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21FEC; }
p { color: rgb(210,31,236); }
H1.HeaderClassName
{
color: #D21FEC;
}
.AnyTagClassName
{
color: #D21FEC;
}
</style>
background-color css
<style>
a { background-color: #D21FEC; }
a { background-color: rgb(210,31,236); }
div.DivClassName
{
background-color: #D21FEC;
}
.BgClassName
{
background-color: #D21FEC;
}
</style>
border-color css
<style>
span { border-color: #D21FEC; }
span { border-color: rgb(210,31,236); }
td.TdClassName
{
border-color: #D21FEC;
}
.TagClassName
{
border-color: #D21FEC;
}
</style>