Shades of Psychedelic Purple #D900E9
Tints of Psychedelic Purple #D900E9
RGB
CMYK
RGB Variations
Color information
#D900E9 (or 0xD900E9) is known color: Psychedelic Purple. HEX triplet: D9, 00 and E9. RGB value is (217,0,233). Sum of RGB (Red+Green+Blue) = 217+0+233=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 0 (0.39% from 255 or 0% 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 #D900E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D900E9 is #26FF16. Grayscale: #5A5A5A. Windows color (decimal): -2555671 or 15270105. OLE color: 15270105.
HSL color Cylindrical-coordinate representation of color #D900E9: hue angle of 295.88º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D900E9 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 0 | 233 | - |
| CMYK | 0.07 | 1 | 0 | 0.09 |
| HSL | 295.88º | 1% | 0.46% | - |
| HSV(B) | 295.88º | 1% | 0.91% | - |
| XYZ | 43.32 | 20.63 | 78.79 | - |
| YUV | 91.45 | 207.89 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 233 | 0.07 | 1 | 0 | 0.09 | 295.88 | 1 | 0.46 |
| Hex | D9 | 0 | E9 | 7 | 64 | 0 | 9 | 128 | 64 | 2E |
| Octal | 331 | 0 | 351 | 7 | 144 | 0 | 11 | 450 | 144 | 56 |
| Binary | 11011001 | 0 | 11101001 | 111 | 1100100 | 0 | 1001 | 100101000 | 1100100 | 101110 |
Color Harmonies of #D900E9
Complementary color
Monochromatic Colors of #D900E9
Black with #D900E9
Text Example
Text Example
White with #D900E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D900E9; }
p { color: rgb(217,0,233); }
H1.HeaderClassName
{
color: #D900E9;
}
.AnyTagClassName
{
color: #D900E9;
}
</style>
background-color css
<style>
a { background-color: #D900E9; }
a { background-color: rgb(217,0,233); }
div.DivClassName
{
background-color: #D900E9;
}
.BgClassName
{
background-color: #D900E9;
}
</style>
border-color css
<style>
span { border-color: #D900E9; }
span { border-color: rgb(217,0,233); }
td.TdClassName
{
border-color: #D900E9;
}
.TagClassName
{
border-color: #D900E9;
}
</style>