Shades of Psychedelic Purple #D110FA
Tints of Psychedelic Purple #D110FA
RGB
CMYK
RGB Variations
Color information
#D110FA (or 0xD110FA) is known color: Psychedelic Purple. HEX triplet: D1, 10 and FA. RGB value is (209,16,250). Sum of RGB (Red+Green+Blue) = 209+16+250=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 16 (6.64% from 255 or 3.37% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #D110FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D110FA is #2EEF05. Grayscale: #636363. Windows color (decimal): -3075846 or 16388305. OLE color: 16388305.
HSL color Cylindrical-coordinate representation of color #D110FA: hue angle of 289.49º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D110FA is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 16 | 250 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.02 |
| HSL | 289.49º | 0.96% | 0.52% | - |
| HSV(B) | 289.49º | 0.94% | 0.98% | - |
| XYZ | 43.74 | 20.83 | 92.16 | - |
| YUV | 100.38 | 212.44 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 250 | 0.16 | 0.94 | 0 | 0.02 | 289.49 | 0.96 | 0.52 |
| Hex | D1 | 10 | FA | 10 | 5E | 0 | 2 | 121 | 60 | 34 |
| Octal | 321 | 20 | 372 | 20 | 136 | 0 | 2 | 441 | 140 | 64 |
| Binary | 11010001 | 10000 | 11111010 | 10000 | 1011110 | 0 | 10 | 100100001 | 1100000 | 110100 |
Color Harmonies of #D110FA
Complementary color
Monochromatic Colors of #D110FA
Black with #D110FA
Text Example
Text Example
White with #D110FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D110FA; }
p { color: rgb(209,16,250); }
H1.HeaderClassName
{
color: #D110FA;
}
.AnyTagClassName
{
color: #D110FA;
}
</style>
background-color css
<style>
a { background-color: #D110FA; }
a { background-color: rgb(209,16,250); }
div.DivClassName
{
background-color: #D110FA;
}
.BgClassName
{
background-color: #D110FA;
}
</style>
border-color css
<style>
span { border-color: #D110FA; }
span { border-color: rgb(209,16,250); }
td.TdClassName
{
border-color: #D110FA;
}
.TagClassName
{
border-color: #D110FA;
}
</style>