Shades of Psychedelic Purple #D109FE
Tints of Psychedelic Purple #D109FE
RGB
CMYK
RGB Variations
Color information
#D109FE (or 0xD109FE) is known color: Psychedelic Purple. HEX triplet: D1, 09 and FE. RGB value is (209,9,254). Sum of RGB (Red+Green+Blue) = 209+9+254=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 9 (3.91% from 255 or 1.91% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #D109FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D109FE is #2EF601. Grayscale: #5F5F5F. Windows color (decimal): -3077634 or 16648657. OLE color: 16648657.
HSL color Cylindrical-coordinate representation of color #D109FE: hue angle of 288.98º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D109FE is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 9 | 254 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.00 |
| HSL | 288.98º | 0.99% | 0.52% | - |
| HSV(B) | 288.98º | 0.96% | 1% | - |
| XYZ | 44.28 | 20.91 | 95.47 | - |
| YUV | 96.73 | 216.76 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 254 | 0.18 | 0.96 | 0 | 0.00 | 288.98 | 0.99 | 0.52 |
| Hex | D1 | 9 | FE | 12 | 60 | 0 | 0 | 121 | 63 | 34 |
| Octal | 321 | 11 | 376 | 22 | 140 | 0 | 0 | 441 | 143 | 64 |
| Binary | 11010001 | 1001 | 11111110 | 10010 | 1100000 | 0 | 0 | 100100001 | 1100011 | 110100 |
Color Harmonies of #D109FE
Complementary color
Monochromatic Colors of #D109FE
Black with #D109FE
Text Example
Text Example
White with #D109FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109FE; }
p { color: rgb(209,9,254); }
H1.HeaderClassName
{
color: #D109FE;
}
.AnyTagClassName
{
color: #D109FE;
}
</style>
background-color css
<style>
a { background-color: #D109FE; }
a { background-color: rgb(209,9,254); }
div.DivClassName
{
background-color: #D109FE;
}
.BgClassName
{
background-color: #D109FE;
}
</style>
border-color css
<style>
span { border-color: #D109FE; }
span { border-color: rgb(209,9,254); }
td.TdClassName
{
border-color: #D109FE;
}
.TagClassName
{
border-color: #D109FE;
}
</style>