Shades of Psychedelic Purple #D315F1
Tints of Psychedelic Purple #D315F1
RGB
CMYK
RGB Variations
Color information
#D315F1 (or 0xD315F1) is known color: Psychedelic Purple. HEX triplet: D3, 15 and F1. RGB value is (211,21,241). Sum of RGB (Red+Green+Blue) = 211+21+241=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #D315F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D315F1 is #2CEA0E. Grayscale: #666666. Windows color (decimal): -2943503 or 15799763. OLE color: 15799763.
HSL color Cylindrical-coordinate representation of color #D315F1: hue angle of 291.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D315F1 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 21 | 241 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.05 |
| HSL | 291.82º | 0.89% | 0.51% | - |
| HSV(B) | 291.82º | 0.91% | 0.95% | - |
| XYZ | 43.01 | 20.74 | 84.95 | - |
| YUV | 102.89 | 205.95 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 241 | 0.12 | 0.91 | 0 | 0.05 | 291.82 | 0.89 | 0.51 |
| Hex | D3 | 15 | F1 | C | 5B | 0 | 5 | 124 | 59 | 33 |
| Octal | 323 | 25 | 361 | 14 | 133 | 0 | 5 | 444 | 131 | 63 |
| Binary | 11010011 | 10101 | 11110001 | 1100 | 1011011 | 0 | 101 | 100100100 | 1011001 | 110011 |
Color Harmonies of #D315F1
Complementary color
Monochromatic Colors of #D315F1
Black with #D315F1
Text Example
Text Example
White with #D315F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D315F1; }
p { color: rgb(211,21,241); }
H1.HeaderClassName
{
color: #D315F1;
}
.AnyTagClassName
{
color: #D315F1;
}
</style>
background-color css
<style>
a { background-color: #D315F1; }
a { background-color: rgb(211,21,241); }
div.DivClassName
{
background-color: #D315F1;
}
.BgClassName
{
background-color: #D315F1;
}
</style>
border-color css
<style>
span { border-color: #D315F1; }
span { border-color: rgb(211,21,241); }
td.TdClassName
{
border-color: #D315F1;
}
.TagClassName
{
border-color: #D315F1;
}
</style>