Shades of Psychedelic Purple #D31FEC
Tints of Psychedelic Purple #D31FEC
RGB
CMYK
RGB Variations
Color information
#D31FEC (or 0xD31FEC) is known color: Psychedelic Purple. HEX triplet: D3, 1F and EC. RGB value is (211,31,236). Sum of RGB (Red+Green+Blue) = 211+31+236=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #D31FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31FEC is #2CE013. Grayscale: #6B6B6B. Windows color (decimal): -2940948 or 15474643. OLE color: 15474643.
HSL color Cylindrical-coordinate representation of color #D31FEC: hue angle of 292.68º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31FEC is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 31 | 236 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.07 |
| HSL | 292.68º | 0.84% | 0.52% | - |
| HSV(B) | 292.68º | 0.87% | 0.93% | - |
| XYZ | 42.49 | 20.88 | 81.15 | - |
| YUV | 108.19 | 200.13 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 31 | 236 | 0.11 | 0.87 | 0 | 0.07 | 292.68 | 0.84 | 0.52 |
| Hex | D3 | 1F | EC | B | 57 | 0 | 7 | 125 | 54 | 34 |
| Octal | 323 | 37 | 354 | 13 | 127 | 0 | 7 | 445 | 124 | 64 |
| Binary | 11010011 | 11111 | 11101100 | 1011 | 1010111 | 0 | 111 | 100100101 | 1010100 | 110100 |
Color Harmonies of #D31FEC
Complementary color
Monochromatic Colors of #D31FEC
Black with #D31FEC
Text Example
Text Example
White with #D31FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31FEC; }
p { color: rgb(211,31,236); }
H1.HeaderClassName
{
color: #D31FEC;
}
.AnyTagClassName
{
color: #D31FEC;
}
</style>
background-color css
<style>
a { background-color: #D31FEC; }
a { background-color: rgb(211,31,236); }
div.DivClassName
{
background-color: #D31FEC;
}
.BgClassName
{
background-color: #D31FEC;
}
</style>
border-color css
<style>
span { border-color: #D31FEC; }
span { border-color: rgb(211,31,236); }
td.TdClassName
{
border-color: #D31FEC;
}
.TagClassName
{
border-color: #D31FEC;
}
</style>