Shades of Psychedelic Purple #D904FB
Tints of Psychedelic Purple #D904FB
RGB
CMYK
RGB Variations
Color information
#D904FB (or 0xD904FB) is known color: Psychedelic Purple. HEX triplet: D9, 04 and FB. RGB value is (217,4,251). Sum of RGB (Red+Green+Blue) = 217+4+251=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 4 (1.95% from 255 or 0.85% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #D904FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D904FB is #26FB04. Grayscale: #5F5F5F. Windows color (decimal): -2554629 or 16450777. OLE color: 16450777.
HSL color Cylindrical-coordinate representation of color #D904FB: hue angle of 291.74º 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 #D904FB is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 4 | 251 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.02 |
| HSL | 291.74º | 0.97% | 0.5% | - |
| HSV(B) | 291.74º | 0.98% | 0.98% | - |
| XYZ | 46.07 | 21.8 | 93.05 | - |
| YUV | 95.85 | 215.57 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 251 | 0.14 | 0.98 | 0 | 0.02 | 291.74 | 0.97 | 0.5 |
| Hex | D9 | 4 | FB | E | 62 | 0 | 2 | 124 | 61 | 32 |
| Octal | 331 | 4 | 373 | 16 | 142 | 0 | 2 | 444 | 141 | 62 |
| Binary | 11011001 | 100 | 11111011 | 1110 | 1100010 | 0 | 10 | 100100100 | 1100001 | 110010 |
Color Harmonies of #D904FB
Complementary color
Monochromatic Colors of #D904FB
Black with #D904FB
Text Example
Text Example
White with #D904FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D904FB; }
p { color: rgb(217,4,251); }
H1.HeaderClassName
{
color: #D904FB;
}
.AnyTagClassName
{
color: #D904FB;
}
</style>
background-color css
<style>
a { background-color: #D904FB; }
a { background-color: rgb(217,4,251); }
div.DivClassName
{
background-color: #D904FB;
}
.BgClassName
{
background-color: #D904FB;
}
</style>
border-color css
<style>
span { border-color: #D904FB; }
span { border-color: rgb(217,4,251); }
td.TdClassName
{
border-color: #D904FB;
}
.TagClassName
{
border-color: #D904FB;
}
</style>