Shades of Psychedelic Purple #D316E7
Tints of Psychedelic Purple #D316E7
RGB
CMYK
RGB Variations
Color information
#D316E7 (or 0xD316E7) is known color: Psychedelic Purple. HEX triplet: D3, 16 and E7. RGB value is (211,22,231). Sum of RGB (Red+Green+Blue) = 211+22+231=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 22 (8.98% from 255 or 4.74% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #D316E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D316E7 is #2CE918. Grayscale: #656565. Windows color (decimal): -2943257 or 15144659. OLE color: 15144659.
HSL color Cylindrical-coordinate representation of color #D316E7: hue angle of 294.26º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D316E7 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 22 | 231 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.09 |
| HSL | 294.26º | 0.83% | 0.5% | - |
| HSV(B) | 294.26º | 0.9% | 0.91% | - |
| XYZ | 41.57 | 20.19 | 77.31 | - |
| YUV | 102.34 | 200.62 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 231 | 0.09 | 0.90 | 0 | 0.09 | 294.26 | 0.83 | 0.5 |
| Hex | D3 | 16 | E7 | 9 | 5A | 0 | 9 | 126 | 53 | 32 |
| Octal | 323 | 26 | 347 | 11 | 132 | 0 | 11 | 446 | 123 | 62 |
| Binary | 11010011 | 10110 | 11100111 | 1001 | 1011010 | 0 | 1001 | 100100110 | 1010011 | 110010 |
Color Harmonies of #D316E7
Complementary color
Monochromatic Colors of #D316E7
Black with #D316E7
Text Example
Text Example
White with #D316E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D316E7; }
p { color: rgb(211,22,231); }
H1.HeaderClassName
{
color: #D316E7;
}
.AnyTagClassName
{
color: #D316E7;
}
</style>
background-color css
<style>
a { background-color: #D316E7; }
a { background-color: rgb(211,22,231); }
div.DivClassName
{
background-color: #D316E7;
}
.BgClassName
{
background-color: #D316E7;
}
</style>
border-color css
<style>
span { border-color: #D316E7; }
span { border-color: rgb(211,22,231); }
td.TdClassName
{
border-color: #D316E7;
}
.TagClassName
{
border-color: #D316E7;
}
</style>