Shades of Psychedelic Purple #D418E8
Tints of Psychedelic Purple #D418E8
RGB
CMYK
RGB Variations
Color information
#D418E8 (or 0xD418E8) is known color: Psychedelic Purple. HEX triplet: D4, 18 and E8. RGB value is (212,24,232). Sum of RGB (Red+Green+Blue) = 212+24+232=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 24 (9.77% from 255 or 5.13% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #D418E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D418E8 is #2BE717. Grayscale: #676767. Windows color (decimal): -2877208 or 15210708. OLE color: 15210708.
HSL color Cylindrical-coordinate representation of color #D418E8: hue angle of 294.23º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D418E8 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 24 | 232 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.09 |
| HSL | 294.23º | 0.82% | 0.5% | - |
| HSV(B) | 294.23º | 0.9% | 0.91% | - |
| XYZ | 42.04 | 20.48 | 78.08 | - |
| YUV | 103.92 | 200.28 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 232 | 0.09 | 0.90 | 0 | 0.09 | 294.23 | 0.82 | 0.5 |
| Hex | D4 | 18 | E8 | 9 | 5A | 0 | 9 | 126 | 52 | 32 |
| Octal | 324 | 30 | 350 | 11 | 132 | 0 | 11 | 446 | 122 | 62 |
| Binary | 11010100 | 11000 | 11101000 | 1001 | 1011010 | 0 | 1001 | 100100110 | 1010010 | 110010 |
Color Harmonies of #D418E8
Complementary color
Monochromatic Colors of #D418E8
Black with #D418E8
Text Example
Text Example
White with #D418E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D418E8; }
p { color: rgb(212,24,232); }
H1.HeaderClassName
{
color: #D418E8;
}
.AnyTagClassName
{
color: #D418E8;
}
</style>
background-color css
<style>
a { background-color: #D418E8; }
a { background-color: rgb(212,24,232); }
div.DivClassName
{
background-color: #D418E8;
}
.BgClassName
{
background-color: #D418E8;
}
</style>
border-color css
<style>
span { border-color: #D418E8; }
span { border-color: rgb(212,24,232); }
td.TdClassName
{
border-color: #D418E8;
}
.TagClassName
{
border-color: #D418E8;
}
</style>