Shades of Psychedelic Purple #D111FA
Tints of Psychedelic Purple #D111FA
RGB
CMYK
RGB Variations
Color information
#D111FA (or 0xD111FA) is known color: Psychedelic Purple. HEX triplet: D1, 11 and FA. RGB value is (209,17,250). Sum of RGB (Red+Green+Blue) = 209+17+250=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 17 (7.03% from 255 or 3.57% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #D111FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D111FA is #2EEE05. Grayscale: #646464. Windows color (decimal): -3075590 or 16388561. OLE color: 16388561.
HSL color Cylindrical-coordinate representation of color #D111FA: hue angle of 289.44º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D111FA is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 17 | 250 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.02 |
| HSL | 289.44º | 0.96% | 0.52% | - |
| HSV(B) | 289.44º | 0.93% | 0.98% | - |
| XYZ | 43.75 | 20.86 | 92.16 | - |
| YUV | 100.97 | 212.11 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 250 | 0.16 | 0.93 | 0 | 0.02 | 289.44 | 0.96 | 0.52 |
| Hex | D1 | 11 | FA | 10 | 5D | 0 | 2 | 121 | 60 | 34 |
| Octal | 321 | 21 | 372 | 20 | 135 | 0 | 2 | 441 | 140 | 64 |
| Binary | 11010001 | 10001 | 11111010 | 10000 | 1011101 | 0 | 10 | 100100001 | 1100000 | 110100 |
Color Harmonies of #D111FA
Complementary color
Monochromatic Colors of #D111FA
Black with #D111FA
Text Example
Text Example
White with #D111FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D111FA; }
p { color: rgb(209,17,250); }
H1.HeaderClassName
{
color: #D111FA;
}
.AnyTagClassName
{
color: #D111FA;
}
</style>
background-color css
<style>
a { background-color: #D111FA; }
a { background-color: rgb(209,17,250); }
div.DivClassName
{
background-color: #D111FA;
}
.BgClassName
{
background-color: #D111FA;
}
</style>
border-color css
<style>
span { border-color: #D111FA; }
span { border-color: rgb(209,17,250); }
td.TdClassName
{
border-color: #D111FA;
}
.TagClassName
{
border-color: #D111FA;
}
</style>