Shades of Psychedelic Purple #D31DFE
Tints of Psychedelic Purple #D31DFE
RGB
CMYK
RGB Variations
Color information
#D31DFE (or 0xD31DFE) is known color: Psychedelic Purple. HEX triplet: D3, 1D and FE. RGB value is (211,29,254). Sum of RGB (Red+Green+Blue) = 211+29+254=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 29 (11.72% from 255 or 5.87% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #D31DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31DFE is #2CE201. Grayscale: #6C6C6C. Windows color (decimal): -2941442 or 16653779. OLE color: 16653779.
HSL color Cylindrical-coordinate representation of color #D31DFE: hue angle of 288.53º 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 #D31DFE is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 29 | 254 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.00 |
| HSL | 288.53º | 0.99% | 0.55% | - |
| HSV(B) | 288.53º | 0.89% | 1% | - |
| XYZ | 45.19 | 21.88 | 95.61 | - |
| YUV | 109.07 | 209.8 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 29 | 254 | 0.17 | 0.89 | 0 | 0.00 | 288.53 | 0.99 | 0.55 |
| Hex | D3 | 1D | FE | 11 | 59 | 0 | 0 | 121 | 63 | 37 |
| Octal | 323 | 35 | 376 | 21 | 131 | 0 | 0 | 441 | 143 | 67 |
| Binary | 11010011 | 11101 | 11111110 | 10001 | 1011001 | 0 | 0 | 100100001 | 1100011 | 110111 |
Color Harmonies of #D31DFE
Complementary color
Monochromatic Colors of #D31DFE
Black with #D31DFE
Text Example
Text Example
White with #D31DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31DFE; }
p { color: rgb(211,29,254); }
H1.HeaderClassName
{
color: #D31DFE;
}
.AnyTagClassName
{
color: #D31DFE;
}
</style>
background-color css
<style>
a { background-color: #D31DFE; }
a { background-color: rgb(211,29,254); }
div.DivClassName
{
background-color: #D31DFE;
}
.BgClassName
{
background-color: #D31DFE;
}
</style>
border-color css
<style>
span { border-color: #D31DFE; }
span { border-color: rgb(211,29,254); }
td.TdClassName
{
border-color: #D31DFE;
}
.TagClassName
{
border-color: #D31DFE;
}
</style>