Shades of Psychedelic Purple #D419FF
Tints of Psychedelic Purple #D419FF
RGB
CMYK
RGB Variations
Color information
#D419FF (or 0xD419FF) is known color: Psychedelic Purple. HEX triplet: D4, 19 and FF. RGB value is (212,25,255). Sum of RGB (Red+Green+Blue) = 212+25+255=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 25 (10.16% from 255 or 5.08% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #D419FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D419FF is #2BE600. Grayscale: #6A6A6A. Windows color (decimal): -2876929 or 16718292. OLE color: 16718292.
HSL color Cylindrical-coordinate representation of color #D419FF: hue angle of 288.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D419FF is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 25 | 255 | - |
| CMYK | 0.17 | 0.90 | 0 | 0 |
| HSL | 288.78º | 1% | 0.55% | - |
| HSV(B) | 288.78º | 0.9% | 1% | - |
| XYZ | 45.55 | 21.91 | 96.44 | - |
| YUV | 107.13 | 211.45 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 255 | 0.17 | 0.90 | 0 | 0 | 288.78 | 1 | 0.55 |
| Hex | D4 | 19 | FF | 11 | 5A | 0 | 0 | 121 | 64 | 37 |
| Octal | 324 | 31 | 377 | 21 | 132 | 0 | 0 | 441 | 144 | 67 |
| Binary | 11010100 | 11001 | 11111111 | 10001 | 1011010 | 0 | 0 | 100100001 | 1100100 | 110111 |
Color Harmonies of #D419FF
Complementary color
Monochromatic Colors of #D419FF
Black with #D419FF
Text Example
Text Example
White with #D419FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D419FF; }
p { color: rgb(212,25,255); }
H1.HeaderClassName
{
color: #D419FF;
}
.AnyTagClassName
{
color: #D419FF;
}
</style>
background-color css
<style>
a { background-color: #D419FF; }
a { background-color: rgb(212,25,255); }
div.DivClassName
{
background-color: #D419FF;
}
.BgClassName
{
background-color: #D419FF;
}
</style>
border-color css
<style>
span { border-color: #D419FF; }
span { border-color: rgb(212,25,255); }
td.TdClassName
{
border-color: #D419FF;
}
.TagClassName
{
border-color: #D419FF;
}
</style>