Shades of Psychedelic Purple #DC19F6
Tints of Psychedelic Purple #DC19F6
RGB
CMYK
RGB Variations
Color information
#DC19F6 (or 0xDC19F6) is known color: Psychedelic Purple. HEX triplet: DC, 19 and F6. RGB value is (220,25,246). Sum of RGB (Red+Green+Blue) = 220+25+246=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 25 (10.16% from 255 or 5.09% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC19F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC19F6 is #23E609. Grayscale: #6B6B6B. Windows color (decimal): -2352650 or 16128476. OLE color: 16128476.
HSL color Cylindrical-coordinate representation of color #DC19F6: hue angle of 292.94º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC19F6 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 25 | 246 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.04 |
| HSL | 292.94º | 0.92% | 0.53% | - |
| HSV(B) | 292.94º | 0.9% | 0.96% | - |
| XYZ | 46.5 | 22.56 | 89.09 | - |
| YUV | 108.5 | 205.6 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 246 | 0.11 | 0.90 | 0 | 0.04 | 292.94 | 0.92 | 0.53 |
| Hex | DC | 19 | F6 | B | 5A | 0 | 4 | 125 | 5C | 35 |
| Octal | 334 | 31 | 366 | 13 | 132 | 0 | 4 | 445 | 134 | 65 |
| Binary | 11011100 | 11001 | 11110110 | 1011 | 1011010 | 0 | 100 | 100100101 | 1011100 | 110101 |
Color Harmonies of #DC19F6
Complementary color
Monochromatic Colors of #DC19F6
Black with #DC19F6
Text Example
Text Example
White with #DC19F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC19F6; }
p { color: rgb(220,25,246); }
H1.HeaderClassName
{
color: #DC19F6;
}
.AnyTagClassName
{
color: #DC19F6;
}
</style>
background-color css
<style>
a { background-color: #DC19F6; }
a { background-color: rgb(220,25,246); }
div.DivClassName
{
background-color: #DC19F6;
}
.BgClassName
{
background-color: #DC19F6;
}
</style>
border-color css
<style>
span { border-color: #DC19F6; }
span { border-color: rgb(220,25,246); }
td.TdClassName
{
border-color: #DC19F6;
}
.TagClassName
{
border-color: #DC19F6;
}
</style>