Shades of Psychedelic Purple #D418EF
Tints of Psychedelic Purple #D418EF
RGB
CMYK
RGB Variations
Color information
#D418EF (or 0xD418EF) is known color: Psychedelic Purple. HEX triplet: D4, 18 and EF. RGB value is (212,24,239). Sum of RGB (Red+Green+Blue) = 212+24+239=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #D418EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D418EF is #2BE710. Grayscale: #686868. Windows color (decimal): -2877201 or 15669460. OLE color: 15669460.
HSL color Cylindrical-coordinate representation of color #D418EF: hue angle of 292.47º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D418EF is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 24 | 239 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.06 |
| HSL | 292.47º | 0.87% | 0.52% | - |
| HSV(B) | 292.47º | 0.9% | 0.94% | - |
| XYZ | 43.06 | 20.88 | 83.42 | - |
| YUV | 104.72 | 203.78 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 239 | 0.11 | 0.90 | 0 | 0.06 | 292.47 | 0.87 | 0.52 |
| Hex | D4 | 18 | EF | B | 5A | 0 | 6 | 124 | 57 | 34 |
| Octal | 324 | 30 | 357 | 13 | 132 | 0 | 6 | 444 | 127 | 64 |
| Binary | 11010100 | 11000 | 11101111 | 1011 | 1011010 | 0 | 110 | 100100100 | 1010111 | 110100 |
Color Harmonies of #D418EF
Complementary color
Monochromatic Colors of #D418EF
Black with #D418EF
Text Example
Text Example
White with #D418EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D418EF; }
p { color: rgb(212,24,239); }
H1.HeaderClassName
{
color: #D418EF;
}
.AnyTagClassName
{
color: #D418EF;
}
</style>
background-color css
<style>
a { background-color: #D418EF; }
a { background-color: rgb(212,24,239); }
div.DivClassName
{
background-color: #D418EF;
}
.BgClassName
{
background-color: #D418EF;
}
</style>
border-color css
<style>
span { border-color: #D418EF; }
span { border-color: rgb(212,24,239); }
td.TdClassName
{
border-color: #D418EF;
}
.TagClassName
{
border-color: #D418EF;
}
</style>