Shades of Psychedelic Purple #D400FC
Tints of Psychedelic Purple #D400FC
RGB
CMYK
RGB Variations
Color information
#D400FC (or 0xD400FC) is known color: Psychedelic Purple. HEX triplet: D4, 00 and FC. RGB value is (212,0,252). Sum of RGB (Red+Green+Blue) = 212+0+252=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 0 (0.39% from 255 or 0% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #D400FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D400FC is #2BFF03. Grayscale: #5B5B5B. Windows color (decimal): -2883332 or 16515284. OLE color: 16515284.
HSL color Cylindrical-coordinate representation of color #D400FC: hue angle of 290.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D400FC is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 0 | 252 | - |
| CMYK | 0.16 | 1 | 0 | 0.01 |
| HSL | 290.48º | 1% | 0.49% | - |
| HSV(B) | 290.48º | 1% | 0.99% | - |
| XYZ | 44.72 | 21.03 | 93.8 | - |
| YUV | 92.12 | 218.24 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 252 | 0.16 | 1 | 0 | 0.01 | 290.48 | 1 | 0.49 |
| Hex | D4 | 0 | FC | 10 | 64 | 0 | 1 | 122 | 64 | 31 |
| Octal | 324 | 0 | 374 | 20 | 144 | 0 | 1 | 442 | 144 | 61 |
| Binary | 11010100 | 0 | 11111100 | 10000 | 1100100 | 0 | 1 | 100100010 | 1100100 | 110001 |
Color Harmonies of #D400FC
Complementary color
Monochromatic Colors of #D400FC
Black with #D400FC
Text Example
Text Example
White with #D400FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D400FC; }
p { color: rgb(212,0,252); }
H1.HeaderClassName
{
color: #D400FC;
}
.AnyTagClassName
{
color: #D400FC;
}
</style>
background-color css
<style>
a { background-color: #D400FC; }
a { background-color: rgb(212,0,252); }
div.DivClassName
{
background-color: #D400FC;
}
.BgClassName
{
background-color: #D400FC;
}
</style>
border-color css
<style>
span { border-color: #D400FC; }
span { border-color: rgb(212,0,252); }
td.TdClassName
{
border-color: #D400FC;
}
.TagClassName
{
border-color: #D400FC;
}
</style>