Shades of Psychedelic Purple #DC11E7
Tints of Psychedelic Purple #DC11E7
RGB
CMYK
RGB Variations
Color information
#DC11E7 (or 0xDC11E7) is known color: Psychedelic Purple. HEX triplet: DC, 11 and E7. RGB value is (220,17,231). Sum of RGB (Red+Green+Blue) = 220+17+231=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 231 (90.62% from 255 or 49.36% from 468); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC11E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC11E7 is #23EE18. Grayscale: #656565. Windows color (decimal): -2354713 or 15143388. OLE color: 15143388.
HSL color Cylindrical-coordinate representation of color #DC11E7: hue angle of 296.92º degrees, saturation: 0.86, 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 #DC11E7 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 17 | 231 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.09 |
| HSL | 296.92º | 0.86% | 0.49% | - |
| HSV(B) | 296.92º | 0.93% | 0.91% | - |
| XYZ | 44.14 | 21.39 | 77.4 | - |
| YUV | 102.09 | 200.75 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 231 | 0.05 | 0.93 | 0 | 0.09 | 296.92 | 0.86 | 0.49 |
| Hex | DC | 11 | E7 | 5 | 5D | 0 | 9 | 129 | 56 | 31 |
| Octal | 334 | 21 | 347 | 5 | 135 | 0 | 11 | 451 | 126 | 61 |
| Binary | 11011100 | 10001 | 11100111 | 101 | 1011101 | 0 | 1001 | 100101001 | 1010110 | 110001 |
Color Harmonies of #DC11E7
Complementary color
Monochromatic Colors of #DC11E7
Black with #DC11E7
Text Example
Text Example
White with #DC11E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC11E7; }
p { color: rgb(220,17,231); }
H1.HeaderClassName
{
color: #DC11E7;
}
.AnyTagClassName
{
color: #DC11E7;
}
</style>
background-color css
<style>
a { background-color: #DC11E7; }
a { background-color: rgb(220,17,231); }
div.DivClassName
{
background-color: #DC11E7;
}
.BgClassName
{
background-color: #DC11E7;
}
</style>
border-color css
<style>
span { border-color: #DC11E7; }
span { border-color: rgb(220,17,231); }
td.TdClassName
{
border-color: #DC11E7;
}
.TagClassName
{
border-color: #DC11E7;
}
</style>