Shades of Psychedelic Purple #D331F2
Tints of Psychedelic Purple #D331F2
RGB
CMYK
RGB Variations
Color information
#D331F2 (or 0xD331F2) is known color: Psychedelic Purple. HEX triplet: D3, 31 and F2. RGB value is (211,49,242). Sum of RGB (Red+Green+Blue) = 211+49+242=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 49 (19.53% from 255 or 9.76% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #D331F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D331F2 is #2CCE0D. Grayscale: #767676. Windows color (decimal): -2936334 or 15872467. OLE color: 15872467.
HSL color Cylindrical-coordinate representation of color #D331F2: hue angle of 290.36º degrees, saturation: 0.88, 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 #D331F2 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 49 | 242 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.05 |
| HSL | 290.36º | 0.88% | 0.57% | - |
| HSV(B) | 290.36º | 0.8% | 0.95% | - |
| XYZ | 43.99 | 22.46 | 86.02 | - |
| YUV | 119.44 | 197.17 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 242 | 0.13 | 0.80 | 0 | 0.05 | 290.36 | 0.88 | 0.57 |
| Hex | D3 | 31 | F2 | D | 50 | 0 | 5 | 122 | 58 | 39 |
| Octal | 323 | 61 | 362 | 15 | 120 | 0 | 5 | 442 | 130 | 71 |
| Binary | 11010011 | 110001 | 11110010 | 1101 | 1010000 | 0 | 101 | 100100010 | 1011000 | 111001 |
Color Harmonies of #D331F2
Complementary color
Monochromatic Colors of #D331F2
Black with #D331F2
Text Example
Text Example
White with #D331F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D331F2; }
p { color: rgb(211,49,242); }
H1.HeaderClassName
{
color: #D331F2;
}
.AnyTagClassName
{
color: #D331F2;
}
</style>
background-color css
<style>
a { background-color: #D331F2; }
a { background-color: rgb(211,49,242); }
div.DivClassName
{
background-color: #D331F2;
}
.BgClassName
{
background-color: #D331F2;
}
</style>
border-color css
<style>
span { border-color: #D331F2; }
span { border-color: rgb(211,49,242); }
td.TdClassName
{
border-color: #D331F2;
}
.TagClassName
{
border-color: #D331F2;
}
</style>