Shades of Psychedelic Purple #D923EE
Tints of Psychedelic Purple #D923EE
RGB
CMYK
RGB Variations
Color information
#D923EE (or 0xD923EE) is known color: Psychedelic Purple. HEX triplet: D9, 23 and EE. RGB value is (217,35,238). Sum of RGB (Red+Green+Blue) = 217+35+238=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 35 (14.06% from 255 or 7.14% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #D923EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D923EE is #26DC11. Grayscale: #6F6F6F. Windows color (decimal): -2546706 or 15606745. OLE color: 15606745.
HSL color Cylindrical-coordinate representation of color #D923EE: hue angle of 293.79º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D923EE is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 35 | 238 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.07 |
| HSL | 293.79º | 0.86% | 0.54% | - |
| HSV(B) | 293.79º | 0.85% | 0.93% | - |
| XYZ | 44.65 | 22.13 | 82.81 | - |
| YUV | 112.56 | 198.8 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 238 | 0.09 | 0.85 | 0 | 0.07 | 293.79 | 0.86 | 0.54 |
| Hex | D9 | 23 | EE | 9 | 55 | 0 | 7 | 126 | 56 | 36 |
| Octal | 331 | 43 | 356 | 11 | 125 | 0 | 7 | 446 | 126 | 66 |
| Binary | 11011001 | 100011 | 11101110 | 1001 | 1010101 | 0 | 111 | 100100110 | 1010110 | 110110 |
Color Harmonies of #D923EE
Complementary color
Monochromatic Colors of #D923EE
Black with #D923EE
Text Example
Text Example
White with #D923EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D923EE; }
p { color: rgb(217,35,238); }
H1.HeaderClassName
{
color: #D923EE;
}
.AnyTagClassName
{
color: #D923EE;
}
</style>
background-color css
<style>
a { background-color: #D923EE; }
a { background-color: rgb(217,35,238); }
div.DivClassName
{
background-color: #D923EE;
}
.BgClassName
{
background-color: #D923EE;
}
</style>
border-color css
<style>
span { border-color: #D923EE; }
span { border-color: rgb(217,35,238); }
td.TdClassName
{
border-color: #D923EE;
}
.TagClassName
{
border-color: #D923EE;
}
</style>