Shades of Psychedelic Purple #D51EF5
Tints of Psychedelic Purple #D51EF5
RGB
CMYK
RGB Variations
Color information
#D51EF5 (or 0xD51EF5) is known color: Psychedelic Purple. HEX triplet: D5, 1E and F5. RGB value is (213,30,245). Sum of RGB (Red+Green+Blue) = 213+30+245=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 30 (12.11% from 255 or 6.15% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #D51EF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51EF5 is #2AE10A. Grayscale: #6C6C6C. Windows color (decimal): -2810123 or 16064213. OLE color: 16064213.
HSL color Cylindrical-coordinate representation of color #D51EF5: hue angle of 291.07º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51EF5 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 30 | 245 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.04 |
| HSL | 291.07º | 0.91% | 0.54% | - |
| HSV(B) | 291.07º | 0.88% | 0.96% | - |
| XYZ | 44.39 | 21.67 | 88.23 | - |
| YUV | 109.23 | 204.63 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 30 | 245 | 0.13 | 0.88 | 0 | 0.04 | 291.07 | 0.91 | 0.54 |
| Hex | D5 | 1E | F5 | D | 58 | 0 | 4 | 123 | 5B | 36 |
| Octal | 325 | 36 | 365 | 15 | 130 | 0 | 4 | 443 | 133 | 66 |
| Binary | 11010101 | 11110 | 11110101 | 1101 | 1011000 | 0 | 100 | 100100011 | 1011011 | 110110 |
Color Harmonies of #D51EF5
Complementary color
Monochromatic Colors of #D51EF5
Black with #D51EF5
Text Example
Text Example
White with #D51EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51EF5; }
p { color: rgb(213,30,245); }
H1.HeaderClassName
{
color: #D51EF5;
}
.AnyTagClassName
{
color: #D51EF5;
}
</style>
background-color css
<style>
a { background-color: #D51EF5; }
a { background-color: rgb(213,30,245); }
div.DivClassName
{
background-color: #D51EF5;
}
.BgClassName
{
background-color: #D51EF5;
}
</style>
border-color css
<style>
span { border-color: #D51EF5; }
span { border-color: rgb(213,30,245); }
td.TdClassName
{
border-color: #D51EF5;
}
.TagClassName
{
border-color: #D51EF5;
}
</style>