Shades of Psychedelic Purple #D504F9
Tints of Psychedelic Purple #D504F9
RGB
CMYK
RGB Variations
Color information
#D504F9 (or 0xD504F9) is known color: Psychedelic Purple. HEX triplet: D5, 04 and F9. RGB value is (213,4,249). Sum of RGB (Red+Green+Blue) = 213+4+249=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 4 (1.95% from 255 or 0.86% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #D504F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D504F9 is #2AFB06. Grayscale: #5D5D5D. Windows color (decimal): -2816775 or 16319701. OLE color: 16319701.
HSL color Cylindrical-coordinate representation of color #D504F9: hue angle of 291.18º 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 #D504F9 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 4 | 249 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.02 |
| HSL | 291.18º | 0.97% | 0.5% | - |
| HSV(B) | 291.18º | 0.98% | 0.98% | - |
| XYZ | 44.58 | 21.07 | 91.34 | - |
| YUV | 94.42 | 215.24 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 249 | 0.14 | 0.98 | 0 | 0.02 | 291.18 | 0.97 | 0.5 |
| Hex | D5 | 4 | F9 | E | 62 | 0 | 2 | 123 | 61 | 32 |
| Octal | 325 | 4 | 371 | 16 | 142 | 0 | 2 | 443 | 141 | 62 |
| Binary | 11010101 | 100 | 11111001 | 1110 | 1100010 | 0 | 10 | 100100011 | 1100001 | 110010 |
Color Harmonies of #D504F9
Complementary color
Monochromatic Colors of #D504F9
Black with #D504F9
Text Example
Text Example
White with #D504F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D504F9; }
p { color: rgb(213,4,249); }
H1.HeaderClassName
{
color: #D504F9;
}
.AnyTagClassName
{
color: #D504F9;
}
</style>
background-color css
<style>
a { background-color: #D504F9; }
a { background-color: rgb(213,4,249); }
div.DivClassName
{
background-color: #D504F9;
}
.BgClassName
{
background-color: #D504F9;
}
</style>
border-color css
<style>
span { border-color: #D504F9; }
span { border-color: rgb(213,4,249); }
td.TdClassName
{
border-color: #D504F9;
}
.TagClassName
{
border-color: #D504F9;
}
</style>