Shades of Psychedelic Purple #D919F8
Tints of Psychedelic Purple #D919F8
RGB
CMYK
RGB Variations
Color information
#D919F8 (or 0xD919F8) is known color: Psychedelic Purple. HEX triplet: D9, 19 and F8. RGB value is (217,25,248). Sum of RGB (Red+Green+Blue) = 217+25+248=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 25 (10.16% from 255 or 5.10% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #D919F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D919F8 is #26E607. Grayscale: #6B6B6B. Windows color (decimal): -2549256 or 16259545. OLE color: 16259545.
HSL color Cylindrical-coordinate representation of color #D919F8: hue angle of 291.66º 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 #D919F8 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 25 | 248 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.03 |
| HSL | 291.66º | 0.94% | 0.54% | - |
| HSV(B) | 291.66º | 0.9% | 0.97% | - |
| XYZ | 45.91 | 22.22 | 90.68 | - |
| YUV | 107.83 | 207.11 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 248 | 0.12 | 0.90 | 0 | 0.03 | 291.66 | 0.94 | 0.54 |
| Hex | D9 | 19 | F8 | C | 5A | 0 | 3 | 124 | 5E | 36 |
| Octal | 331 | 31 | 370 | 14 | 132 | 0 | 3 | 444 | 136 | 66 |
| Binary | 11011001 | 11001 | 11111000 | 1100 | 1011010 | 0 | 11 | 100100100 | 1011110 | 110110 |
Color Harmonies of #D919F8
Complementary color
Monochromatic Colors of #D919F8
Black with #D919F8
Text Example
Text Example
White with #D919F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D919F8; }
p { color: rgb(217,25,248); }
H1.HeaderClassName
{
color: #D919F8;
}
.AnyTagClassName
{
color: #D919F8;
}
</style>
background-color css
<style>
a { background-color: #D919F8; }
a { background-color: rgb(217,25,248); }
div.DivClassName
{
background-color: #D919F8;
}
.BgClassName
{
background-color: #D919F8;
}
</style>
border-color css
<style>
span { border-color: #D919F8; }
span { border-color: rgb(217,25,248); }
td.TdClassName
{
border-color: #D919F8;
}
.TagClassName
{
border-color: #D919F8;
}
</style>