Shades of Psychedelic Purple #DC10EF
Tints of Psychedelic Purple #DC10EF
RGB
CMYK
RGB Variations
Color information
#DC10EF (or 0xDC10EF) is known color: Psychedelic Purple. HEX triplet: DC, 10 and EF. RGB value is (220,16,239). Sum of RGB (Red+Green+Blue) = 220+16+239=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 16 (6.64% from 255 or 3.37% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC10EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC10EF is #23EF10. Grayscale: #656565. Windows color (decimal): -2354961 or 15667420. OLE color: 15667420.
HSL color Cylindrical-coordinate representation of color #DC10EF: hue angle of 294.89º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC10EF is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 16 | 239 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.06 |
| HSL | 294.89º | 0.87% | 0.5% | - |
| HSV(B) | 294.89º | 0.93% | 0.94% | - |
| XYZ | 45.28 | 21.82 | 83.49 | - |
| YUV | 102.42 | 205.09 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 239 | 0.08 | 0.93 | 0 | 0.06 | 294.89 | 0.87 | 0.5 |
| Hex | DC | 10 | EF | 8 | 5D | 0 | 6 | 127 | 57 | 32 |
| Octal | 334 | 20 | 357 | 10 | 135 | 0 | 6 | 447 | 127 | 62 |
| Binary | 11011100 | 10000 | 11101111 | 1000 | 1011101 | 0 | 110 | 100100111 | 1010111 | 110010 |
Color Harmonies of #DC10EF
Complementary color
Monochromatic Colors of #DC10EF
Black with #DC10EF
Text Example
Text Example
White with #DC10EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10EF; }
p { color: rgb(220,16,239); }
H1.HeaderClassName
{
color: #DC10EF;
}
.AnyTagClassName
{
color: #DC10EF;
}
</style>
background-color css
<style>
a { background-color: #DC10EF; }
a { background-color: rgb(220,16,239); }
div.DivClassName
{
background-color: #DC10EF;
}
.BgClassName
{
background-color: #DC10EF;
}
</style>
border-color css
<style>
span { border-color: #DC10EF; }
span { border-color: rgb(220,16,239); }
td.TdClassName
{
border-color: #DC10EF;
}
.TagClassName
{
border-color: #DC10EF;
}
</style>