Shades of Psychedelic Purple #D109FA
Tints of Psychedelic Purple #D109FA
RGB
CMYK
RGB Variations
Color information
#D109FA (or 0xD109FA) is known color: Psychedelic Purple. HEX triplet: D1, 09 and FA. RGB value is (209,9,250). Sum of RGB (Red+Green+Blue) = 209+9+250=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 9 (3.91% from 255 or 1.92% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #D109FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D109FA is #2EF605. Grayscale: #5F5F5F. Windows color (decimal): -3077638 or 16386513. OLE color: 16386513.
HSL color Cylindrical-coordinate representation of color #D109FA: hue angle of 289.79º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D109FA is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 9 | 250 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.02 |
| HSL | 289.79º | 0.96% | 0.51% | - |
| HSV(B) | 289.79º | 0.96% | 0.98% | - |
| XYZ | 43.65 | 20.65 | 92.13 | - |
| YUV | 96.27 | 214.76 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 250 | 0.16 | 0.96 | 0 | 0.02 | 289.79 | 0.96 | 0.51 |
| Hex | D1 | 9 | FA | 10 | 60 | 0 | 2 | 122 | 60 | 33 |
| Octal | 321 | 11 | 372 | 20 | 140 | 0 | 2 | 442 | 140 | 63 |
| Binary | 11010001 | 1001 | 11111010 | 10000 | 1100000 | 0 | 10 | 100100010 | 1100000 | 110011 |
Color Harmonies of #D109FA
Complementary color
Monochromatic Colors of #D109FA
Black with #D109FA
Text Example
Text Example
White with #D109FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109FA; }
p { color: rgb(209,9,250); }
H1.HeaderClassName
{
color: #D109FA;
}
.AnyTagClassName
{
color: #D109FA;
}
</style>
background-color css
<style>
a { background-color: #D109FA; }
a { background-color: rgb(209,9,250); }
div.DivClassName
{
background-color: #D109FA;
}
.BgClassName
{
background-color: #D109FA;
}
</style>
border-color css
<style>
span { border-color: #D109FA; }
span { border-color: rgb(209,9,250); }
td.TdClassName
{
border-color: #D109FA;
}
.TagClassName
{
border-color: #D109FA;
}
</style>