Shades of Psychedelic Purple #D331FB
Tints of Psychedelic Purple #D331FB
RGB
CMYK
RGB Variations
Color information
#D331FB (or 0xD331FB) is known color: Psychedelic Purple. HEX triplet: D3, 31 and FB. RGB value is (211,49,251). Sum of RGB (Red+Green+Blue) = 211+49+251=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 49 (19.53% from 255 or 9.59% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #D331FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D331FB is #2CCE04. Grayscale: #777777. Windows color (decimal): -2936325 or 16462291. OLE color: 16462291.
HSL color Cylindrical-coordinate representation of color #D331FB: hue angle of 288.12º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D331FB is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 49 | 251 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.02 |
| HSL | 288.12º | 0.96% | 0.59% | - |
| HSV(B) | 288.12º | 0.8% | 0.98% | - |
| XYZ | 45.37 | 23.01 | 93.32 | - |
| YUV | 120.47 | 201.67 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 251 | 0.16 | 0.80 | 0 | 0.02 | 288.12 | 0.96 | 0.59 |
| Hex | D3 | 31 | FB | 10 | 50 | 0 | 2 | 120 | 60 | 3B |
| Octal | 323 | 61 | 373 | 20 | 120 | 0 | 2 | 440 | 140 | 73 |
| Binary | 11010011 | 110001 | 11111011 | 10000 | 1010000 | 0 | 10 | 100100000 | 1100000 | 111011 |
Color Harmonies of #D331FB
Complementary color
Monochromatic Colors of #D331FB
Black with #D331FB
Text Example
Text Example
White with #D331FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D331FB; }
p { color: rgb(211,49,251); }
H1.HeaderClassName
{
color: #D331FB;
}
.AnyTagClassName
{
color: #D331FB;
}
</style>
background-color css
<style>
a { background-color: #D331FB; }
a { background-color: rgb(211,49,251); }
div.DivClassName
{
background-color: #D331FB;
}
.BgClassName
{
background-color: #D331FB;
}
</style>
border-color css
<style>
span { border-color: #D331FB; }
span { border-color: rgb(211,49,251); }
td.TdClassName
{
border-color: #D331FB;
}
.TagClassName
{
border-color: #D331FB;
}
</style>