Shades of Psychedelic Purple #D51FF0
Tints of Psychedelic Purple #D51FF0
RGB
CMYK
RGB Variations
Color information
#D51FF0 (or 0xD51FF0) is known color: Psychedelic Purple. HEX triplet: D5, 1F and F0. RGB value is (213,31,240). Sum of RGB (Red+Green+Blue) = 213+31+240=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 31 (12.5% from 255 or 6.40% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #D51FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51FF0 is #2AE00F. Grayscale: #6C6C6C. Windows color (decimal): -2809872 or 15736789. OLE color: 15736789.
HSL color Cylindrical-coordinate representation of color #D51FF0: hue angle of 292.25º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51FF0 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 31 | 240 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.06 |
| HSL | 292.25º | 0.87% | 0.53% | - |
| HSV(B) | 292.25º | 0.87% | 0.94% | - |
| XYZ | 43.66 | 21.42 | 84.27 | - |
| YUV | 109.24 | 201.8 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 31 | 240 | 0.11 | 0.87 | 0 | 0.06 | 292.25 | 0.87 | 0.53 |
| Hex | D5 | 1F | F0 | B | 57 | 0 | 6 | 124 | 57 | 35 |
| Octal | 325 | 37 | 360 | 13 | 127 | 0 | 6 | 444 | 127 | 65 |
| Binary | 11010101 | 11111 | 11110000 | 1011 | 1010111 | 0 | 110 | 100100100 | 1010111 | 110101 |
Color Harmonies of #D51FF0
Complementary color
Monochromatic Colors of #D51FF0
Black with #D51FF0
Text Example
Text Example
White with #D51FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51FF0; }
p { color: rgb(213,31,240); }
H1.HeaderClassName
{
color: #D51FF0;
}
.AnyTagClassName
{
color: #D51FF0;
}
</style>
background-color css
<style>
a { background-color: #D51FF0; }
a { background-color: rgb(213,31,240); }
div.DivClassName
{
background-color: #D51FF0;
}
.BgClassName
{
background-color: #D51FF0;
}
</style>
border-color css
<style>
span { border-color: #D51FF0; }
span { border-color: rgb(213,31,240); }
td.TdClassName
{
border-color: #D51FF0;
}
.TagClassName
{
border-color: #D51FF0;
}
</style>