Shades of Psychedelic Purple #D904F9
Tints of Psychedelic Purple #D904F9
RGB
CMYK
RGB Variations
Color information
#D904F9 (or 0xD904F9) is known color: Psychedelic Purple. HEX triplet: D9, 04 and F9. RGB value is (217,4,249). Sum of RGB (Red+Green+Blue) = 217+4+249=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 4 (1.95% from 255 or 0.85% from 470); Blue value is 249 (97.66% from 255 or 52.98% from 470); Max value from RGB is 249 - color contains mainly: blue. Hex color #D904F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D904F9 is #26FB06. Grayscale: #5E5E5E. Windows color (decimal): -2554631 or 16319705. OLE color: 16319705.
HSL color Cylindrical-coordinate representation of color #D904F9: hue angle of 292.16º 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 #D904F9 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 4 | 249 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.02 |
| HSL | 292.16º | 0.97% | 0.5% | - |
| HSV(B) | 292.16º | 0.98% | 0.98% | - |
| XYZ | 45.76 | 21.68 | 91.4 | - |
| YUV | 95.62 | 214.57 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 249 | 0.13 | 0.98 | 0 | 0.02 | 292.16 | 0.97 | 0.5 |
| Hex | D9 | 4 | F9 | D | 62 | 0 | 2 | 124 | 61 | 32 |
| Octal | 331 | 4 | 371 | 15 | 142 | 0 | 2 | 444 | 141 | 62 |
| Binary | 11011001 | 100 | 11111001 | 1101 | 1100010 | 0 | 10 | 100100100 | 1100001 | 110010 |
Color Harmonies of #D904F9
Complementary color
Monochromatic Colors of #D904F9
Black with #D904F9
Text Example
Text Example
White with #D904F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D904F9; }
p { color: rgb(217,4,249); }
H1.HeaderClassName
{
color: #D904F9;
}
.AnyTagClassName
{
color: #D904F9;
}
</style>
background-color css
<style>
a { background-color: #D904F9; }
a { background-color: rgb(217,4,249); }
div.DivClassName
{
background-color: #D904F9;
}
.BgClassName
{
background-color: #D904F9;
}
</style>
border-color css
<style>
span { border-color: #D904F9; }
span { border-color: rgb(217,4,249); }
td.TdClassName
{
border-color: #D904F9;
}
.TagClassName
{
border-color: #D904F9;
}
</style>