Shades of Psychedelic Purple #D109FF
Tints of Psychedelic Purple #D109FF
RGB
CMYK
RGB Variations
Color information
#D109FF (or 0xD109FF) is known color: Psychedelic Purple. HEX triplet: D1, 09 and FF. RGB value is (209,9,255). Sum of RGB (Red+Green+Blue) = 209+9+255=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 9 (3.91% from 255 or 1.90% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #D109FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D109FF is #2EF600. Grayscale: #606060. Windows color (decimal): -3077633 or 16714193. OLE color: 16714193.
HSL color Cylindrical-coordinate representation of color #D109FF: hue angle of 288.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D109FF is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 9 | 255 | - |
| CMYK | 0.18 | 0.96 | 0 | 0 |
| HSL | 288.78º | 1% | 0.52% | - |
| HSV(B) | 288.78º | 0.96% | 1% | - |
| XYZ | 44.44 | 20.97 | 96.31 | - |
| YUV | 96.84 | 217.26 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 255 | 0.18 | 0.96 | 0 | 0 | 288.78 | 1 | 0.52 |
| Hex | D1 | 9 | FF | 12 | 60 | 0 | 0 | 121 | 64 | 34 |
| Octal | 321 | 11 | 377 | 22 | 140 | 0 | 0 | 441 | 144 | 64 |
| Binary | 11010001 | 1001 | 11111111 | 10010 | 1100000 | 0 | 0 | 100100001 | 1100100 | 110100 |
Color Harmonies of #D109FF
Complementary color
Monochromatic Colors of #D109FF
Black with #D109FF
Text Example
Text Example
White with #D109FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109FF; }
p { color: rgb(209,9,255); }
H1.HeaderClassName
{
color: #D109FF;
}
.AnyTagClassName
{
color: #D109FF;
}
</style>
background-color css
<style>
a { background-color: #D109FF; }
a { background-color: rgb(209,9,255); }
div.DivClassName
{
background-color: #D109FF;
}
.BgClassName
{
background-color: #D109FF;
}
</style>
border-color css
<style>
span { border-color: #D109FF; }
span { border-color: rgb(209,9,255); }
td.TdClassName
{
border-color: #D109FF;
}
.TagClassName
{
border-color: #D109FF;
}
</style>