Shades of Psychedelic Purple #D417EF
Tints of Psychedelic Purple #D417EF
RGB
CMYK
RGB Variations
Color information
#D417EF (or 0xD417EF) is known color: Psychedelic Purple. HEX triplet: D4, 17 and EF. RGB value is (212,23,239). Sum of RGB (Red+Green+Blue) = 212+23+239=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 23 (9.38% from 255 or 4.85% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #D417EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D417EF is #2BE810. Grayscale: #676767. Windows color (decimal): -2877457 or 15669204. OLE color: 15669204.
HSL color Cylindrical-coordinate representation of color #D417EF: hue angle of 292.5º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D417EF is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 23 | 239 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.06 |
| HSL | 292.5º | 0.87% | 0.51% | - |
| HSV(B) | 292.5º | 0.9% | 0.94% | - |
| XYZ | 43.04 | 20.84 | 83.42 | - |
| YUV | 104.14 | 204.12 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 239 | 0.11 | 0.90 | 0 | 0.06 | 292.5 | 0.87 | 0.51 |
| Hex | D4 | 17 | EF | B | 5A | 0 | 6 | 124 | 57 | 33 |
| Octal | 324 | 27 | 357 | 13 | 132 | 0 | 6 | 444 | 127 | 63 |
| Binary | 11010100 | 10111 | 11101111 | 1011 | 1011010 | 0 | 110 | 100100100 | 1010111 | 110011 |
Color Harmonies of #D417EF
Complementary color
Monochromatic Colors of #D417EF
Black with #D417EF
Text Example
Text Example
White with #D417EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D417EF; }
p { color: rgb(212,23,239); }
H1.HeaderClassName
{
color: #D417EF;
}
.AnyTagClassName
{
color: #D417EF;
}
</style>
background-color css
<style>
a { background-color: #D417EF; }
a { background-color: rgb(212,23,239); }
div.DivClassName
{
background-color: #D417EF;
}
.BgClassName
{
background-color: #D417EF;
}
</style>
border-color css
<style>
span { border-color: #D417EF; }
span { border-color: rgb(212,23,239); }
td.TdClassName
{
border-color: #D417EF;
}
.TagClassName
{
border-color: #D417EF;
}
</style>