Shades of Psychedelic Purple #D108EE
Tints of Psychedelic Purple #D108EE
RGB
CMYK
RGB Variations
Color information
#D108EE (or 0xD108EE) is known color: Psychedelic Purple. HEX triplet: D1, 08 and EE. RGB value is (209,8,238). Sum of RGB (Red+Green+Blue) = 209+8+238=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 8 (3.52% from 255 or 1.76% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #D108EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D108EE is #2EF711. Grayscale: #5D5D5D. Windows color (decimal): -3077906 or 15599825. OLE color: 15599825.
HSL color Cylindrical-coordinate representation of color #D108EE: hue angle of 292.43º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D108EE is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 8 | 238 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.07 |
| HSL | 292.43º | 0.93% | 0.48% | - |
| HSV(B) | 292.43º | 0.97% | 0.93% | - |
| XYZ | 41.81 | 19.9 | 82.53 | - |
| YUV | 94.32 | 209.09 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 238 | 0.12 | 0.97 | 0 | 0.07 | 292.43 | 0.93 | 0.48 |
| Hex | D1 | 8 | EE | C | 61 | 0 | 7 | 124 | 5D | 30 |
| Octal | 321 | 10 | 356 | 14 | 141 | 0 | 7 | 444 | 135 | 60 |
| Binary | 11010001 | 1000 | 11101110 | 1100 | 1100001 | 0 | 111 | 100100100 | 1011101 | 110000 |
Color Harmonies of #D108EE
Complementary color
Monochromatic Colors of #D108EE
Black with #D108EE
Text Example
Text Example
White with #D108EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D108EE; }
p { color: rgb(209,8,238); }
H1.HeaderClassName
{
color: #D108EE;
}
.AnyTagClassName
{
color: #D108EE;
}
</style>
background-color css
<style>
a { background-color: #D108EE; }
a { background-color: rgb(209,8,238); }
div.DivClassName
{
background-color: #D108EE;
}
.BgClassName
{
background-color: #D108EE;
}
</style>
border-color css
<style>
span { border-color: #D108EE; }
span { border-color: rgb(209,8,238); }
td.TdClassName
{
border-color: #D108EE;
}
.TagClassName
{
border-color: #D108EE;
}
</style>