Shades of Psychedelic Purple #D923E9
Tints of Psychedelic Purple #D923E9
RGB
CMYK
RGB Variations
Color information
#D923E9 (or 0xD923E9) is known color: Psychedelic Purple. HEX triplet: D9, 23 and E9. RGB value is (217,35,233). Sum of RGB (Red+Green+Blue) = 217+35+233=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 35 (14.06% from 255 or 7.22% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 233 - color contains mainly: blue. Hex color #D923E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D923E9 is #26DC16. Grayscale: #6F6F6F. Windows color (decimal): -2546711 or 15279065. OLE color: 15279065.
HSL color Cylindrical-coordinate representation of color #D923E9: hue angle of 295.15º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D923E9 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 35 | 233 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.09 |
| HSL | 295.15º | 0.82% | 0.53% | - |
| HSV(B) | 295.15º | 0.85% | 0.91% | - |
| XYZ | 43.92 | 21.84 | 78.99 | - |
| YUV | 111.99 | 196.3 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 233 | 0.07 | 0.85 | 0 | 0.09 | 295.15 | 0.82 | 0.53 |
| Hex | D9 | 23 | E9 | 7 | 55 | 0 | 9 | 127 | 52 | 35 |
| Octal | 331 | 43 | 351 | 7 | 125 | 0 | 11 | 447 | 122 | 65 |
| Binary | 11011001 | 100011 | 11101001 | 111 | 1010101 | 0 | 1001 | 100100111 | 1010010 | 110101 |
Color Harmonies of #D923E9
Complementary color
Monochromatic Colors of #D923E9
Black with #D923E9
Text Example
Text Example
White with #D923E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D923E9; }
p { color: rgb(217,35,233); }
H1.HeaderClassName
{
color: #D923E9;
}
.AnyTagClassName
{
color: #D923E9;
}
</style>
background-color css
<style>
a { background-color: #D923E9; }
a { background-color: rgb(217,35,233); }
div.DivClassName
{
background-color: #D923E9;
}
.BgClassName
{
background-color: #D923E9;
}
</style>
border-color css
<style>
span { border-color: #D923E9; }
span { border-color: rgb(217,35,233); }
td.TdClassName
{
border-color: #D923E9;
}
.TagClassName
{
border-color: #D923E9;
}
</style>