Shades of Psychedelic Purple #D104FE
Tints of Psychedelic Purple #D104FE
RGB
CMYK
RGB Variations
Color information
#D104FE (or 0xD104FE) is known color: Psychedelic Purple. HEX triplet: D1, 04 and FE. RGB value is (209,4,254). Sum of RGB (Red+Green+Blue) = 209+4+254=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 4 (1.95% from 255 or 0.86% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #D104FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D104FE is #2EFB01. Grayscale: #5D5D5D. Windows color (decimal): -3078914 or 16647377. OLE color: 16647377.
HSL color Cylindrical-coordinate representation of color #D104FE: hue angle of 289.2º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D104FE is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 4 | 254 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.00 |
| HSL | 289.2º | 0.99% | 0.51% | - |
| HSV(B) | 289.2º | 0.98% | 1% | - |
| XYZ | 44.23 | 20.8 | 95.45 | - |
| YUV | 93.8 | 218.42 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 254 | 0.18 | 0.98 | 0 | 0.00 | 289.2 | 0.99 | 0.51 |
| Hex | D1 | 4 | FE | 12 | 62 | 0 | 0 | 121 | 63 | 33 |
| Octal | 321 | 4 | 376 | 22 | 142 | 0 | 0 | 441 | 143 | 63 |
| Binary | 11010001 | 100 | 11111110 | 10010 | 1100010 | 0 | 0 | 100100001 | 1100011 | 110011 |
Color Harmonies of #D104FE
Complementary color
Monochromatic Colors of #D104FE
Black with #D104FE
Text Example
Text Example
White with #D104FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D104FE; }
p { color: rgb(209,4,254); }
H1.HeaderClassName
{
color: #D104FE;
}
.AnyTagClassName
{
color: #D104FE;
}
</style>
background-color css
<style>
a { background-color: #D104FE; }
a { background-color: rgb(209,4,254); }
div.DivClassName
{
background-color: #D104FE;
}
.BgClassName
{
background-color: #D104FE;
}
</style>
border-color css
<style>
span { border-color: #D104FE; }
span { border-color: rgb(209,4,254); }
td.TdClassName
{
border-color: #D104FE;
}
.TagClassName
{
border-color: #D104FE;
}
</style>