Shades of Psychedelic Purple #D908EE
Tints of Psychedelic Purple #D908EE
RGB
CMYK
RGB Variations
Color information
#D908EE (or 0xD908EE) is known color: Psychedelic Purple. HEX triplet: D9, 08 and EE. RGB value is (217,8,238). Sum of RGB (Red+Green+Blue) = 217+8+238=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 8 (3.52% from 255 or 1.73% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #D908EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D908EE is #26F711. Grayscale: #606060. Windows color (decimal): -2553618 or 15599833. OLE color: 15599833.
HSL color Cylindrical-coordinate representation of color #D908EE: hue angle of 294.52º 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 #D908EE is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 8 | 238 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.07 |
| HSL | 294.52º | 0.93% | 0.48% | - |
| HSV(B) | 294.52º | 0.97% | 0.93% | - |
| XYZ | 44.13 | 21.1 | 82.64 | - |
| YUV | 96.71 | 207.74 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 238 | 0.09 | 0.97 | 0 | 0.07 | 294.52 | 0.93 | 0.48 |
| Hex | D9 | 8 | EE | 9 | 61 | 0 | 7 | 127 | 5D | 30 |
| Octal | 331 | 10 | 356 | 11 | 141 | 0 | 7 | 447 | 135 | 60 |
| Binary | 11011001 | 1000 | 11101110 | 1001 | 1100001 | 0 | 111 | 100100111 | 1011101 | 110000 |
Color Harmonies of #D908EE
Complementary color
Monochromatic Colors of #D908EE
Black with #D908EE
Text Example
Text Example
White with #D908EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D908EE; }
p { color: rgb(217,8,238); }
H1.HeaderClassName
{
color: #D908EE;
}
.AnyTagClassName
{
color: #D908EE;
}
</style>
background-color css
<style>
a { background-color: #D908EE; }
a { background-color: rgb(217,8,238); }
div.DivClassName
{
background-color: #D908EE;
}
.BgClassName
{
background-color: #D908EE;
}
</style>
border-color css
<style>
span { border-color: #D908EE; }
span { border-color: rgb(217,8,238); }
td.TdClassName
{
border-color: #D908EE;
}
.TagClassName
{
border-color: #D908EE;
}
</style>