Shades of Psychedelic Purple #D616F1
Tints of Psychedelic Purple #D616F1
RGB
CMYK
RGB Variations
Color information
#D616F1 (or 0xD616F1) is known color: Psychedelic Purple. HEX triplet: D6, 16 and F1. RGB value is (214,22,241). Sum of RGB (Red+Green+Blue) = 214+22+241=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 22 (8.98% from 255 or 4.61% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #D616F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D616F1 is #29E90E. Grayscale: #676767. Windows color (decimal): -2746639 or 15800022. OLE color: 15800022.
HSL color Cylindrical-coordinate representation of color #D616F1: hue angle of 292.6º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D616F1 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 22 | 241 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.05 |
| HSL | 292.6º | 0.89% | 0.52% | - |
| HSV(B) | 292.6º | 0.91% | 0.95% | - |
| XYZ | 43.9 | 21.22 | 85 | - |
| YUV | 104.37 | 205.11 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 241 | 0.11 | 0.91 | 0 | 0.05 | 292.6 | 0.89 | 0.52 |
| Hex | D6 | 16 | F1 | B | 5B | 0 | 5 | 125 | 59 | 34 |
| Octal | 326 | 26 | 361 | 13 | 133 | 0 | 5 | 445 | 131 | 64 |
| Binary | 11010110 | 10110 | 11110001 | 1011 | 1011011 | 0 | 101 | 100100101 | 1011001 | 110100 |
Color Harmonies of #D616F1
Complementary color
Monochromatic Colors of #D616F1
Black with #D616F1
Text Example
Text Example
White with #D616F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D616F1; }
p { color: rgb(214,22,241); }
H1.HeaderClassName
{
color: #D616F1;
}
.AnyTagClassName
{
color: #D616F1;
}
</style>
background-color css
<style>
a { background-color: #D616F1; }
a { background-color: rgb(214,22,241); }
div.DivClassName
{
background-color: #D616F1;
}
.BgClassName
{
background-color: #D616F1;
}
</style>
border-color css
<style>
span { border-color: #D616F1; }
span { border-color: rgb(214,22,241); }
td.TdClassName
{
border-color: #D616F1;
}
.TagClassName
{
border-color: #D616F1;
}
</style>