Shades of Psychedelic Purple #D331FD
Tints of Psychedelic Purple #D331FD
RGB
CMYK
RGB Variations
Color information
#D331FD (or 0xD331FD) is known color: Psychedelic Purple. HEX triplet: D3, 31 and FD. RGB value is (211,49,253). Sum of RGB (Red+Green+Blue) = 211+49+253=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 49 (19.53% from 255 or 9.55% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #D331FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D331FD is #2CCE02. Grayscale: #787878. Windows color (decimal): -2936323 or 16593363. OLE color: 16593363.
HSL color Cylindrical-coordinate representation of color #D331FD: hue angle of 287.65º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D331FD is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 49 | 253 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.01 |
| HSL | 287.65º | 0.98% | 0.59% | - |
| HSV(B) | 287.65º | 0.81% | 0.99% | - |
| XYZ | 45.69 | 23.14 | 94.99 | - |
| YUV | 120.69 | 202.67 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 253 | 0.17 | 0.81 | 0 | 0.01 | 287.65 | 0.98 | 0.59 |
| Hex | D3 | 31 | FD | 11 | 51 | 0 | 1 | 120 | 62 | 3B |
| Octal | 323 | 61 | 375 | 21 | 121 | 0 | 1 | 440 | 142 | 73 |
| Binary | 11010011 | 110001 | 11111101 | 10001 | 1010001 | 0 | 1 | 100100000 | 1100010 | 111011 |
Color Harmonies of #D331FD
Complementary color
Monochromatic Colors of #D331FD
Black with #D331FD
Text Example
Text Example
White with #D331FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D331FD; }
p { color: rgb(211,49,253); }
H1.HeaderClassName
{
color: #D331FD;
}
.AnyTagClassName
{
color: #D331FD;
}
</style>
background-color css
<style>
a { background-color: #D331FD; }
a { background-color: rgb(211,49,253); }
div.DivClassName
{
background-color: #D331FD;
}
.BgClassName
{
background-color: #D331FD;
}
</style>
border-color css
<style>
span { border-color: #D331FD; }
span { border-color: rgb(211,49,253); }
td.TdClassName
{
border-color: #D331FD;
}
.TagClassName
{
border-color: #D331FD;
}
</style>