Shades of Psychedelic Purple #D316F6
Tints of Psychedelic Purple #D316F6
RGB
CMYK
RGB Variations
Color information
#D316F6 (or 0xD316F6) is known color: Psychedelic Purple. HEX triplet: D3, 16 and F6. RGB value is (211,22,246). Sum of RGB (Red+Green+Blue) = 211+22+246=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 22 (8.98% from 255 or 4.59% from 479); Blue value is 246 (96.48% from 255 or 51.36% from 479); Max value from RGB is 246 - color contains mainly: blue. Hex color #D316F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D316F6 is #2CE909. Grayscale: #676767. Windows color (decimal): -2943242 or 16127699. OLE color: 16127699.
HSL color Cylindrical-coordinate representation of color #D316F6: hue angle of 290.62º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D316F6 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 22 | 246 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.04 |
| HSL | 290.63º | 0.93% | 0.53% | - |
| HSV(B) | 290.63º | 0.91% | 0.96% | - |
| XYZ | 43.79 | 21.08 | 88.95 | - |
| YUV | 104.05 | 208.12 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 246 | 0.14 | 0.91 | 0 | 0.04 | 290.63 | 0.93 | 0.53 |
| Hex | D3 | 16 | F6 | E | 5B | 0 | 4 | 123 | 5D | 35 |
| Octal | 323 | 26 | 366 | 16 | 133 | 0 | 4 | 443 | 135 | 65 |
| Binary | 11010011 | 10110 | 11110110 | 1110 | 1011011 | 0 | 100 | 100100011 | 1011101 | 110101 |
Color Harmonies of #D316F6
Complementary color
Monochromatic Colors of #D316F6
Black with #D316F6
Text Example
Text Example
White with #D316F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D316F6; }
p { color: rgb(211,22,246); }
H1.HeaderClassName
{
color: #D316F6;
}
.AnyTagClassName
{
color: #D316F6;
}
</style>
background-color css
<style>
a { background-color: #D316F6; }
a { background-color: rgb(211,22,246); }
div.DivClassName
{
background-color: #D316F6;
}
.BgClassName
{
background-color: #D316F6;
}
</style>
border-color css
<style>
span { border-color: #D316F6; }
span { border-color: rgb(211,22,246); }
td.TdClassName
{
border-color: #D316F6;
}
.TagClassName
{
border-color: #D316F6;
}
</style>