Shades of Psychedelic Purple #D21FEF
Tints of Psychedelic Purple #D21FEF
RGB
CMYK
RGB Variations
Color information
#D21FEF (or 0xD21FEF) is known color: Psychedelic Purple. HEX triplet: D2, 1F and EF. RGB value is (210,31,239). Sum of RGB (Red+Green+Blue) = 210+31+239=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 31 (12.5% from 255 or 6.46% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #D21FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21FEF is #2DE010. Grayscale: #6B6B6B. Windows color (decimal): -3006481 or 15671250. OLE color: 15671250.
HSL color Cylindrical-coordinate representation of color #D21FEF: hue angle of 291.63º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21FEF is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 31 | 239 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.06 |
| HSL | 291.63º | 0.87% | 0.53% | - |
| HSV(B) | 291.63º | 0.87% | 0.94% | - |
| XYZ | 42.65 | 20.91 | 83.45 | - |
| YUV | 108.23 | 201.8 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 239 | 0.12 | 0.87 | 0 | 0.06 | 291.63 | 0.87 | 0.53 |
| Hex | D2 | 1F | EF | C | 57 | 0 | 6 | 124 | 57 | 35 |
| Octal | 322 | 37 | 357 | 14 | 127 | 0 | 6 | 444 | 127 | 65 |
| Binary | 11010010 | 11111 | 11101111 | 1100 | 1010111 | 0 | 110 | 100100100 | 1010111 | 110101 |
Color Harmonies of #D21FEF
Complementary color
Monochromatic Colors of #D21FEF
Black with #D21FEF
Text Example
Text Example
White with #D21FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21FEF; }
p { color: rgb(210,31,239); }
H1.HeaderClassName
{
color: #D21FEF;
}
.AnyTagClassName
{
color: #D21FEF;
}
</style>
background-color css
<style>
a { background-color: #D21FEF; }
a { background-color: rgb(210,31,239); }
div.DivClassName
{
background-color: #D21FEF;
}
.BgClassName
{
background-color: #D21FEF;
}
</style>
border-color css
<style>
span { border-color: #D21FEF; }
span { border-color: rgb(210,31,239); }
td.TdClassName
{
border-color: #D21FEF;
}
.TagClassName
{
border-color: #D21FEF;
}
</style>