Shades of Psychedelic Purple #D416FA
Tints of Psychedelic Purple #D416FA
RGB
CMYK
RGB Variations
Color information
#D416FA (or 0xD416FA) is known color: Psychedelic Purple. HEX triplet: D4, 16 and FA. RGB value is (212,22,250). Sum of RGB (Red+Green+Blue) = 212+22+250=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 22 (8.98% from 255 or 4.55% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #D416FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D416FA is #2BE905. Grayscale: #686868. Windows color (decimal): -2877702 or 16389844. OLE color: 16389844.
HSL color Cylindrical-coordinate representation of color #D416FA: hue angle of 290º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D416FA is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 22 | 250 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.02 |
| HSL | 290º | 0.96% | 0.53% | - |
| HSV(B) | 290º | 0.91% | 0.98% | - |
| XYZ | 44.69 | 21.47 | 92.23 | - |
| YUV | 104.8 | 209.95 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 250 | 0.15 | 0.91 | 0 | 0.02 | 290 | 0.96 | 0.53 |
| Hex | D4 | 16 | FA | F | 5B | 0 | 2 | 122 | 60 | 35 |
| Octal | 324 | 26 | 372 | 17 | 133 | 0 | 2 | 442 | 140 | 65 |
| Binary | 11010100 | 10110 | 11111010 | 1111 | 1011011 | 0 | 10 | 100100010 | 1100000 | 110101 |
Color Harmonies of #D416FA
Complementary color
Monochromatic Colors of #D416FA
Black with #D416FA
Text Example
Text Example
White with #D416FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D416FA; }
p { color: rgb(212,22,250); }
H1.HeaderClassName
{
color: #D416FA;
}
.AnyTagClassName
{
color: #D416FA;
}
</style>
background-color css
<style>
a { background-color: #D416FA; }
a { background-color: rgb(212,22,250); }
div.DivClassName
{
background-color: #D416FA;
}
.BgClassName
{
background-color: #D416FA;
}
</style>
border-color css
<style>
span { border-color: #D416FA; }
span { border-color: rgb(212,22,250); }
td.TdClassName
{
border-color: #D416FA;
}
.TagClassName
{
border-color: #D416FA;
}
</style>