Shades of Psychedelic Purple #D104FA
Tints of Psychedelic Purple #D104FA
RGB
CMYK
RGB Variations
Color information
#D104FA (or 0xD104FA) is known color: Psychedelic Purple. HEX triplet: D1, 04 and FA. RGB value is (209,4,250). Sum of RGB (Red+Green+Blue) = 209+4+250=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 4 (1.95% from 255 or 0.86% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #D104FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D104FA is #2EFB05. Grayscale: #5C5C5C. Windows color (decimal): -3078918 or 16385233. OLE color: 16385233.
HSL color Cylindrical-coordinate representation of color #D104FA: hue angle of 290º 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 #D104FA is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 4 | 250 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.02 |
| HSL | 290º | 0.97% | 0.5% | - |
| HSV(B) | 290º | 0.98% | 0.98% | - |
| XYZ | 43.59 | 20.54 | 92.11 | - |
| YUV | 93.34 | 216.42 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 250 | 0.16 | 0.98 | 0 | 0.02 | 290 | 0.97 | 0.5 |
| Hex | D1 | 4 | FA | 10 | 62 | 0 | 2 | 122 | 61 | 32 |
| Octal | 321 | 4 | 372 | 20 | 142 | 0 | 2 | 442 | 141 | 62 |
| Binary | 11010001 | 100 | 11111010 | 10000 | 1100010 | 0 | 10 | 100100010 | 1100001 | 110010 |
Color Harmonies of #D104FA
Complementary color
Monochromatic Colors of #D104FA
Black with #D104FA
Text Example
Text Example
White with #D104FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D104FA; }
p { color: rgb(209,4,250); }
H1.HeaderClassName
{
color: #D104FA;
}
.AnyTagClassName
{
color: #D104FA;
}
</style>
background-color css
<style>
a { background-color: #D104FA; }
a { background-color: rgb(209,4,250); }
div.DivClassName
{
background-color: #D104FA;
}
.BgClassName
{
background-color: #D104FA;
}
</style>
border-color css
<style>
span { border-color: #D104FA; }
span { border-color: rgb(209,4,250); }
td.TdClassName
{
border-color: #D104FA;
}
.TagClassName
{
border-color: #D104FA;
}
</style>