Shades of Psychedelic Purple #DC0FFA
Tints of Psychedelic Purple #DC0FFA
RGB
CMYK
RGB Variations
Color information
#DC0FFA (or 0xDC0FFA) is known color: Psychedelic Purple. HEX triplet: DC, 0F and FA. RGB value is (220,15,250). Sum of RGB (Red+Green+Blue) = 220+15+250=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 15 (6.25% from 255 or 3.09% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC0FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0FFA is #23F005. Grayscale: #666666. Windows color (decimal): -2355206 or 16388060. OLE color: 16388060.
HSL color Cylindrical-coordinate representation of color #DC0FFA: hue angle of 292.34º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0FFA is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 15 | 250 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.02 |
| HSL | 292.34º | 0.96% | 0.52% | - |
| HSV(B) | 292.34º | 0.94% | 0.98% | - |
| XYZ | 46.94 | 22.46 | 92.3 | - |
| YUV | 103.09 | 210.92 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 250 | 0.12 | 0.94 | 0 | 0.02 | 292.34 | 0.96 | 0.52 |
| Hex | DC | F | FA | C | 5E | 0 | 2 | 124 | 60 | 34 |
| Octal | 334 | 17 | 372 | 14 | 136 | 0 | 2 | 444 | 140 | 64 |
| Binary | 11011100 | 1111 | 11111010 | 1100 | 1011110 | 0 | 10 | 100100100 | 1100000 | 110100 |
Color Harmonies of #DC0FFA
Complementary color
Monochromatic Colors of #DC0FFA
Black with #DC0FFA
Text Example
Text Example
White with #DC0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0FFA; }
p { color: rgb(220,15,250); }
H1.HeaderClassName
{
color: #DC0FFA;
}
.AnyTagClassName
{
color: #DC0FFA;
}
</style>
background-color css
<style>
a { background-color: #DC0FFA; }
a { background-color: rgb(220,15,250); }
div.DivClassName
{
background-color: #DC0FFA;
}
.BgClassName
{
background-color: #DC0FFA;
}
</style>
border-color css
<style>
span { border-color: #DC0FFA; }
span { border-color: rgb(220,15,250); }
td.TdClassName
{
border-color: #DC0FFA;
}
.TagClassName
{
border-color: #DC0FFA;
}
</style>