Shades of Psychedelic Purple #D51DFE
Tints of Psychedelic Purple #D51DFE
RGB
CMYK
RGB Variations
Color information
#D51DFE (or 0xD51DFE) is known color: Psychedelic Purple. HEX triplet: D5, 1D and FE. RGB value is (213,29,254). Sum of RGB (Red+Green+Blue) = 213+29+254=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 29 (11.72% from 255 or 5.85% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #D51DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51DFE is #2AE201. Grayscale: #6C6C6C. Windows color (decimal): -2810370 or 16653781. OLE color: 16653781.
HSL color Cylindrical-coordinate representation of color #D51DFE: hue angle of 289.07º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51DFE is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 29 | 254 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.00 |
| HSL | 289.07º | 0.99% | 0.55% | - |
| HSV(B) | 289.07º | 0.89% | 1% | - |
| XYZ | 45.77 | 22.18 | 95.63 | - |
| YUV | 109.67 | 209.46 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 254 | 0.16 | 0.89 | 0 | 0.00 | 289.07 | 0.99 | 0.55 |
| Hex | D5 | 1D | FE | 10 | 59 | 0 | 0 | 121 | 63 | 37 |
| Octal | 325 | 35 | 376 | 20 | 131 | 0 | 0 | 441 | 143 | 67 |
| Binary | 11010101 | 11101 | 11111110 | 10000 | 1011001 | 0 | 0 | 100100001 | 1100011 | 110111 |
Color Harmonies of #D51DFE
Complementary color
Monochromatic Colors of #D51DFE
Black with #D51DFE
Text Example
Text Example
White with #D51DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51DFE; }
p { color: rgb(213,29,254); }
H1.HeaderClassName
{
color: #D51DFE;
}
.AnyTagClassName
{
color: #D51DFE;
}
</style>
background-color css
<style>
a { background-color: #D51DFE; }
a { background-color: rgb(213,29,254); }
div.DivClassName
{
background-color: #D51DFE;
}
.BgClassName
{
background-color: #D51DFE;
}
</style>
border-color css
<style>
span { border-color: #D51DFE; }
span { border-color: rgb(213,29,254); }
td.TdClassName
{
border-color: #D51DFE;
}
.TagClassName
{
border-color: #D51DFE;
}
</style>