Shades of Psychedelic Purple #D504FA
Tints of Psychedelic Purple #D504FA
RGB
CMYK
RGB Variations
Color information
#D504FA (or 0xD504FA) is known color: Psychedelic Purple. HEX triplet: D5, 04 and FA. RGB value is (213,4,250). Sum of RGB (Red+Green+Blue) = 213+4+250=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 4 (1.95% from 255 or 0.86% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #D504FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D504FA is #2AFB05. Grayscale: #5D5D5D. Windows color (decimal): -2816774 or 16385237. OLE color: 16385237.
HSL color Cylindrical-coordinate representation of color #D504FA: hue angle of 290.98º 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 #D504FA is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 4 | 250 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.02 |
| HSL | 290.98º | 0.97% | 0.5% | - |
| HSV(B) | 290.98º | 0.98% | 0.98% | - |
| XYZ | 44.74 | 21.14 | 92.16 | - |
| YUV | 94.54 | 215.74 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 250 | 0.15 | 0.98 | 0 | 0.02 | 290.98 | 0.97 | 0.5 |
| Hex | D5 | 4 | FA | F | 62 | 0 | 2 | 123 | 61 | 32 |
| Octal | 325 | 4 | 372 | 17 | 142 | 0 | 2 | 443 | 141 | 62 |
| Binary | 11010101 | 100 | 11111010 | 1111 | 1100010 | 0 | 10 | 100100011 | 1100001 | 110010 |
Color Harmonies of #D504FA
Complementary color
Monochromatic Colors of #D504FA
Black with #D504FA
Text Example
Text Example
White with #D504FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D504FA; }
p { color: rgb(213,4,250); }
H1.HeaderClassName
{
color: #D504FA;
}
.AnyTagClassName
{
color: #D504FA;
}
</style>
background-color css
<style>
a { background-color: #D504FA; }
a { background-color: rgb(213,4,250); }
div.DivClassName
{
background-color: #D504FA;
}
.BgClassName
{
background-color: #D504FA;
}
</style>
border-color css
<style>
span { border-color: #D504FA; }
span { border-color: rgb(213,4,250); }
td.TdClassName
{
border-color: #D504FA;
}
.TagClassName
{
border-color: #D504FA;
}
</style>