Shades of Psychedelic Purple #D416F7
Tints of Psychedelic Purple #D416F7
RGB
CMYK
RGB Variations
Color information
#D416F7 (or 0xD416F7) is known color: Psychedelic Purple. HEX triplet: D4, 16 and F7. RGB value is (212,22,247). Sum of RGB (Red+Green+Blue) = 212+22+247=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 22 (8.98% from 255 or 4.57% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #D416F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D416F7 is #2BE908. Grayscale: #676767. Windows color (decimal): -2877705 or 16193236. OLE color: 16193236.
HSL color Cylindrical-coordinate representation of color #D416F7: hue angle of 290.67º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D416F7 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 22 | 247 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.03 |
| HSL | 290.67º | 0.93% | 0.53% | - |
| HSV(B) | 290.67º | 0.91% | 0.97% | - |
| XYZ | 44.23 | 21.29 | 89.77 | - |
| YUV | 104.46 | 208.45 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 247 | 0.14 | 0.91 | 0 | 0.03 | 290.67 | 0.93 | 0.53 |
| Hex | D4 | 16 | F7 | E | 5B | 0 | 3 | 123 | 5D | 35 |
| Octal | 324 | 26 | 367 | 16 | 133 | 0 | 3 | 443 | 135 | 65 |
| Binary | 11010100 | 10110 | 11110111 | 1110 | 1011011 | 0 | 11 | 100100011 | 1011101 | 110101 |
Color Harmonies of #D416F7
Complementary color
Monochromatic Colors of #D416F7
Black with #D416F7
Text Example
Text Example
White with #D416F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D416F7; }
p { color: rgb(212,22,247); }
H1.HeaderClassName
{
color: #D416F7;
}
.AnyTagClassName
{
color: #D416F7;
}
</style>
background-color css
<style>
a { background-color: #D416F7; }
a { background-color: rgb(212,22,247); }
div.DivClassName
{
background-color: #D416F7;
}
.BgClassName
{
background-color: #D416F7;
}
</style>
border-color css
<style>
span { border-color: #D416F7; }
span { border-color: rgb(212,22,247); }
td.TdClassName
{
border-color: #D416F7;
}
.TagClassName
{
border-color: #D416F7;
}
</style>