Shades of Psychedelic Purple #D513F5
Tints of Psychedelic Purple #D513F5
RGB
CMYK
RGB Variations
Color information
#D513F5 (or 0xD513F5) is known color: Psychedelic Purple. HEX triplet: D5, 13 and F5. RGB value is (213,19,245). Sum of RGB (Red+Green+Blue) = 213+19+245=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 19 (7.81% from 255 or 3.98% from 477); Blue value is 245 (96.09% from 255 or 51.36% from 477); Max value from RGB is 245 - color contains mainly: blue. Hex color #D513F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D513F5 is #2AEC0A. Grayscale: #666666. Windows color (decimal): -2812939 or 16061397. OLE color: 16061397.
HSL color Cylindrical-coordinate representation of color #D513F5: hue angle of 291.5º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D513F5 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 19 | 245 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.04 |
| HSL | 291.5º | 0.92% | 0.52% | - |
| HSV(B) | 291.5º | 0.92% | 0.96% | - |
| XYZ | 44.15 | 21.2 | 88.15 | - |
| YUV | 102.77 | 208.27 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 245 | 0.13 | 0.92 | 0 | 0.04 | 291.5 | 0.92 | 0.52 |
| Hex | D5 | 13 | F5 | D | 5C | 0 | 4 | 124 | 5C | 34 |
| Octal | 325 | 23 | 365 | 15 | 134 | 0 | 4 | 444 | 134 | 64 |
| Binary | 11010101 | 10011 | 11110101 | 1101 | 1011100 | 0 | 100 | 100100100 | 1011100 | 110100 |
Color Harmonies of #D513F5
Complementary color
Monochromatic Colors of #D513F5
Black with #D513F5
Text Example
Text Example
White with #D513F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D513F5; }
p { color: rgb(213,19,245); }
H1.HeaderClassName
{
color: #D513F5;
}
.AnyTagClassName
{
color: #D513F5;
}
</style>
background-color css
<style>
a { background-color: #D513F5; }
a { background-color: rgb(213,19,245); }
div.DivClassName
{
background-color: #D513F5;
}
.BgClassName
{
background-color: #D513F5;
}
</style>
border-color css
<style>
span { border-color: #D513F5; }
span { border-color: rgb(213,19,245); }
td.TdClassName
{
border-color: #D513F5;
}
.TagClassName
{
border-color: #D513F5;
}
</style>