Shades of Psychedelic Purple #D904FA
Tints of Psychedelic Purple #D904FA
RGB
CMYK
RGB Variations
Color information
#D904FA (or 0xD904FA) is known color: Psychedelic Purple. HEX triplet: D9, 04 and FA. RGB value is (217,4,250). Sum of RGB (Red+Green+Blue) = 217+4+250=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 4 (1.95% from 255 or 0.85% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #D904FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D904FA is #26FB05. Grayscale: #5E5E5E. Windows color (decimal): -2554630 or 16385241. OLE color: 16385241.
HSL color Cylindrical-coordinate representation of color #D904FA: hue angle of 291.95º 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 #D904FA is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 4 | 250 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.02 |
| HSL | 291.95º | 0.97% | 0.5% | - |
| HSV(B) | 291.95º | 0.98% | 0.98% | - |
| XYZ | 45.91 | 21.74 | 92.22 | - |
| YUV | 95.73 | 215.07 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 250 | 0.13 | 0.98 | 0 | 0.02 | 291.95 | 0.97 | 0.5 |
| Hex | D9 | 4 | FA | D | 62 | 0 | 2 | 124 | 61 | 32 |
| Octal | 331 | 4 | 372 | 15 | 142 | 0 | 2 | 444 | 141 | 62 |
| Binary | 11011001 | 100 | 11111010 | 1101 | 1100010 | 0 | 10 | 100100100 | 1100001 | 110010 |
Color Harmonies of #D904FA
Complementary color
Monochromatic Colors of #D904FA
Black with #D904FA
Text Example
Text Example
White with #D904FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D904FA; }
p { color: rgb(217,4,250); }
H1.HeaderClassName
{
color: #D904FA;
}
.AnyTagClassName
{
color: #D904FA;
}
</style>
background-color css
<style>
a { background-color: #D904FA; }
a { background-color: rgb(217,4,250); }
div.DivClassName
{
background-color: #D904FA;
}
.BgClassName
{
background-color: #D904FA;
}
</style>
border-color css
<style>
span { border-color: #D904FA; }
span { border-color: rgb(217,4,250); }
td.TdClassName
{
border-color: #D904FA;
}
.TagClassName
{
border-color: #D904FA;
}
</style>