Shades of Psychedelic Purple #D513F9
Tints of Psychedelic Purple #D513F9
RGB
CMYK
RGB Variations
Color information
#D513F9 (or 0xD513F9) is known color: Psychedelic Purple. HEX triplet: D5, 13 and F9. RGB value is (213,19,249). Sum of RGB (Red+Green+Blue) = 213+19+249=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 19 (7.81% from 255 or 3.95% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #D513F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D513F9 is #2AEC06. Grayscale: #666666. Windows color (decimal): -2812935 or 16323541. OLE color: 16323541.
HSL color Cylindrical-coordinate representation of color #D513F9: hue angle of 290.61º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D513F9 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 19 | 249 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.02 |
| HSL | 290.61º | 0.95% | 0.53% | - |
| HSV(B) | 290.61º | 0.92% | 0.98% | - |
| XYZ | 44.77 | 21.45 | 91.4 | - |
| YUV | 103.23 | 210.27 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 249 | 0.14 | 0.92 | 0 | 0.02 | 290.61 | 0.95 | 0.53 |
| Hex | D5 | 13 | F9 | E | 5C | 0 | 2 | 123 | 5F | 35 |
| Octal | 325 | 23 | 371 | 16 | 134 | 0 | 2 | 443 | 137 | 65 |
| Binary | 11010101 | 10011 | 11111001 | 1110 | 1011100 | 0 | 10 | 100100011 | 1011111 | 110101 |
Color Harmonies of #D513F9
Complementary color
Monochromatic Colors of #D513F9
Black with #D513F9
Text Example
Text Example
White with #D513F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D513F9; }
p { color: rgb(213,19,249); }
H1.HeaderClassName
{
color: #D513F9;
}
.AnyTagClassName
{
color: #D513F9;
}
</style>
background-color css
<style>
a { background-color: #D513F9; }
a { background-color: rgb(213,19,249); }
div.DivClassName
{
background-color: #D513F9;
}
.BgClassName
{
background-color: #D513F9;
}
</style>
border-color css
<style>
span { border-color: #D513F9; }
span { border-color: rgb(213,19,249); }
td.TdClassName
{
border-color: #D513F9;
}
.TagClassName
{
border-color: #D513F9;
}
</style>