Shades of Psychedelic Purple #D616F4
Tints of Psychedelic Purple #D616F4
RGB
CMYK
RGB Variations
Color information
#D616F4 (or 0xD616F4) is known color: Psychedelic Purple. HEX triplet: D6, 16 and F4. RGB value is (214,22,244). Sum of RGB (Red+Green+Blue) = 214+22+244=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 22 (8.98% from 255 or 4.58% from 480); Blue value is 244 (95.70% from 255 or 50.83% from 480); Max value from RGB is 244 - color contains mainly: blue. Hex color #D616F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D616F4 is #29E90B. Grayscale: #686868. Windows color (decimal): -2746636 or 15996630. OLE color: 15996630.
HSL color Cylindrical-coordinate representation of color #D616F4: hue angle of 291.89º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D616F4 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 22 | 244 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.04 |
| HSL | 291.89º | 0.91% | 0.52% | - |
| HSV(B) | 291.89º | 0.91% | 0.96% | - |
| XYZ | 44.35 | 21.4 | 87.38 | - |
| YUV | 104.72 | 206.61 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 244 | 0.12 | 0.91 | 0 | 0.04 | 291.89 | 0.91 | 0.52 |
| Hex | D6 | 16 | F4 | C | 5B | 0 | 4 | 124 | 5B | 34 |
| Octal | 326 | 26 | 364 | 14 | 133 | 0 | 4 | 444 | 133 | 64 |
| Binary | 11010110 | 10110 | 11110100 | 1100 | 1011011 | 0 | 100 | 100100100 | 1011011 | 110100 |
Color Harmonies of #D616F4
Complementary color
Monochromatic Colors of #D616F4
Black with #D616F4
Text Example
Text Example
White with #D616F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D616F4; }
p { color: rgb(214,22,244); }
H1.HeaderClassName
{
color: #D616F4;
}
.AnyTagClassName
{
color: #D616F4;
}
</style>
background-color css
<style>
a { background-color: #D616F4; }
a { background-color: rgb(214,22,244); }
div.DivClassName
{
background-color: #D616F4;
}
.BgClassName
{
background-color: #D616F4;
}
</style>
border-color css
<style>
span { border-color: #D616F4; }
span { border-color: rgb(214,22,244); }
td.TdClassName
{
border-color: #D616F4;
}
.TagClassName
{
border-color: #D616F4;
}
</style>