Shades of Psychedelic Purple #D917EA
Tints of Psychedelic Purple #D917EA
RGB
CMYK
RGB Variations
Color information
#D917EA (or 0xD917EA) is known color: Psychedelic Purple. HEX triplet: D9, 17 and EA. RGB value is (217,23,234). Sum of RGB (Red+Green+Blue) = 217+23+234=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 23 (9.38% from 255 or 4.85% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #D917EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D917EA is #26E815. Grayscale: #686868. Windows color (decimal): -2549782 or 15341529. OLE color: 15341529.
HSL color Cylindrical-coordinate representation of color #D917EA: hue angle of 295.17º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D917EA is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 23 | 234 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.08 |
| HSL | 295.17º | 0.83% | 0.5% | - |
| HSV(B) | 295.17º | 0.9% | 0.92% | - |
| XYZ | 43.77 | 21.31 | 79.65 | - |
| YUV | 105.06 | 200.77 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 234 | 0.07 | 0.90 | 0 | 0.08 | 295.17 | 0.83 | 0.5 |
| Hex | D9 | 17 | EA | 7 | 5A | 0 | 8 | 127 | 53 | 32 |
| Octal | 331 | 27 | 352 | 7 | 132 | 0 | 10 | 447 | 123 | 62 |
| Binary | 11011001 | 10111 | 11101010 | 111 | 1011010 | 0 | 1000 | 100100111 | 1010011 | 110010 |
Color Harmonies of #D917EA
Complementary color
Monochromatic Colors of #D917EA
Black with #D917EA
Text Example
Text Example
White with #D917EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D917EA; }
p { color: rgb(217,23,234); }
H1.HeaderClassName
{
color: #D917EA;
}
.AnyTagClassName
{
color: #D917EA;
}
</style>
background-color css
<style>
a { background-color: #D917EA; }
a { background-color: rgb(217,23,234); }
div.DivClassName
{
background-color: #D917EA;
}
.BgClassName
{
background-color: #D917EA;
}
</style>
border-color css
<style>
span { border-color: #D917EA; }
span { border-color: rgb(217,23,234); }
td.TdClassName
{
border-color: #D917EA;
}
.TagClassName
{
border-color: #D917EA;
}
</style>