Shades of Psychedelic Purple #DC19F2
Tints of Psychedelic Purple #DC19F2
RGB
CMYK
RGB Variations
Color information
#DC19F2 (or 0xDC19F2) is known color: Psychedelic Purple. HEX triplet: DC, 19 and F2. RGB value is (220,25,242). Sum of RGB (Red+Green+Blue) = 220+25+242=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 25 (10.16% from 255 or 5.13% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC19F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC19F2 is #23E60D. Grayscale: #6B6B6B. Windows color (decimal): -2352654 or 15866332. OLE color: 15866332.
HSL color Cylindrical-coordinate representation of color #DC19F2: hue angle of 293.92º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC19F2 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 25 | 242 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.05 |
| HSL | 293.92º | 0.89% | 0.52% | - |
| HSV(B) | 293.92º | 0.9% | 0.95% | - |
| XYZ | 45.89 | 22.32 | 85.89 | - |
| YUV | 108.04 | 203.6 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 242 | 0.09 | 0.90 | 0 | 0.05 | 293.92 | 0.89 | 0.52 |
| Hex | DC | 19 | F2 | 9 | 5A | 0 | 5 | 126 | 59 | 34 |
| Octal | 334 | 31 | 362 | 11 | 132 | 0 | 5 | 446 | 131 | 64 |
| Binary | 11011100 | 11001 | 11110010 | 1001 | 1011010 | 0 | 101 | 100100110 | 1011001 | 110100 |
Color Harmonies of #DC19F2
Complementary color
Monochromatic Colors of #DC19F2
Black with #DC19F2
Text Example
Text Example
White with #DC19F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC19F2; }
p { color: rgb(220,25,242); }
H1.HeaderClassName
{
color: #DC19F2;
}
.AnyTagClassName
{
color: #DC19F2;
}
</style>
background-color css
<style>
a { background-color: #DC19F2; }
a { background-color: rgb(220,25,242); }
div.DivClassName
{
background-color: #DC19F2;
}
.BgClassName
{
background-color: #DC19F2;
}
</style>
border-color css
<style>
span { border-color: #DC19F2; }
span { border-color: rgb(220,25,242); }
td.TdClassName
{
border-color: #DC19F2;
}
.TagClassName
{
border-color: #DC19F2;
}
</style>