Shades of Psychedelic Purple #D419F8
Tints of Psychedelic Purple #D419F8
RGB
CMYK
RGB Variations
Color information
#D419F8 (or 0xD419F8) is known color: Psychedelic Purple. HEX triplet: D4, 19 and F8. RGB value is (212,25,248). Sum of RGB (Red+Green+Blue) = 212+25+248=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 25 (10.16% from 255 or 5.15% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #D419F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D419F8 is #2BE607. Grayscale: #696969. Windows color (decimal): -2876936 or 16259540. OLE color: 16259540.
HSL color Cylindrical-coordinate representation of color #D419F8: hue angle of 290.31º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D419F8 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 25 | 248 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.03 |
| HSL | 290.31º | 0.94% | 0.54% | - |
| HSV(B) | 290.31º | 0.9% | 0.97% | - |
| XYZ | 44.44 | 21.47 | 90.61 | - |
| YUV | 106.34 | 207.95 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 248 | 0.15 | 0.90 | 0 | 0.03 | 290.31 | 0.94 | 0.54 |
| Hex | D4 | 19 | F8 | F | 5A | 0 | 3 | 122 | 5E | 36 |
| Octal | 324 | 31 | 370 | 17 | 132 | 0 | 3 | 442 | 136 | 66 |
| Binary | 11010100 | 11001 | 11111000 | 1111 | 1011010 | 0 | 11 | 100100010 | 1011110 | 110110 |
Color Harmonies of #D419F8
Complementary color
Monochromatic Colors of #D419F8
Black with #D419F8
Text Example
Text Example
White with #D419F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D419F8; }
p { color: rgb(212,25,248); }
H1.HeaderClassName
{
color: #D419F8;
}
.AnyTagClassName
{
color: #D419F8;
}
</style>
background-color css
<style>
a { background-color: #D419F8; }
a { background-color: rgb(212,25,248); }
div.DivClassName
{
background-color: #D419F8;
}
.BgClassName
{
background-color: #D419F8;
}
</style>
border-color css
<style>
span { border-color: #D419F8; }
span { border-color: rgb(212,25,248); }
td.TdClassName
{
border-color: #D419F8;
}
.TagClassName
{
border-color: #D419F8;
}
</style>