Shades of Psychedelic Purple #DC19FD
Tints of Psychedelic Purple #DC19FD
RGB
CMYK
RGB Variations
Color information
#DC19FD (or 0xDC19FD) is known color: Psychedelic Purple. HEX triplet: DC, 19 and FD. RGB value is (220,25,253). Sum of RGB (Red+Green+Blue) = 220+25+253=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 25 (10.16% from 255 or 5.02% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC19FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC19FD is #23E602. Grayscale: #6C6C6C. Windows color (decimal): -2352643 or 16587228. OLE color: 16587228.
HSL color Cylindrical-coordinate representation of color #DC19FD: hue angle of 291.32º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC19FD is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 25 | 253 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.01 |
| HSL | 291.32º | 0.98% | 0.55% | - |
| HSV(B) | 291.32º | 0.9% | 0.99% | - |
| XYZ | 47.59 | 23 | 94.86 | - |
| YUV | 109.3 | 209.1 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 253 | 0.13 | 0.90 | 0 | 0.01 | 291.32 | 0.98 | 0.55 |
| Hex | DC | 19 | FD | D | 5A | 0 | 1 | 123 | 62 | 37 |
| Octal | 334 | 31 | 375 | 15 | 132 | 0 | 1 | 443 | 142 | 67 |
| Binary | 11011100 | 11001 | 11111101 | 1101 | 1011010 | 0 | 1 | 100100011 | 1100010 | 110111 |
Color Harmonies of #DC19FD
Complementary color
Monochromatic Colors of #DC19FD
Black with #DC19FD
Text Example
Text Example
White with #DC19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC19FD; }
p { color: rgb(220,25,253); }
H1.HeaderClassName
{
color: #DC19FD;
}
.AnyTagClassName
{
color: #DC19FD;
}
</style>
background-color css
<style>
a { background-color: #DC19FD; }
a { background-color: rgb(220,25,253); }
div.DivClassName
{
background-color: #DC19FD;
}
.BgClassName
{
background-color: #DC19FD;
}
</style>
border-color css
<style>
span { border-color: #DC19FD; }
span { border-color: rgb(220,25,253); }
td.TdClassName
{
border-color: #DC19FD;
}
.TagClassName
{
border-color: #DC19FD;
}
</style>