Shades of Psychedelic Purple #DC04F8
Tints of Psychedelic Purple #DC04F8
RGB
CMYK
RGB Variations
Color information
#DC04F8 (or 0xDC04F8) is known color: Psychedelic Purple. HEX triplet: DC, 04 and F8. RGB value is (220,4,248). Sum of RGB (Red+Green+Blue) = 220+4+248=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 4 (1.95% from 255 or 0.85% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC04F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC04F8 is #23FB07. Grayscale: #5F5F5F. Windows color (decimal): -2358024 or 16254172. OLE color: 16254172.
HSL color Cylindrical-coordinate representation of color #DC04F8: hue angle of 293.11º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC04F8 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 4 | 248 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.03 |
| HSL | 293.11º | 0.97% | 0.49% | - |
| HSV(B) | 293.11º | 0.98% | 0.97% | - |
| XYZ | 46.5 | 22.08 | 90.62 | - |
| YUV | 96.4 | 213.56 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 248 | 0.11 | 0.98 | 0 | 0.03 | 293.11 | 0.97 | 0.49 |
| Hex | DC | 4 | F8 | B | 62 | 0 | 3 | 125 | 61 | 31 |
| Octal | 334 | 4 | 370 | 13 | 142 | 0 | 3 | 445 | 141 | 61 |
| Binary | 11011100 | 100 | 11111000 | 1011 | 1100010 | 0 | 11 | 100100101 | 1100001 | 110001 |
Color Harmonies of #DC04F8
Complementary color
Monochromatic Colors of #DC04F8
Black with #DC04F8
Text Example
Text Example
White with #DC04F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC04F8; }
p { color: rgb(220,4,248); }
H1.HeaderClassName
{
color: #DC04F8;
}
.AnyTagClassName
{
color: #DC04F8;
}
</style>
background-color css
<style>
a { background-color: #DC04F8; }
a { background-color: rgb(220,4,248); }
div.DivClassName
{
background-color: #DC04F8;
}
.BgClassName
{
background-color: #DC04F8;
}
</style>
border-color css
<style>
span { border-color: #DC04F8; }
span { border-color: rgb(220,4,248); }
td.TdClassName
{
border-color: #DC04F8;
}
.TagClassName
{
border-color: #DC04F8;
}
</style>