Shades of Psychedelic Purple #D704FE
Tints of Psychedelic Purple #D704FE
RGB
CMYK
RGB Variations
Color information
#D704FE (or 0xD704FE) is known color: Psychedelic Purple. HEX triplet: D7, 04 and FE. RGB value is (215,4,254). Sum of RGB (Red+Green+Blue) = 215+4+254=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 4 (1.95% from 255 or 0.85% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #D704FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D704FE is #28FB01. Grayscale: #5E5E5E. Windows color (decimal): -2685698 or 16647383. OLE color: 16647383.
HSL color Cylindrical-coordinate representation of color #D704FE: hue angle of 290.64º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D704FE is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 4 | 254 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.00 |
| HSL | 290.64º | 0.99% | 0.51% | - |
| HSV(B) | 290.64º | 0.98% | 1% | - |
| XYZ | 45.96 | 21.69 | 95.53 | - |
| YUV | 95.59 | 217.4 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 254 | 0.15 | 0.98 | 0 | 0.00 | 290.64 | 0.99 | 0.51 |
| Hex | D7 | 4 | FE | F | 62 | 0 | 0 | 123 | 63 | 33 |
| Octal | 327 | 4 | 376 | 17 | 142 | 0 | 0 | 443 | 143 | 63 |
| Binary | 11010111 | 100 | 11111110 | 1111 | 1100010 | 0 | 0 | 100100011 | 1100011 | 110011 |
Color Harmonies of #D704FE
Complementary color
Monochromatic Colors of #D704FE
Black with #D704FE
Text Example
Text Example
White with #D704FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D704FE; }
p { color: rgb(215,4,254); }
H1.HeaderClassName
{
color: #D704FE;
}
.AnyTagClassName
{
color: #D704FE;
}
</style>
background-color css
<style>
a { background-color: #D704FE; }
a { background-color: rgb(215,4,254); }
div.DivClassName
{
background-color: #D704FE;
}
.BgClassName
{
background-color: #D704FE;
}
</style>
border-color css
<style>
span { border-color: #D704FE; }
span { border-color: rgb(215,4,254); }
td.TdClassName
{
border-color: #D704FE;
}
.TagClassName
{
border-color: #D704FE;
}
</style>