Shades of Psychedelic Purple #D105FA
Tints of Psychedelic Purple #D105FA
RGB
CMYK
RGB Variations
Color information
#D105FA (or 0xD105FA) is known color: Psychedelic Purple. HEX triplet: D1, 05 and FA. RGB value is (209,5,250). Sum of RGB (Red+Green+Blue) = 209+5+250=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 5 (2.34% from 255 or 1.08% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #D105FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D105FA is #2EFA05. Grayscale: #5D5D5D. Windows color (decimal): -3078662 or 16385489. OLE color: 16385489.
HSL color Cylindrical-coordinate representation of color #D105FA: hue angle of 289.96º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D105FA is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 5 | 250 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.02 |
| HSL | 289.96º | 0.96% | 0.5% | - |
| HSV(B) | 289.96º | 0.98% | 0.98% | - |
| XYZ | 43.6 | 20.57 | 92.11 | - |
| YUV | 93.93 | 216.09 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 250 | 0.16 | 0.98 | 0 | 0.02 | 289.96 | 0.96 | 0.5 |
| Hex | D1 | 5 | FA | 10 | 62 | 0 | 2 | 122 | 60 | 32 |
| Octal | 321 | 5 | 372 | 20 | 142 | 0 | 2 | 442 | 140 | 62 |
| Binary | 11010001 | 101 | 11111010 | 10000 | 1100010 | 0 | 10 | 100100010 | 1100000 | 110010 |
Color Harmonies of #D105FA
Complementary color
Monochromatic Colors of #D105FA
Black with #D105FA
Text Example
Text Example
White with #D105FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D105FA; }
p { color: rgb(209,5,250); }
H1.HeaderClassName
{
color: #D105FA;
}
.AnyTagClassName
{
color: #D105FA;
}
</style>
background-color css
<style>
a { background-color: #D105FA; }
a { background-color: rgb(209,5,250); }
div.DivClassName
{
background-color: #D105FA;
}
.BgClassName
{
background-color: #D105FA;
}
</style>
border-color css
<style>
span { border-color: #D105FA; }
span { border-color: rgb(209,5,250); }
td.TdClassName
{
border-color: #D105FA;
}
.TagClassName
{
border-color: #D105FA;
}
</style>