Shades of Psychedelic Purple #DC15FD
Tints of Psychedelic Purple #DC15FD
RGB
CMYK
RGB Variations
Color information
#DC15FD (or 0xDC15FD) is known color: Psychedelic Purple. HEX triplet: DC, 15 and FD. RGB value is (220,21,253). Sum of RGB (Red+Green+Blue) = 220+21+253=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 21 (8.59% from 255 or 4.25% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC15FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC15FD is #23EA02. Grayscale: #6A6A6A. Windows color (decimal): -2353667 or 16586204. OLE color: 16586204.
HSL color Cylindrical-coordinate representation of color #DC15FD: hue angle of 291.47º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC15FD is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 21 | 253 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.01 |
| HSL | 291.47º | 0.98% | 0.54% | - |
| HSV(B) | 291.47º | 0.92% | 0.99% | - |
| XYZ | 47.51 | 22.84 | 94.83 | - |
| YUV | 106.95 | 210.43 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 253 | 0.13 | 0.92 | 0 | 0.01 | 291.47 | 0.98 | 0.54 |
| Hex | DC | 15 | FD | D | 5C | 0 | 1 | 123 | 62 | 36 |
| Octal | 334 | 25 | 375 | 15 | 134 | 0 | 1 | 443 | 142 | 66 |
| Binary | 11011100 | 10101 | 11111101 | 1101 | 1011100 | 0 | 1 | 100100011 | 1100010 | 110110 |
Color Harmonies of #DC15FD
Complementary color
Monochromatic Colors of #DC15FD
Black with #DC15FD
Text Example
Text Example
White with #DC15FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15FD; }
p { color: rgb(220,21,253); }
H1.HeaderClassName
{
color: #DC15FD;
}
.AnyTagClassName
{
color: #DC15FD;
}
</style>
background-color css
<style>
a { background-color: #DC15FD; }
a { background-color: rgb(220,21,253); }
div.DivClassName
{
background-color: #DC15FD;
}
.BgClassName
{
background-color: #DC15FD;
}
</style>
border-color css
<style>
span { border-color: #DC15FD; }
span { border-color: rgb(220,21,253); }
td.TdClassName
{
border-color: #DC15FD;
}
.TagClassName
{
border-color: #DC15FD;
}
</style>