Shades of Psychedelic Purple #D331F1
Tints of Psychedelic Purple #D331F1
RGB
CMYK
RGB Variations
Color information
#D331F1 (or 0xD331F1) is known color: Psychedelic Purple. HEX triplet: D3, 31 and F1. RGB value is (211,49,241). Sum of RGB (Red+Green+Blue) = 211+49+241=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #D331F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D331F1 is #2CCE0E. Grayscale: #767676. Windows color (decimal): -2936335 or 15806931. OLE color: 15806931.
HSL color Cylindrical-coordinate representation of color #D331F1: hue angle of 290.62º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D331F1 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 49 | 241 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.05 |
| HSL | 290.63º | 0.87% | 0.57% | - |
| HSV(B) | 290.63º | 0.8% | 0.95% | - |
| XYZ | 43.84 | 22.4 | 85.23 | - |
| YUV | 119.33 | 196.67 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 241 | 0.12 | 0.80 | 0 | 0.05 | 290.63 | 0.87 | 0.57 |
| Hex | D3 | 31 | F1 | C | 50 | 0 | 5 | 123 | 57 | 39 |
| Octal | 323 | 61 | 361 | 14 | 120 | 0 | 5 | 443 | 127 | 71 |
| Binary | 11010011 | 110001 | 11110001 | 1100 | 1010000 | 0 | 101 | 100100011 | 1010111 | 111001 |
Color Harmonies of #D331F1
Complementary color
Monochromatic Colors of #D331F1
Black with #D331F1
Text Example
Text Example
White with #D331F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D331F1; }
p { color: rgb(211,49,241); }
H1.HeaderClassName
{
color: #D331F1;
}
.AnyTagClassName
{
color: #D331F1;
}
</style>
background-color css
<style>
a { background-color: #D331F1; }
a { background-color: rgb(211,49,241); }
div.DivClassName
{
background-color: #D331F1;
}
.BgClassName
{
background-color: #D331F1;
}
</style>
border-color css
<style>
span { border-color: #D331F1; }
span { border-color: rgb(211,49,241); }
td.TdClassName
{
border-color: #D331F1;
}
.TagClassName
{
border-color: #D331F1;
}
</style>