Shades of Psychedelic Purple #D316ED
Tints of Psychedelic Purple #D316ED
RGB
CMYK
RGB Variations
Color information
#D316ED (or 0xD316ED) is known color: Psychedelic Purple. HEX triplet: D3, 16 and ED. RGB value is (211,22,237). Sum of RGB (Red+Green+Blue) = 211+22+237=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 22 (8.98% from 255 or 4.68% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #D316ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D316ED is #2CE912. Grayscale: #666666. Windows color (decimal): -2943251 or 15537875. OLE color: 15537875.
HSL color Cylindrical-coordinate representation of color #D316ED: hue angle of 292.74º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D316ED is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 22 | 237 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.07 |
| HSL | 292.74º | 0.86% | 0.51% | - |
| HSV(B) | 292.74º | 0.91% | 0.93% | - |
| XYZ | 42.44 | 20.54 | 81.85 | - |
| YUV | 103.02 | 203.62 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 237 | 0.11 | 0.91 | 0 | 0.07 | 292.74 | 0.86 | 0.51 |
| Hex | D3 | 16 | ED | B | 5B | 0 | 7 | 125 | 56 | 33 |
| Octal | 323 | 26 | 355 | 13 | 133 | 0 | 7 | 445 | 126 | 63 |
| Binary | 11010011 | 10110 | 11101101 | 1011 | 1011011 | 0 | 111 | 100100101 | 1010110 | 110011 |
Color Harmonies of #D316ED
Complementary color
Monochromatic Colors of #D316ED
Black with #D316ED
Text Example
Text Example
White with #D316ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D316ED; }
p { color: rgb(211,22,237); }
H1.HeaderClassName
{
color: #D316ED;
}
.AnyTagClassName
{
color: #D316ED;
}
</style>
background-color css
<style>
a { background-color: #D316ED; }
a { background-color: rgb(211,22,237); }
div.DivClassName
{
background-color: #D316ED;
}
.BgClassName
{
background-color: #D316ED;
}
</style>
border-color css
<style>
span { border-color: #D316ED; }
span { border-color: rgb(211,22,237); }
td.TdClassName
{
border-color: #D316ED;
}
.TagClassName
{
border-color: #D316ED;
}
</style>