Shades of Psychedelic Purple #DC10E7
Tints of Psychedelic Purple #DC10E7
RGB
CMYK
RGB Variations
Color information
#DC10E7 (or 0xDC10E7) is known color: Psychedelic Purple. HEX triplet: DC, 10 and E7. RGB value is (220,16,231). Sum of RGB (Red+Green+Blue) = 220+16+231=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 16 (6.64% from 255 or 3.43% from 467); Blue value is 231 (90.62% from 255 or 49.46% from 467); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC10E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC10E7 is #23EF18. Grayscale: #646464. Windows color (decimal): -2354969 or 15143132. OLE color: 15143132.
HSL color Cylindrical-coordinate representation of color #DC10E7: hue angle of 296.93º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC10E7 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 16 | 231 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.09 |
| HSL | 296.93º | 0.87% | 0.48% | - |
| HSV(B) | 296.93º | 0.93% | 0.91% | - |
| XYZ | 44.12 | 21.36 | 77.4 | - |
| YUV | 101.51 | 201.09 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 231 | 0.05 | 0.93 | 0 | 0.09 | 296.93 | 0.87 | 0.48 |
| Hex | DC | 10 | E7 | 5 | 5D | 0 | 9 | 129 | 57 | 30 |
| Octal | 334 | 20 | 347 | 5 | 135 | 0 | 11 | 451 | 127 | 60 |
| Binary | 11011100 | 10000 | 11100111 | 101 | 1011101 | 0 | 1001 | 100101001 | 1010111 | 110000 |
Color Harmonies of #DC10E7
Complementary color
Monochromatic Colors of #DC10E7
Black with #DC10E7
Text Example
Text Example
White with #DC10E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10E7; }
p { color: rgb(220,16,231); }
H1.HeaderClassName
{
color: #DC10E7;
}
.AnyTagClassName
{
color: #DC10E7;
}
</style>
background-color css
<style>
a { background-color: #DC10E7; }
a { background-color: rgb(220,16,231); }
div.DivClassName
{
background-color: #DC10E7;
}
.BgClassName
{
background-color: #DC10E7;
}
</style>
border-color css
<style>
span { border-color: #DC10E7; }
span { border-color: rgb(220,16,231); }
td.TdClassName
{
border-color: #DC10E7;
}
.TagClassName
{
border-color: #DC10E7;
}
</style>