Shades of Psychedelic Purple #D631F0
Tints of Psychedelic Purple #D631F0
RGB
CMYK
RGB Variations
Color information
#D631F0 (or 0xD631F0) is known color: Psychedelic Purple. HEX triplet: D6, 31 and F0. RGB value is (214,49,240). Sum of RGB (Red+Green+Blue) = 214+49+240=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 49 (19.53% from 255 or 9.74% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #D631F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D631F0 is #29CE0F. Grayscale: #777777. Windows color (decimal): -2739728 or 15741398. OLE color: 15741398.
HSL color Cylindrical-coordinate representation of color #D631F0: hue angle of 291.83º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D631F0 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 49 | 240 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.06 |
| HSL | 291.83º | 0.86% | 0.57% | - |
| HSV(B) | 291.83º | 0.8% | 0.94% | - |
| XYZ | 44.56 | 22.78 | 84.49 | - |
| YUV | 120.11 | 195.66 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 240 | 0.11 | 0.80 | 0 | 0.06 | 291.83 | 0.86 | 0.57 |
| Hex | D6 | 31 | F0 | B | 50 | 0 | 6 | 124 | 56 | 39 |
| Octal | 326 | 61 | 360 | 13 | 120 | 0 | 6 | 444 | 126 | 71 |
| Binary | 11010110 | 110001 | 11110000 | 1011 | 1010000 | 0 | 110 | 100100100 | 1010110 | 111001 |
Color Harmonies of #D631F0
Complementary color
Monochromatic Colors of #D631F0
Black with #D631F0
Text Example
Text Example
White with #D631F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D631F0; }
p { color: rgb(214,49,240); }
H1.HeaderClassName
{
color: #D631F0;
}
.AnyTagClassName
{
color: #D631F0;
}
</style>
background-color css
<style>
a { background-color: #D631F0; }
a { background-color: rgb(214,49,240); }
div.DivClassName
{
background-color: #D631F0;
}
.BgClassName
{
background-color: #D631F0;
}
</style>
border-color css
<style>
span { border-color: #D631F0; }
span { border-color: rgb(214,49,240); }
td.TdClassName
{
border-color: #D631F0;
}
.TagClassName
{
border-color: #D631F0;
}
</style>