Shades of Psychedelic Purple #DC19FA
Tints of Psychedelic Purple #DC19FA
RGB
CMYK
RGB Variations
Color information
#DC19FA (or 0xDC19FA) is known color: Psychedelic Purple. HEX triplet: DC, 19 and FA. RGB value is (220,25,250). Sum of RGB (Red+Green+Blue) = 220+25+250=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 25 (10.16% from 255 or 5.05% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC19FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC19FA is #23E605. Grayscale: #6C6C6C. Windows color (decimal): -2352646 or 16390620. OLE color: 16390620.
HSL color Cylindrical-coordinate representation of color #DC19FA: hue angle of 292º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC19FA is Cyan = 0.12, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 25 | 250 | - |
| CMYK | 0.12 | 0.9 | 0 | 0.02 |
| HSL | 292º | 0.96% | 0.54% | - |
| HSV(B) | 292º | 0.9% | 0.98% | - |
| XYZ | 47.12 | 22.81 | 92.36 | - |
| YUV | 108.96 | 207.6 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 250 | 0.12 | 0.9 | 0 | 0.02 | 292 | 0.96 | 0.54 |
| Hex | DC | 19 | FA | C | 5A | 0 | 2 | 124 | 60 | 36 |
| Octal | 334 | 31 | 372 | 14 | 132 | 0 | 2 | 444 | 140 | 66 |
| Binary | 11011100 | 11001 | 11111010 | 1100 | 1011010 | 0 | 10 | 100100100 | 1100000 | 110110 |
Color Harmonies of #DC19FA
Complementary color
Monochromatic Colors of #DC19FA
Black with #DC19FA
Text Example
Text Example
White with #DC19FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC19FA; }
p { color: rgb(220,25,250); }
H1.HeaderClassName
{
color: #DC19FA;
}
.AnyTagClassName
{
color: #DC19FA;
}
</style>
background-color css
<style>
a { background-color: #DC19FA; }
a { background-color: rgb(220,25,250); }
div.DivClassName
{
background-color: #DC19FA;
}
.BgClassName
{
background-color: #DC19FA;
}
</style>
border-color css
<style>
span { border-color: #DC19FA; }
span { border-color: rgb(220,25,250); }
td.TdClassName
{
border-color: #DC19FA;
}
.TagClassName
{
border-color: #DC19FA;
}
</style>