Shades of Psychedelic Purple #DC10E6
Tints of Psychedelic Purple #DC10E6
RGB
CMYK
RGB Variations
Color information
#DC10E6 (or 0xDC10E6) is known color: Psychedelic Purple. HEX triplet: DC, 10 and E6. RGB value is (220,16,230). Sum of RGB (Red+Green+Blue) = 220+16+230=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 16 (6.64% from 255 or 3.43% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC10E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC10E6 is #23EF19. Grayscale: #646464. Windows color (decimal): -2354970 or 15077596. OLE color: 15077596.
HSL color Cylindrical-coordinate representation of color #DC10E6: hue angle of 297.2º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC10E6 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 16 | 230 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.10 |
| HSL | 297.2º | 0.87% | 0.48% | - |
| HSV(B) | 297.2º | 0.93% | 0.9% | - |
| XYZ | 43.98 | 21.3 | 76.66 | - |
| YUV | 101.39 | 200.59 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 230 | 0.04 | 0.93 | 0 | 0.10 | 297.2 | 0.87 | 0.48 |
| Hex | DC | 10 | E6 | 4 | 5D | 0 | A | 129 | 57 | 30 |
| Octal | 334 | 20 | 346 | 4 | 135 | 0 | 12 | 451 | 127 | 60 |
| Binary | 11011100 | 10000 | 11100110 | 100 | 1011101 | 0 | 1010 | 100101001 | 1010111 | 110000 |
Color Harmonies of #DC10E6
Complementary color
Monochromatic Colors of #DC10E6
Black with #DC10E6
Text Example
Text Example
White with #DC10E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10E6; }
p { color: rgb(220,16,230); }
H1.HeaderClassName
{
color: #DC10E6;
}
.AnyTagClassName
{
color: #DC10E6;
}
</style>
background-color css
<style>
a { background-color: #DC10E6; }
a { background-color: rgb(220,16,230); }
div.DivClassName
{
background-color: #DC10E6;
}
.BgClassName
{
background-color: #DC10E6;
}
</style>
border-color css
<style>
span { border-color: #DC10E6; }
span { border-color: rgb(220,16,230); }
td.TdClassName
{
border-color: #DC10E6;
}
.TagClassName
{
border-color: #DC10E6;
}
</style>