Shades of Psychedelic Purple #D419E7
Tints of Psychedelic Purple #D419E7
RGB
CMYK
RGB Variations
Color information
#D419E7 (or 0xD419E7) is known color: Psychedelic Purple. HEX triplet: D4, 19 and E7. RGB value is (212,25,231). Sum of RGB (Red+Green+Blue) = 212+25+231=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 25 (10.16% from 255 or 5.34% from 468); Blue value is 231 (90.62% from 255 or 49.36% from 468); Max value from RGB is 231 - color contains mainly: blue. Hex color #D419E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D419E7 is #2BE618. Grayscale: #676767. Windows color (decimal): -2876953 or 15145428. OLE color: 15145428.
HSL color Cylindrical-coordinate representation of color #D419E7: hue angle of 294.47º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D419E7 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 25 | 231 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.09 |
| HSL | 294.47º | 0.81% | 0.5% | - |
| HSV(B) | 294.47º | 0.89% | 0.91% | - |
| XYZ | 41.92 | 20.46 | 77.34 | - |
| YUV | 104.4 | 199.45 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 231 | 0.08 | 0.89 | 0 | 0.09 | 294.47 | 0.81 | 0.5 |
| Hex | D4 | 19 | E7 | 8 | 59 | 0 | 9 | 126 | 51 | 32 |
| Octal | 324 | 31 | 347 | 10 | 131 | 0 | 11 | 446 | 121 | 62 |
| Binary | 11010100 | 11001 | 11100111 | 1000 | 1011001 | 0 | 1001 | 100100110 | 1010001 | 110010 |
Color Harmonies of #D419E7
Complementary color
Monochromatic Colors of #D419E7
Black with #D419E7
Text Example
Text Example
White with #D419E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D419E7; }
p { color: rgb(212,25,231); }
H1.HeaderClassName
{
color: #D419E7;
}
.AnyTagClassName
{
color: #D419E7;
}
</style>
background-color css
<style>
a { background-color: #D419E7; }
a { background-color: rgb(212,25,231); }
div.DivClassName
{
background-color: #D419E7;
}
.BgClassName
{
background-color: #D419E7;
}
</style>
border-color css
<style>
span { border-color: #D419E7; }
span { border-color: rgb(212,25,231); }
td.TdClassName
{
border-color: #D419E7;
}
.TagClassName
{
border-color: #D419E7;
}
</style>