Shades of Psychedelic Purple #D404FF
Tints of Psychedelic Purple #D404FF
RGB
CMYK
RGB Variations
Color information
#D404FF (or 0xD404FF) is known color: Psychedelic Purple. HEX triplet: D4, 04 and FF. RGB value is (212,4,255). Sum of RGB (Red+Green+Blue) = 212+4+255=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 4 (1.95% from 255 or 0.85% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #D404FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D404FF is #2BFB00. Grayscale: #5E5E5E. Windows color (decimal): -2882305 or 16712916. OLE color: 16712916.
HSL color Cylindrical-coordinate representation of color #D404FF: hue angle of 289.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D404FF is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 4 | 255 | - |
| CMYK | 0.17 | 0.98 | 0 | 0 |
| HSL | 289.72º | 1% | 0.51% | - |
| HSV(B) | 289.72º | 0.98% | 1% | - |
| XYZ | 45.24 | 21.3 | 96.34 | - |
| YUV | 94.81 | 218.41 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 255 | 0.17 | 0.98 | 0 | 0 | 289.72 | 1 | 0.51 |
| Hex | D4 | 4 | FF | 11 | 62 | 0 | 0 | 122 | 64 | 33 |
| Octal | 324 | 4 | 377 | 21 | 142 | 0 | 0 | 442 | 144 | 63 |
| Binary | 11010100 | 100 | 11111111 | 10001 | 1100010 | 0 | 0 | 100100010 | 1100100 | 110011 |
Color Harmonies of #D404FF
Complementary color
Monochromatic Colors of #D404FF
Black with #D404FF
Text Example
Text Example
White with #D404FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D404FF; }
p { color: rgb(212,4,255); }
H1.HeaderClassName
{
color: #D404FF;
}
.AnyTagClassName
{
color: #D404FF;
}
</style>
background-color css
<style>
a { background-color: #D404FF; }
a { background-color: rgb(212,4,255); }
div.DivClassName
{
background-color: #D404FF;
}
.BgClassName
{
background-color: #D404FF;
}
</style>
border-color css
<style>
span { border-color: #D404FF; }
span { border-color: rgb(212,4,255); }
td.TdClassName
{
border-color: #D404FF;
}
.TagClassName
{
border-color: #D404FF;
}
</style>