Shades of Psychedelic Purple #D31FE6
Tints of Psychedelic Purple #D31FE6
RGB
CMYK
RGB Variations
Color information
#D31FE6 (or 0xD31FE6) is known color: Psychedelic Purple. HEX triplet: D3, 1F and E6. RGB value is (211,31,230). Sum of RGB (Red+Green+Blue) = 211+31+230=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 31 (12.5% from 255 or 6.57% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #D31FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31FE6 is #2CE019. Grayscale: #6A6A6A. Windows color (decimal): -2940954 or 15081427. OLE color: 15081427.
HSL color Cylindrical-coordinate representation of color #D31FE6: hue angle of 294.27º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31FE6 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 31 | 230 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.10 |
| HSL | 294.27º | 0.8% | 0.51% | - |
| HSV(B) | 294.27º | 0.87% | 0.9% | - |
| XYZ | 41.64 | 20.54 | 76.63 | - |
| YUV | 107.51 | 197.13 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 31 | 230 | 0.08 | 0.87 | 0 | 0.10 | 294.27 | 0.8 | 0.51 |
| Hex | D3 | 1F | E6 | 8 | 57 | 0 | A | 126 | 50 | 33 |
| Octal | 323 | 37 | 346 | 10 | 127 | 0 | 12 | 446 | 120 | 63 |
| Binary | 11010011 | 11111 | 11100110 | 1000 | 1010111 | 0 | 1010 | 100100110 | 1010000 | 110011 |
Color Harmonies of #D31FE6
Complementary color
Monochromatic Colors of #D31FE6
Black with #D31FE6
Text Example
Text Example
White with #D31FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31FE6; }
p { color: rgb(211,31,230); }
H1.HeaderClassName
{
color: #D31FE6;
}
.AnyTagClassName
{
color: #D31FE6;
}
</style>
background-color css
<style>
a { background-color: #D31FE6; }
a { background-color: rgb(211,31,230); }
div.DivClassName
{
background-color: #D31FE6;
}
.BgClassName
{
background-color: #D31FE6;
}
</style>
border-color css
<style>
span { border-color: #D31FE6; }
span { border-color: rgb(211,31,230); }
td.TdClassName
{
border-color: #D31FE6;
}
.TagClassName
{
border-color: #D31FE6;
}
</style>