Shades of Psychedelic Purple #D412E8
Tints of Psychedelic Purple #D412E8
RGB
CMYK
RGB Variations
Color information
#D412E8 (or 0xD412E8) is known color: Psychedelic Purple. HEX triplet: D4, 12 and E8. RGB value is (212,18,232). Sum of RGB (Red+Green+Blue) = 212+18+232=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 232 (91.02% from 255 or 50.22% from 462); Max value from RGB is 232 - color contains mainly: blue. Hex color #D412E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D412E8 is #2BED17. Grayscale: #636363. Windows color (decimal): -2878744 or 15209172. OLE color: 15209172.
HSL color Cylindrical-coordinate representation of color #D412E8: hue angle of 294.39º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D412E8 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 18 | 232 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.09 |
| HSL | 294.39º | 0.86% | 0.49% | - |
| HSV(B) | 294.39º | 0.92% | 0.91% | - |
| XYZ | 41.93 | 20.26 | 78.04 | - |
| YUV | 100.4 | 202.27 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 232 | 0.09 | 0.92 | 0 | 0.09 | 294.39 | 0.86 | 0.49 |
| Hex | D4 | 12 | E8 | 9 | 5C | 0 | 9 | 126 | 56 | 31 |
| Octal | 324 | 22 | 350 | 11 | 134 | 0 | 11 | 446 | 126 | 61 |
| Binary | 11010100 | 10010 | 11101000 | 1001 | 1011100 | 0 | 1001 | 100100110 | 1010110 | 110001 |
Color Harmonies of #D412E8
Complementary color
Monochromatic Colors of #D412E8
Black with #D412E8
Text Example
Text Example
White with #D412E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D412E8; }
p { color: rgb(212,18,232); }
H1.HeaderClassName
{
color: #D412E8;
}
.AnyTagClassName
{
color: #D412E8;
}
</style>
background-color css
<style>
a { background-color: #D412E8; }
a { background-color: rgb(212,18,232); }
div.DivClassName
{
background-color: #D412E8;
}
.BgClassName
{
background-color: #D412E8;
}
</style>
border-color css
<style>
span { border-color: #D412E8; }
span { border-color: rgb(212,18,232); }
td.TdClassName
{
border-color: #D412E8;
}
.TagClassName
{
border-color: #D412E8;
}
</style>