Shades of Psychedelic Purple #DC10FA
Tints of Psychedelic Purple #DC10FA
RGB
CMYK
RGB Variations
Color information
#DC10FA (or 0xDC10FA) is known color: Psychedelic Purple. HEX triplet: DC, 10 and FA. RGB value is (220,16,250). Sum of RGB (Red+Green+Blue) = 220+16+250=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 16 (6.64% from 255 or 3.29% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC10FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC10FA is #23EF05. Grayscale: #666666. Windows color (decimal): -2354950 or 16388316. OLE color: 16388316.
HSL color Cylindrical-coordinate representation of color #DC10FA: hue angle of 292.31º 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 #DC10FA is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 16 | 250 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.02 |
| HSL | 292.31º | 0.96% | 0.52% | - |
| HSV(B) | 292.31º | 0.94% | 0.98% | - |
| XYZ | 46.96 | 22.49 | 92.31 | - |
| YUV | 103.67 | 210.59 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 250 | 0.12 | 0.94 | 0 | 0.02 | 292.31 | 0.96 | 0.52 |
| Hex | DC | 10 | FA | C | 5E | 0 | 2 | 124 | 60 | 34 |
| Octal | 334 | 20 | 372 | 14 | 136 | 0 | 2 | 444 | 140 | 64 |
| Binary | 11011100 | 10000 | 11111010 | 1100 | 1011110 | 0 | 10 | 100100100 | 1100000 | 110100 |
Color Harmonies of #DC10FA
Complementary color
Monochromatic Colors of #DC10FA
Black with #DC10FA
Text Example
Text Example
White with #DC10FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10FA; }
p { color: rgb(220,16,250); }
H1.HeaderClassName
{
color: #DC10FA;
}
.AnyTagClassName
{
color: #DC10FA;
}
</style>
background-color css
<style>
a { background-color: #DC10FA; }
a { background-color: rgb(220,16,250); }
div.DivClassName
{
background-color: #DC10FA;
}
.BgClassName
{
background-color: #DC10FA;
}
</style>
border-color css
<style>
span { border-color: #DC10FA; }
span { border-color: rgb(220,16,250); }
td.TdClassName
{
border-color: #DC10FA;
}
.TagClassName
{
border-color: #DC10FA;
}
</style>