Shades of Psychedelic Purple #D310E7
Tints of Psychedelic Purple #D310E7
RGB
CMYK
RGB Variations
Color information
#D310E7 (or 0xD310E7) is known color: Psychedelic Purple. HEX triplet: D3, 10 and E7. RGB value is (211,16,231). Sum of RGB (Red+Green+Blue) = 211+16+231=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 231 (90.62% from 255 or 50.44% from 458); Max value from RGB is 231 - color contains mainly: blue. Hex color #D310E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D310E7 is #2CEF18. Grayscale: #626262. Windows color (decimal): -2944793 or 15143123. OLE color: 15143123.
HSL color Cylindrical-coordinate representation of color #D310E7: hue angle of 294.42º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D310E7 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 16 | 231 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.09 |
| HSL | 294.42º | 0.87% | 0.48% | - |
| HSV(B) | 294.42º | 0.93% | 0.91% | - |
| XYZ | 41.47 | 19.99 | 77.27 | - |
| YUV | 98.82 | 202.6 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 231 | 0.09 | 0.93 | 0 | 0.09 | 294.42 | 0.87 | 0.48 |
| Hex | D3 | 10 | E7 | 9 | 5D | 0 | 9 | 126 | 57 | 30 |
| Octal | 323 | 20 | 347 | 11 | 135 | 0 | 11 | 446 | 127 | 60 |
| Binary | 11010011 | 10000 | 11100111 | 1001 | 1011101 | 0 | 1001 | 100100110 | 1010111 | 110000 |
Color Harmonies of #D310E7
Complementary color
Monochromatic Colors of #D310E7
Black with #D310E7
Text Example
Text Example
White with #D310E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D310E7; }
p { color: rgb(211,16,231); }
H1.HeaderClassName
{
color: #D310E7;
}
.AnyTagClassName
{
color: #D310E7;
}
</style>
background-color css
<style>
a { background-color: #D310E7; }
a { background-color: rgb(211,16,231); }
div.DivClassName
{
background-color: #D310E7;
}
.BgClassName
{
background-color: #D310E7;
}
</style>
border-color css
<style>
span { border-color: #D310E7; }
span { border-color: rgb(211,16,231); }
td.TdClassName
{
border-color: #D310E7;
}
.TagClassName
{
border-color: #D310E7;
}
</style>