Shades of Psychedelic Purple #D620F1
Tints of Psychedelic Purple #D620F1
RGB
CMYK
RGB Variations
Color information
#D620F1 (or 0xD620F1) is known color: Psychedelic Purple. HEX triplet: D6, 20 and F1. RGB value is (214,32,241). Sum of RGB (Red+Green+Blue) = 214+32+241=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 32 (12.89% from 255 or 6.57% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #D620F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D620F1 is #29DF0E. Grayscale: #6D6D6D. Windows color (decimal): -2744079 or 15802582. OLE color: 15802582.
HSL color Cylindrical-coordinate representation of color #D620F1: hue angle of 292.25º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D620F1 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 32 | 241 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.05 |
| HSL | 292.25º | 0.88% | 0.54% | - |
| HSV(B) | 292.25º | 0.87% | 0.95% | - |
| XYZ | 44.13 | 21.68 | 85.08 | - |
| YUV | 110.24 | 201.8 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 241 | 0.11 | 0.87 | 0 | 0.05 | 292.25 | 0.88 | 0.54 |
| Hex | D6 | 20 | F1 | B | 57 | 0 | 5 | 124 | 58 | 36 |
| Octal | 326 | 40 | 361 | 13 | 127 | 0 | 5 | 444 | 130 | 66 |
| Binary | 11010110 | 100000 | 11110001 | 1011 | 1010111 | 0 | 101 | 100100100 | 1011000 | 110110 |
Color Harmonies of #D620F1
Complementary color
Monochromatic Colors of #D620F1
Black with #D620F1
Text Example
Text Example
White with #D620F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D620F1; }
p { color: rgb(214,32,241); }
H1.HeaderClassName
{
color: #D620F1;
}
.AnyTagClassName
{
color: #D620F1;
}
</style>
background-color css
<style>
a { background-color: #D620F1; }
a { background-color: rgb(214,32,241); }
div.DivClassName
{
background-color: #D620F1;
}
.BgClassName
{
background-color: #D620F1;
}
</style>
border-color css
<style>
span { border-color: #D620F1; }
span { border-color: rgb(214,32,241); }
td.TdClassName
{
border-color: #D620F1;
}
.TagClassName
{
border-color: #D620F1;
}
</style>