Shades of Psychedelic Purple #D616F8
Tints of Psychedelic Purple #D616F8
RGB
CMYK
RGB Variations
Color information
#D616F8 (or 0xD616F8) is known color: Psychedelic Purple. HEX triplet: D6, 16 and F8. RGB value is (214,22,248). Sum of RGB (Red+Green+Blue) = 214+22+248=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 22 (8.98% from 255 or 4.55% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #D616F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D616F8 is #29E907. Grayscale: #686868. Windows color (decimal): -2746632 or 16258774. OLE color: 16258774.
HSL color Cylindrical-coordinate representation of color #D616F8: hue angle of 290.97º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D616F8 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 22 | 248 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.03 |
| HSL | 290.97º | 0.94% | 0.53% | - |
| HSV(B) | 290.97º | 0.91% | 0.97% | - |
| XYZ | 44.96 | 21.65 | 90.62 | - |
| YUV | 105.17 | 208.61 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 248 | 0.14 | 0.91 | 0 | 0.03 | 290.97 | 0.94 | 0.53 |
| Hex | D6 | 16 | F8 | E | 5B | 0 | 3 | 123 | 5E | 35 |
| Octal | 326 | 26 | 370 | 16 | 133 | 0 | 3 | 443 | 136 | 65 |
| Binary | 11010110 | 10110 | 11111000 | 1110 | 1011011 | 0 | 11 | 100100011 | 1011110 | 110101 |
Color Harmonies of #D616F8
Complementary color
Monochromatic Colors of #D616F8
Black with #D616F8
Text Example
Text Example
White with #D616F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D616F8; }
p { color: rgb(214,22,248); }
H1.HeaderClassName
{
color: #D616F8;
}
.AnyTagClassName
{
color: #D616F8;
}
</style>
background-color css
<style>
a { background-color: #D616F8; }
a { background-color: rgb(214,22,248); }
div.DivClassName
{
background-color: #D616F8;
}
.BgClassName
{
background-color: #D616F8;
}
</style>
border-color css
<style>
span { border-color: #D616F8; }
span { border-color: rgb(214,22,248); }
td.TdClassName
{
border-color: #D616F8;
}
.TagClassName
{
border-color: #D616F8;
}
</style>