Shades of Psychedelic Purple #D51FFF
Tints of Psychedelic Purple #D51FFF
RGB
CMYK
RGB Variations
Color information
#D51FFF (or 0xD51FFF) is known color: Psychedelic Purple. HEX triplet: D5, 1F and FF. RGB value is (213,31,255). Sum of RGB (Red+Green+Blue) = 213+31+255=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 31 (12.5% from 255 or 6.21% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #D51FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51FFF is #2AE000. Grayscale: #6E6E6E. Windows color (decimal): -2809857 or 16719829. OLE color: 16719829.
HSL color Cylindrical-coordinate representation of color #D51FFF: hue angle of 288.75º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51FFF is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 31 | 255 | - |
| CMYK | 0.16 | 0.88 | 0 | 0 |
| HSL | 288.75º | 1% | 0.56% | - |
| HSV(B) | 288.75º | 0.88% | 1% | - |
| XYZ | 45.98 | 22.35 | 96.5 | - |
| YUV | 110.95 | 209.3 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 31 | 255 | 0.16 | 0.88 | 0 | 0 | 288.75 | 1 | 0.56 |
| Hex | D5 | 1F | FF | 10 | 58 | 0 | 0 | 121 | 64 | 38 |
| Octal | 325 | 37 | 377 | 20 | 130 | 0 | 0 | 441 | 144 | 70 |
| Binary | 11010101 | 11111 | 11111111 | 10000 | 1011000 | 0 | 0 | 100100001 | 1100100 | 111000 |
Color Harmonies of #D51FFF
Complementary color
Monochromatic Colors of #D51FFF
Black with #D51FFF
Text Example
Text Example
White with #D51FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51FFF; }
p { color: rgb(213,31,255); }
H1.HeaderClassName
{
color: #D51FFF;
}
.AnyTagClassName
{
color: #D51FFF;
}
</style>
background-color css
<style>
a { background-color: #D51FFF; }
a { background-color: rgb(213,31,255); }
div.DivClassName
{
background-color: #D51FFF;
}
.BgClassName
{
background-color: #D51FFF;
}
</style>
border-color css
<style>
span { border-color: #D51FFF; }
span { border-color: rgb(213,31,255); }
td.TdClassName
{
border-color: #D51FFF;
}
.TagClassName
{
border-color: #D51FFF;
}
</style>