Shades of Psychedelic Purple #D516F9
Tints of Psychedelic Purple #D516F9
RGB
CMYK
RGB Variations
Color information
#D516F9 (or 0xD516F9) is known color: Psychedelic Purple. HEX triplet: D5, 16 and F9. RGB value is (213,22,249). Sum of RGB (Red+Green+Blue) = 213+22+249=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 22 (8.98% from 255 or 4.55% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #D516F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D516F9 is #2AE906. Grayscale: #686868. Windows color (decimal): -2812167 or 16324309. OLE color: 16324309.
HSL color Cylindrical-coordinate representation of color #D516F9: hue angle of 290.48º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D516F9 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 22 | 249 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.02 |
| HSL | 290.48º | 0.95% | 0.53% | - |
| HSV(B) | 290.48º | 0.91% | 0.98% | - |
| XYZ | 44.83 | 21.56 | 91.42 | - |
| YUV | 104.99 | 209.28 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 249 | 0.14 | 0.91 | 0 | 0.02 | 290.48 | 0.95 | 0.53 |
| Hex | D5 | 16 | F9 | E | 5B | 0 | 2 | 122 | 5F | 35 |
| Octal | 325 | 26 | 371 | 16 | 133 | 0 | 2 | 442 | 137 | 65 |
| Binary | 11010101 | 10110 | 11111001 | 1110 | 1011011 | 0 | 10 | 100100010 | 1011111 | 110101 |
Color Harmonies of #D516F9
Complementary color
Monochromatic Colors of #D516F9
Black with #D516F9
Text Example
Text Example
White with #D516F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D516F9; }
p { color: rgb(213,22,249); }
H1.HeaderClassName
{
color: #D516F9;
}
.AnyTagClassName
{
color: #D516F9;
}
</style>
background-color css
<style>
a { background-color: #D516F9; }
a { background-color: rgb(213,22,249); }
div.DivClassName
{
background-color: #D516F9;
}
.BgClassName
{
background-color: #D516F9;
}
</style>
border-color css
<style>
span { border-color: #D516F9; }
span { border-color: rgb(213,22,249); }
td.TdClassName
{
border-color: #D516F9;
}
.TagClassName
{
border-color: #D516F9;
}
</style>