Shades of Psychedelic Purple #DC10E8
Tints of Psychedelic Purple #DC10E8
RGB
CMYK
RGB Variations
Color information
#DC10E8 (or 0xDC10E8) is known color: Psychedelic Purple. HEX triplet: DC, 10 and E8. RGB value is (220,16,232). Sum of RGB (Red+Green+Blue) = 220+16+232=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 16 (6.64% from 255 or 3.42% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC10E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC10E8 is #23EF17. Grayscale: #646464. Windows color (decimal): -2354968 or 15208668. OLE color: 15208668.
HSL color Cylindrical-coordinate representation of color #DC10E8: hue angle of 296.67º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC10E8 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 16 | 232 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.09 |
| HSL | 296.67º | 0.87% | 0.49% | - |
| HSV(B) | 296.67º | 0.93% | 0.91% | - |
| XYZ | 44.27 | 21.41 | 78.14 | - |
| YUV | 101.62 | 201.59 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 232 | 0.05 | 0.93 | 0 | 0.09 | 296.67 | 0.87 | 0.49 |
| Hex | DC | 10 | E8 | 5 | 5D | 0 | 9 | 129 | 57 | 31 |
| Octal | 334 | 20 | 350 | 5 | 135 | 0 | 11 | 451 | 127 | 61 |
| Binary | 11011100 | 10000 | 11101000 | 101 | 1011101 | 0 | 1001 | 100101001 | 1010111 | 110001 |
Color Harmonies of #DC10E8
Complementary color
Monochromatic Colors of #DC10E8
Black with #DC10E8
Text Example
Text Example
White with #DC10E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10E8; }
p { color: rgb(220,16,232); }
H1.HeaderClassName
{
color: #DC10E8;
}
.AnyTagClassName
{
color: #DC10E8;
}
</style>
background-color css
<style>
a { background-color: #DC10E8; }
a { background-color: rgb(220,16,232); }
div.DivClassName
{
background-color: #DC10E8;
}
.BgClassName
{
background-color: #DC10E8;
}
</style>
border-color css
<style>
span { border-color: #DC10E8; }
span { border-color: rgb(220,16,232); }
td.TdClassName
{
border-color: #DC10E8;
}
.TagClassName
{
border-color: #DC10E8;
}
</style>