Shades of Psychedelic Purple #D108E9
Tints of Psychedelic Purple #D108E9
RGB
CMYK
RGB Variations
Color information
#D108E9 (or 0xD108E9) is known color: Psychedelic Purple. HEX triplet: D1, 08 and E9. RGB value is (209,8,233). Sum of RGB (Red+Green+Blue) = 209+8+233=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 8 (3.52% from 255 or 1.78% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #D108E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D108E9 is #2EF716. Grayscale: #5D5D5D. Windows color (decimal): -3077911 or 15272145. OLE color: 15272145.
HSL color Cylindrical-coordinate representation of color #D108E9: hue angle of 293.6º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D108E9 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 8 | 233 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.09 |
| HSL | 293.6º | 0.93% | 0.47% | - |
| HSV(B) | 293.6º | 0.97% | 0.91% | - |
| XYZ | 41.09 | 19.61 | 78.71 | - |
| YUV | 93.75 | 206.59 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 233 | 0.10 | 0.97 | 0 | 0.09 | 293.6 | 0.93 | 0.47 |
| Hex | D1 | 8 | E9 | A | 61 | 0 | 9 | 126 | 5D | 2F |
| Octal | 321 | 10 | 351 | 12 | 141 | 0 | 11 | 446 | 135 | 57 |
| Binary | 11010001 | 1000 | 11101001 | 1010 | 1100001 | 0 | 1001 | 100100110 | 1011101 | 101111 |
Color Harmonies of #D108E9
Complementary color
Monochromatic Colors of #D108E9
Black with #D108E9
Text Example
Text Example
White with #D108E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D108E9; }
p { color: rgb(209,8,233); }
H1.HeaderClassName
{
color: #D108E9;
}
.AnyTagClassName
{
color: #D108E9;
}
</style>
background-color css
<style>
a { background-color: #D108E9; }
a { background-color: rgb(209,8,233); }
div.DivClassName
{
background-color: #D108E9;
}
.BgClassName
{
background-color: #D108E9;
}
</style>
border-color css
<style>
span { border-color: #D108E9; }
span { border-color: rgb(209,8,233); }
td.TdClassName
{
border-color: #D108E9;
}
.TagClassName
{
border-color: #D108E9;
}
</style>