Shades of Psychedelic Purple #D804F0
Tints of Psychedelic Purple #D804F0
RGB
CMYK
RGB Variations
Color information
#D804F0 (or 0xD804F0) is known color: Psychedelic Purple. HEX triplet: D8, 04 and F0. RGB value is (216,4,240). Sum of RGB (Red+Green+Blue) = 216+4+240=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 4 (1.95% from 255 or 0.87% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #D804F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D804F0 is #27FB0F. Grayscale: #5D5D5D. Windows color (decimal): -2620176 or 15729880. OLE color: 15729880.
HSL color Cylindrical-coordinate representation of color #D804F0: hue angle of 293.9º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D804F0 is Cyan = 0.1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 4 | 240 | - |
| CMYK | 0.1 | 0.98 | 0 | 0.06 |
| HSL | 293.9º | 0.97% | 0.48% | - |
| HSV(B) | 293.9º | 0.98% | 0.94% | - |
| XYZ | 44.09 | 20.98 | 84.16 | - |
| YUV | 94.29 | 210.24 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 240 | 0.1 | 0.98 | 0 | 0.06 | 293.9 | 0.97 | 0.48 |
| Hex | D8 | 4 | F0 | A | 62 | 0 | 6 | 126 | 61 | 30 |
| Octal | 330 | 4 | 360 | 12 | 142 | 0 | 6 | 446 | 141 | 60 |
| Binary | 11011000 | 100 | 11110000 | 1010 | 1100010 | 0 | 110 | 100100110 | 1100001 | 110000 |
Color Harmonies of #D804F0
Complementary color
Monochromatic Colors of #D804F0
Black with #D804F0
Text Example
Text Example
White with #D804F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D804F0; }
p { color: rgb(216,4,240); }
H1.HeaderClassName
{
color: #D804F0;
}
.AnyTagClassName
{
color: #D804F0;
}
</style>
background-color css
<style>
a { background-color: #D804F0; }
a { background-color: rgb(216,4,240); }
div.DivClassName
{
background-color: #D804F0;
}
.BgClassName
{
background-color: #D804F0;
}
</style>
border-color css
<style>
span { border-color: #D804F0; }
span { border-color: rgb(216,4,240); }
td.TdClassName
{
border-color: #D804F0;
}
.TagClassName
{
border-color: #D804F0;
}
</style>