Shades of Psychedelic Purple #D419E9
Tints of Psychedelic Purple #D419E9
RGB
CMYK
RGB Variations
Color information
#D419E9 (or 0xD419E9) is known color: Psychedelic Purple. HEX triplet: D4, 19 and E9. RGB value is (212,25,233). Sum of RGB (Red+Green+Blue) = 212+25+233=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #D419E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D419E9 is #2BE616. Grayscale: #676767. Windows color (decimal): -2876951 or 15276500. OLE color: 15276500.
HSL color Cylindrical-coordinate representation of color #D419E9: hue angle of 293.94º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D419E9 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 25 | 233 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.09 |
| HSL | 293.94º | 0.83% | 0.51% | - |
| HSV(B) | 293.94º | 0.89% | 0.91% | - |
| XYZ | 42.21 | 20.58 | 78.84 | - |
| YUV | 104.63 | 200.45 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 233 | 0.09 | 0.89 | 0 | 0.09 | 293.94 | 0.83 | 0.51 |
| Hex | D4 | 19 | E9 | 9 | 59 | 0 | 9 | 126 | 53 | 33 |
| Octal | 324 | 31 | 351 | 11 | 131 | 0 | 11 | 446 | 123 | 63 |
| Binary | 11010100 | 11001 | 11101001 | 1001 | 1011001 | 0 | 1001 | 100100110 | 1010011 | 110011 |
Color Harmonies of #D419E9
Complementary color
Monochromatic Colors of #D419E9
Black with #D419E9
Text Example
Text Example
White with #D419E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D419E9; }
p { color: rgb(212,25,233); }
H1.HeaderClassName
{
color: #D419E9;
}
.AnyTagClassName
{
color: #D419E9;
}
</style>
background-color css
<style>
a { background-color: #D419E9; }
a { background-color: rgb(212,25,233); }
div.DivClassName
{
background-color: #D419E9;
}
.BgClassName
{
background-color: #D419E9;
}
</style>
border-color css
<style>
span { border-color: #D419E9; }
span { border-color: rgb(212,25,233); }
td.TdClassName
{
border-color: #D419E9;
}
.TagClassName
{
border-color: #D419E9;
}
</style>