Shades of Psychedelic Purple #D21FFA
Tints of Psychedelic Purple #D21FFA
RGB
CMYK
RGB Variations
Color information
#D21FFA (or 0xD21FFA) is known color: Psychedelic Purple. HEX triplet: D2, 1F and FA. RGB value is (210,31,250). Sum of RGB (Red+Green+Blue) = 210+31+250=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 31 (12.5% from 255 or 6.31% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #D21FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21FFA is #2DE005. Grayscale: #6C6C6C. Windows color (decimal): -3006470 or 16392146. OLE color: 16392146.
HSL color Cylindrical-coordinate representation of color #D21FFA: hue angle of 289.04º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21FFA is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 31 | 250 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.02 |
| HSL | 289.04º | 0.96% | 0.55% | - |
| HSV(B) | 289.04º | 0.88% | 0.98% | - |
| XYZ | 44.32 | 21.58 | 92.27 | - |
| YUV | 109.49 | 207.3 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 250 | 0.16 | 0.88 | 0 | 0.02 | 289.04 | 0.96 | 0.55 |
| Hex | D2 | 1F | FA | 10 | 58 | 0 | 2 | 121 | 60 | 37 |
| Octal | 322 | 37 | 372 | 20 | 130 | 0 | 2 | 441 | 140 | 67 |
| Binary | 11010010 | 11111 | 11111010 | 10000 | 1011000 | 0 | 10 | 100100001 | 1100000 | 110111 |
Color Harmonies of #D21FFA
Complementary color
Monochromatic Colors of #D21FFA
Black with #D21FFA
Text Example
Text Example
White with #D21FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21FFA; }
p { color: rgb(210,31,250); }
H1.HeaderClassName
{
color: #D21FFA;
}
.AnyTagClassName
{
color: #D21FFA;
}
</style>
background-color css
<style>
a { background-color: #D21FFA; }
a { background-color: rgb(210,31,250); }
div.DivClassName
{
background-color: #D21FFA;
}
.BgClassName
{
background-color: #D21FFA;
}
</style>
border-color css
<style>
span { border-color: #D21FFA; }
span { border-color: rgb(210,31,250); }
td.TdClassName
{
border-color: #D21FFA;
}
.TagClassName
{
border-color: #D21FFA;
}
</style>