Shades of Psychedelic Purple #D316F1
Tints of Psychedelic Purple #D316F1
RGB
CMYK
RGB Variations
Color information
#D316F1 (or 0xD316F1) is known color: Psychedelic Purple. HEX triplet: D3, 16 and F1. RGB value is (211,22,241). Sum of RGB (Red+Green+Blue) = 211+22+241=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 22 (8.98% from 255 or 4.64% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #D316F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D316F1 is #2CE90E. Grayscale: #666666. Windows color (decimal): -2943247 or 15800019. OLE color: 15800019.
HSL color Cylindrical-coordinate representation of color #D316F1: hue angle of 291.78º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D316F1 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 22 | 241 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.05 |
| HSL | 291.78º | 0.89% | 0.52% | - |
| HSV(B) | 291.78º | 0.91% | 0.95% | - |
| XYZ | 43.03 | 20.77 | 84.96 | - |
| YUV | 103.48 | 205.62 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 241 | 0.12 | 0.91 | 0 | 0.05 | 291.78 | 0.89 | 0.52 |
| Hex | D3 | 16 | F1 | C | 5B | 0 | 5 | 124 | 59 | 34 |
| Octal | 323 | 26 | 361 | 14 | 133 | 0 | 5 | 444 | 131 | 64 |
| Binary | 11010011 | 10110 | 11110001 | 1100 | 1011011 | 0 | 101 | 100100100 | 1011001 | 110100 |
Color Harmonies of #D316F1
Complementary color
Monochromatic Colors of #D316F1
Black with #D316F1
Text Example
Text Example
White with #D316F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D316F1; }
p { color: rgb(211,22,241); }
H1.HeaderClassName
{
color: #D316F1;
}
.AnyTagClassName
{
color: #D316F1;
}
</style>
background-color css
<style>
a { background-color: #D316F1; }
a { background-color: rgb(211,22,241); }
div.DivClassName
{
background-color: #D316F1;
}
.BgClassName
{
background-color: #D316F1;
}
</style>
border-color css
<style>
span { border-color: #D316F1; }
span { border-color: rgb(211,22,241); }
td.TdClassName
{
border-color: #D316F1;
}
.TagClassName
{
border-color: #D316F1;
}
</style>