Shades of Psychedelic Purple #D31FFB
Tints of Psychedelic Purple #D31FFB
RGB
CMYK
RGB Variations
Color information
#D31FFB (or 0xD31FFB) is known color: Psychedelic Purple. HEX triplet: D3, 1F and FB. RGB value is (211,31,251). Sum of RGB (Red+Green+Blue) = 211+31+251=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 31 (12.5% from 255 or 6.29% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #D31FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31FFB is #2CE004. Grayscale: #6D6D6D. Windows color (decimal): -2940933 or 16457683. OLE color: 16457683.
HSL color Cylindrical-coordinate representation of color #D31FFB: hue angle of 289.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31FFB is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 31 | 251 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.02 |
| HSL | 289.09º | 0.96% | 0.55% | - |
| HSV(B) | 289.09º | 0.88% | 0.98% | - |
| XYZ | 44.77 | 21.79 | 93.11 | - |
| YUV | 109.9 | 207.63 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 31 | 251 | 0.16 | 0.88 | 0 | 0.02 | 289.09 | 0.96 | 0.55 |
| Hex | D3 | 1F | FB | 10 | 58 | 0 | 2 | 121 | 60 | 37 |
| Octal | 323 | 37 | 373 | 20 | 130 | 0 | 2 | 441 | 140 | 67 |
| Binary | 11010011 | 11111 | 11111011 | 10000 | 1011000 | 0 | 10 | 100100001 | 1100000 | 110111 |
Color Harmonies of #D31FFB
Complementary color
Monochromatic Colors of #D31FFB
Black with #D31FFB
Text Example
Text Example
White with #D31FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31FFB; }
p { color: rgb(211,31,251); }
H1.HeaderClassName
{
color: #D31FFB;
}
.AnyTagClassName
{
color: #D31FFB;
}
</style>
background-color css
<style>
a { background-color: #D31FFB; }
a { background-color: rgb(211,31,251); }
div.DivClassName
{
background-color: #D31FFB;
}
.BgClassName
{
background-color: #D31FFB;
}
</style>
border-color css
<style>
span { border-color: #D31FFB; }
span { border-color: rgb(211,31,251); }
td.TdClassName
{
border-color: #D31FFB;
}
.TagClassName
{
border-color: #D31FFB;
}
</style>