Shades of Psychedelic Purple #DC10ED
Tints of Psychedelic Purple #DC10ED
RGB
CMYK
RGB Variations
Color information
#DC10ED (or 0xDC10ED) is known color: Psychedelic Purple. HEX triplet: DC, 10 and ED. RGB value is (220,16,237). Sum of RGB (Red+Green+Blue) = 220+16+237=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 16 (6.64% from 255 or 3.38% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC10ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC10ED is #23EF12. Grayscale: #656565. Windows color (decimal): -2354963 or 15536348. OLE color: 15536348.
HSL color Cylindrical-coordinate representation of color #DC10ED: hue angle of 295.38º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC10ED is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 16 | 237 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.07 |
| HSL | 295.38º | 0.87% | 0.5% | - |
| HSV(B) | 295.38º | 0.93% | 0.93% | - |
| XYZ | 44.99 | 21.7 | 81.94 | - |
| YUV | 102.19 | 204.09 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 237 | 0.07 | 0.93 | 0 | 0.07 | 295.38 | 0.87 | 0.5 |
| Hex | DC | 10 | ED | 7 | 5D | 0 | 7 | 127 | 57 | 32 |
| Octal | 334 | 20 | 355 | 7 | 135 | 0 | 7 | 447 | 127 | 62 |
| Binary | 11011100 | 10000 | 11101101 | 111 | 1011101 | 0 | 111 | 100100111 | 1010111 | 110010 |
Color Harmonies of #DC10ED
Complementary color
Monochromatic Colors of #DC10ED
Black with #DC10ED
Text Example
Text Example
White with #DC10ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10ED; }
p { color: rgb(220,16,237); }
H1.HeaderClassName
{
color: #DC10ED;
}
.AnyTagClassName
{
color: #DC10ED;
}
</style>
background-color css
<style>
a { background-color: #DC10ED; }
a { background-color: rgb(220,16,237); }
div.DivClassName
{
background-color: #DC10ED;
}
.BgClassName
{
background-color: #DC10ED;
}
</style>
border-color css
<style>
span { border-color: #DC10ED; }
span { border-color: rgb(220,16,237); }
td.TdClassName
{
border-color: #DC10ED;
}
.TagClassName
{
border-color: #DC10ED;
}
</style>