Shades of Psychedelic Purple #DC04FA
Tints of Psychedelic Purple #DC04FA
RGB
CMYK
RGB Variations
Color information
#DC04FA (or 0xDC04FA) is known color: Psychedelic Purple. HEX triplet: DC, 04 and FA. RGB value is (220,4,250). Sum of RGB (Red+Green+Blue) = 220+4+250=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 4 (1.95% from 255 or 0.84% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC04FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC04FA is #23FB05. Grayscale: #5F5F5F. Windows color (decimal): -2358022 or 16385244. OLE color: 16385244.
HSL color Cylindrical-coordinate representation of color #DC04FA: hue angle of 292.68º 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 #DC04FA is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 4 | 250 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.02 |
| HSL | 292.68º | 0.97% | 0.5% | - |
| HSV(B) | 292.68º | 0.98% | 0.98% | - |
| XYZ | 46.81 | 22.2 | 92.26 | - |
| YUV | 96.63 | 214.56 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 250 | 0.12 | 0.98 | 0 | 0.02 | 292.68 | 0.97 | 0.5 |
| Hex | DC | 4 | FA | C | 62 | 0 | 2 | 125 | 61 | 32 |
| Octal | 334 | 4 | 372 | 14 | 142 | 0 | 2 | 445 | 141 | 62 |
| Binary | 11011100 | 100 | 11111010 | 1100 | 1100010 | 0 | 10 | 100100101 | 1100001 | 110010 |
Color Harmonies of #DC04FA
Complementary color
Monochromatic Colors of #DC04FA
Black with #DC04FA
Text Example
Text Example
White with #DC04FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC04FA; }
p { color: rgb(220,4,250); }
H1.HeaderClassName
{
color: #DC04FA;
}
.AnyTagClassName
{
color: #DC04FA;
}
</style>
background-color css
<style>
a { background-color: #DC04FA; }
a { background-color: rgb(220,4,250); }
div.DivClassName
{
background-color: #DC04FA;
}
.BgClassName
{
background-color: #DC04FA;
}
</style>
border-color css
<style>
span { border-color: #DC04FA; }
span { border-color: rgb(220,4,250); }
td.TdClassName
{
border-color: #DC04FA;
}
.TagClassName
{
border-color: #DC04FA;
}
</style>