Shades of Psychedelic Purple #D407FC
Tints of Psychedelic Purple #D407FC
RGB
CMYK
RGB Variations
Color information
#D407FC (or 0xD407FC) is known color: Psychedelic Purple. HEX triplet: D4, 07 and FC. RGB value is (212,7,252). Sum of RGB (Red+Green+Blue) = 212+7+252=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 7 (3.12% from 255 or 1.49% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #D407FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D407FC is #2BF803. Grayscale: #5F5F5F. Windows color (decimal): -2881540 or 16517076. OLE color: 16517076.
HSL color Cylindrical-coordinate representation of color #D407FC: hue angle of 290.2º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D407FC is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 7 | 252 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.01 |
| HSL | 290.2º | 0.98% | 0.51% | - |
| HSV(B) | 290.2º | 0.97% | 0.99% | - |
| XYZ | 44.8 | 21.18 | 93.82 | - |
| YUV | 96.23 | 215.92 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 252 | 0.16 | 0.97 | 0 | 0.01 | 290.2 | 0.98 | 0.51 |
| Hex | D4 | 7 | FC | 10 | 61 | 0 | 1 | 122 | 62 | 33 |
| Octal | 324 | 7 | 374 | 20 | 141 | 0 | 1 | 442 | 142 | 63 |
| Binary | 11010100 | 111 | 11111100 | 10000 | 1100001 | 0 | 1 | 100100010 | 1100010 | 110011 |
Color Harmonies of #D407FC
Complementary color
Monochromatic Colors of #D407FC
Black with #D407FC
Text Example
Text Example
White with #D407FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D407FC; }
p { color: rgb(212,7,252); }
H1.HeaderClassName
{
color: #D407FC;
}
.AnyTagClassName
{
color: #D407FC;
}
</style>
background-color css
<style>
a { background-color: #D407FC; }
a { background-color: rgb(212,7,252); }
div.DivClassName
{
background-color: #D407FC;
}
.BgClassName
{
background-color: #D407FC;
}
</style>
border-color css
<style>
span { border-color: #D407FC; }
span { border-color: rgb(212,7,252); }
td.TdClassName
{
border-color: #D407FC;
}
.TagClassName
{
border-color: #D407FC;
}
</style>