Shades of Psychedelic Purple #D121FA
Tints of Psychedelic Purple #D121FA
RGB
CMYK
RGB Variations
Color information
#D121FA (or 0xD121FA) is known color: Psychedelic Purple. HEX triplet: D1, 21 and FA. RGB value is (209,33,250). Sum of RGB (Red+Green+Blue) = 209+33+250=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 33 (13.28% from 255 or 6.71% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #D121FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D121FA is #2EDE05. Grayscale: #6D6D6D. Windows color (decimal): -3071494 or 16392657. OLE color: 16392657.
HSL color Cylindrical-coordinate representation of color #D121FA: hue angle of 288.66º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D121FA is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 33 | 250 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.02 |
| HSL | 288.66º | 0.96% | 0.55% | - |
| HSV(B) | 288.66º | 0.87% | 0.98% | - |
| XYZ | 44.09 | 21.55 | 92.28 | - |
| YUV | 110.36 | 206.81 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 250 | 0.16 | 0.87 | 0 | 0.02 | 288.66 | 0.96 | 0.55 |
| Hex | D1 | 21 | FA | 10 | 57 | 0 | 2 | 121 | 60 | 37 |
| Octal | 321 | 41 | 372 | 20 | 127 | 0 | 2 | 441 | 140 | 67 |
| Binary | 11010001 | 100001 | 11111010 | 10000 | 1010111 | 0 | 10 | 100100001 | 1100000 | 110111 |
Color Harmonies of #D121FA
Complementary color
Monochromatic Colors of #D121FA
Black with #D121FA
Text Example
Text Example
White with #D121FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D121FA; }
p { color: rgb(209,33,250); }
H1.HeaderClassName
{
color: #D121FA;
}
.AnyTagClassName
{
color: #D121FA;
}
</style>
background-color css
<style>
a { background-color: #D121FA; }
a { background-color: rgb(209,33,250); }
div.DivClassName
{
background-color: #D121FA;
}
.BgClassName
{
background-color: #D121FA;
}
</style>
border-color css
<style>
span { border-color: #D121FA; }
span { border-color: rgb(209,33,250); }
td.TdClassName
{
border-color: #D121FA;
}
.TagClassName
{
border-color: #D121FA;
}
</style>