Shades of Psychedelic Purple #D404FA
Tints of Psychedelic Purple #D404FA
RGB
CMYK
RGB Variations
Color information
#D404FA (or 0xD404FA) is known color: Psychedelic Purple. HEX triplet: D4, 04 and FA. RGB value is (212,4,250). Sum of RGB (Red+Green+Blue) = 212+4+250=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 4 (1.95% from 255 or 0.86% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #D404FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D404FA is #2BFB05. Grayscale: #5D5D5D. Windows color (decimal): -2882310 or 16385236. OLE color: 16385236.
HSL color Cylindrical-coordinate representation of color #D404FA: hue angle of 290.73º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D404FA is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 4 | 250 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.02 |
| HSL | 290.73º | 0.97% | 0.5% | - |
| HSV(B) | 290.73º | 0.98% | 0.98% | - |
| XYZ | 44.45 | 20.99 | 92.15 | - |
| YUV | 94.24 | 215.91 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 250 | 0.15 | 0.98 | 0 | 0.02 | 290.73 | 0.97 | 0.5 |
| Hex | D4 | 4 | FA | F | 62 | 0 | 2 | 123 | 61 | 32 |
| Octal | 324 | 4 | 372 | 17 | 142 | 0 | 2 | 443 | 141 | 62 |
| Binary | 11010100 | 100 | 11111010 | 1111 | 1100010 | 0 | 10 | 100100011 | 1100001 | 110010 |
Color Harmonies of #D404FA
Complementary color
Monochromatic Colors of #D404FA
Black with #D404FA
Text Example
Text Example
White with #D404FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D404FA; }
p { color: rgb(212,4,250); }
H1.HeaderClassName
{
color: #D404FA;
}
.AnyTagClassName
{
color: #D404FA;
}
</style>
background-color css
<style>
a { background-color: #D404FA; }
a { background-color: rgb(212,4,250); }
div.DivClassName
{
background-color: #D404FA;
}
.BgClassName
{
background-color: #D404FA;
}
</style>
border-color css
<style>
span { border-color: #D404FA; }
span { border-color: rgb(212,4,250); }
td.TdClassName
{
border-color: #D404FA;
}
.TagClassName
{
border-color: #D404FA;
}
</style>