Shades of Psychedelic Purple #D417FA
Tints of Psychedelic Purple #D417FA
RGB
CMYK
RGB Variations
Color information
#D417FA (or 0xD417FA) is known color: Psychedelic Purple. HEX triplet: D4, 17 and FA. RGB value is (212,23,250). Sum of RGB (Red+Green+Blue) = 212+23+250=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 23 (9.38% from 255 or 4.74% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #D417FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D417FA is #2BE805. Grayscale: #686868. Windows color (decimal): -2877446 or 16390100. OLE color: 16390100.
HSL color Cylindrical-coordinate representation of color #D417FA: hue angle of 289.96º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D417FA is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 23 | 250 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.02 |
| HSL | 289.96º | 0.96% | 0.54% | - |
| HSV(B) | 289.96º | 0.91% | 0.98% | - |
| XYZ | 44.71 | 21.51 | 92.24 | - |
| YUV | 105.39 | 209.62 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 250 | 0.15 | 0.91 | 0 | 0.02 | 289.96 | 0.96 | 0.54 |
| Hex | D4 | 17 | FA | F | 5B | 0 | 2 | 122 | 60 | 36 |
| Octal | 324 | 27 | 372 | 17 | 133 | 0 | 2 | 442 | 140 | 66 |
| Binary | 11010100 | 10111 | 11111010 | 1111 | 1011011 | 0 | 10 | 100100010 | 1100000 | 110110 |
Color Harmonies of #D417FA
Complementary color
Monochromatic Colors of #D417FA
Black with #D417FA
Text Example
Text Example
White with #D417FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D417FA; }
p { color: rgb(212,23,250); }
H1.HeaderClassName
{
color: #D417FA;
}
.AnyTagClassName
{
color: #D417FA;
}
</style>
background-color css
<style>
a { background-color: #D417FA; }
a { background-color: rgb(212,23,250); }
div.DivClassName
{
background-color: #D417FA;
}
.BgClassName
{
background-color: #D417FA;
}
</style>
border-color css
<style>
span { border-color: #D417FA; }
span { border-color: rgb(212,23,250); }
td.TdClassName
{
border-color: #D417FA;
}
.TagClassName
{
border-color: #D417FA;
}
</style>