Shades of Psychedelic Purple #D417FD
Tints of Psychedelic Purple #D417FD
RGB
CMYK
RGB Variations
Color information
#D417FD (or 0xD417FD) is known color: Psychedelic Purple. HEX triplet: D4, 17 and FD. RGB value is (212,23,253). Sum of RGB (Red+Green+Blue) = 212+23+253=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 23 (9.38% from 255 or 4.71% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #D417FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D417FD is #2BE802. Grayscale: #686868. Windows color (decimal): -2877443 or 16586708. OLE color: 16586708.
HSL color Cylindrical-coordinate representation of color #D417FD: hue angle of 289.3º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D417FD is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 23 | 253 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.01 |
| HSL | 289.3º | 0.98% | 0.54% | - |
| HSV(B) | 289.3º | 0.91% | 0.99% | - |
| XYZ | 45.19 | 21.7 | 94.74 | - |
| YUV | 105.73 | 211.12 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 253 | 0.16 | 0.91 | 0 | 0.01 | 289.3 | 0.98 | 0.54 |
| Hex | D4 | 17 | FD | 10 | 5B | 0 | 1 | 121 | 62 | 36 |
| Octal | 324 | 27 | 375 | 20 | 133 | 0 | 1 | 441 | 142 | 66 |
| Binary | 11010100 | 10111 | 11111101 | 10000 | 1011011 | 0 | 1 | 100100001 | 1100010 | 110110 |
Color Harmonies of #D417FD
Complementary color
Monochromatic Colors of #D417FD
Black with #D417FD
Text Example
Text Example
White with #D417FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D417FD; }
p { color: rgb(212,23,253); }
H1.HeaderClassName
{
color: #D417FD;
}
.AnyTagClassName
{
color: #D417FD;
}
</style>
background-color css
<style>
a { background-color: #D417FD; }
a { background-color: rgb(212,23,253); }
div.DivClassName
{
background-color: #D417FD;
}
.BgClassName
{
background-color: #D417FD;
}
</style>
border-color css
<style>
span { border-color: #D417FD; }
span { border-color: rgb(212,23,253); }
td.TdClassName
{
border-color: #D417FD;
}
.TagClassName
{
border-color: #D417FD;
}
</style>