Shades of Psychedelic Purple #DC19F3
Tints of Psychedelic Purple #DC19F3
RGB
CMYK
RGB Variations
Color information
#DC19F3 (or 0xDC19F3) is known color: Psychedelic Purple. HEX triplet: DC, 19 and F3. RGB value is (220,25,243). Sum of RGB (Red+Green+Blue) = 220+25+243=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 25 (10.16% from 255 or 5.12% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC19F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC19F3 is #23E60C. Grayscale: #6B6B6B. Windows color (decimal): -2352653 or 15931868. OLE color: 15931868.
HSL color Cylindrical-coordinate representation of color #DC19F3: hue angle of 293.67º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC19F3 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 25 | 243 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.05 |
| HSL | 293.67º | 0.9% | 0.53% | - |
| HSV(B) | 293.67º | 0.9% | 0.95% | - |
| XYZ | 46.04 | 22.38 | 86.69 | - |
| YUV | 108.16 | 204.1 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 243 | 0.09 | 0.90 | 0 | 0.05 | 293.67 | 0.9 | 0.53 |
| Hex | DC | 19 | F3 | 9 | 5A | 0 | 5 | 126 | 5A | 35 |
| Octal | 334 | 31 | 363 | 11 | 132 | 0 | 5 | 446 | 132 | 65 |
| Binary | 11011100 | 11001 | 11110011 | 1001 | 1011010 | 0 | 101 | 100100110 | 1011010 | 110101 |
Color Harmonies of #DC19F3
Complementary color
Monochromatic Colors of #DC19F3
Black with #DC19F3
Text Example
Text Example
White with #DC19F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC19F3; }
p { color: rgb(220,25,243); }
H1.HeaderClassName
{
color: #DC19F3;
}
.AnyTagClassName
{
color: #DC19F3;
}
</style>
background-color css
<style>
a { background-color: #DC19F3; }
a { background-color: rgb(220,25,243); }
div.DivClassName
{
background-color: #DC19F3;
}
.BgClassName
{
background-color: #DC19F3;
}
</style>
border-color css
<style>
span { border-color: #DC19F3; }
span { border-color: rgb(220,25,243); }
td.TdClassName
{
border-color: #DC19F3;
}
.TagClassName
{
border-color: #DC19F3;
}
</style>