Shades of Psychedelic Purple #DC05F0
Tints of Psychedelic Purple #DC05F0
RGB
CMYK
RGB Variations
Color information
#DC05F0 (or 0xDC05F0) is known color: Psychedelic Purple. HEX triplet: DC, 05 and F0. RGB value is (220,5,240). Sum of RGB (Red+Green+Blue) = 220+5+240=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 5 (2.34% from 255 or 1.08% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC05F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC05F0 is #23FA0F. Grayscale: #5F5F5F. Windows color (decimal): -2357776 or 15730140. OLE color: 15730140.
HSL color Cylindrical-coordinate representation of color #DC05F0: hue angle of 294.89º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC05F0 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 5 | 240 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.06 |
| HSL | 294.89º | 0.96% | 0.48% | - |
| HSV(B) | 294.89º | 0.98% | 0.94% | - |
| XYZ | 45.3 | 21.62 | 84.22 | - |
| YUV | 96.08 | 209.23 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 240 | 0.08 | 0.98 | 0 | 0.06 | 294.89 | 0.96 | 0.48 |
| Hex | DC | 5 | F0 | 8 | 62 | 0 | 6 | 127 | 60 | 30 |
| Octal | 334 | 5 | 360 | 10 | 142 | 0 | 6 | 447 | 140 | 60 |
| Binary | 11011100 | 101 | 11110000 | 1000 | 1100010 | 0 | 110 | 100100111 | 1100000 | 110000 |
Color Harmonies of #DC05F0
Complementary color
Monochromatic Colors of #DC05F0
Black with #DC05F0
Text Example
Text Example
White with #DC05F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05F0; }
p { color: rgb(220,5,240); }
H1.HeaderClassName
{
color: #DC05F0;
}
.AnyTagClassName
{
color: #DC05F0;
}
</style>
background-color css
<style>
a { background-color: #DC05F0; }
a { background-color: rgb(220,5,240); }
div.DivClassName
{
background-color: #DC05F0;
}
.BgClassName
{
background-color: #DC05F0;
}
</style>
border-color css
<style>
span { border-color: #DC05F0; }
span { border-color: rgb(220,5,240); }
td.TdClassName
{
border-color: #DC05F0;
}
.TagClassName
{
border-color: #DC05F0;
}
</style>