Shades of Psychedelic Purple #DC1CE7
Tints of Psychedelic Purple #DC1CE7
RGB
CMYK
RGB Variations
Color information
#DC1CE7 (or 0xDC1CE7) is known color: Psychedelic Purple. HEX triplet: DC, 1C and E7. RGB value is (220,28,231). Sum of RGB (Red+Green+Blue) = 220+28+231=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 28 (11.33% from 255 or 5.85% from 479); Blue value is 231 (90.62% from 255 or 48.23% from 479); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC1CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1CE7 is #23E318. Grayscale: #6B6B6B. Windows color (decimal): -2351897 or 15146204. OLE color: 15146204.
HSL color Cylindrical-coordinate representation of color #DC1CE7: hue angle of 296.75º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1CE7 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 28 | 231 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.09 |
| HSL | 296.75º | 0.81% | 0.51% | - |
| HSV(B) | 296.75º | 0.88% | 0.91% | - |
| XYZ | 44.35 | 21.82 | 77.47 | - |
| YUV | 108.55 | 197.11 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 231 | 0.05 | 0.88 | 0 | 0.09 | 296.75 | 0.81 | 0.51 |
| Hex | DC | 1C | E7 | 5 | 58 | 0 | 9 | 129 | 51 | 33 |
| Octal | 334 | 34 | 347 | 5 | 130 | 0 | 11 | 451 | 121 | 63 |
| Binary | 11011100 | 11100 | 11100111 | 101 | 1011000 | 0 | 1001 | 100101001 | 1010001 | 110011 |
Color Harmonies of #DC1CE7
Complementary color
Monochromatic Colors of #DC1CE7
Black with #DC1CE7
Text Example
Text Example
White with #DC1CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1CE7; }
p { color: rgb(220,28,231); }
H1.HeaderClassName
{
color: #DC1CE7;
}
.AnyTagClassName
{
color: #DC1CE7;
}
</style>
background-color css
<style>
a { background-color: #DC1CE7; }
a { background-color: rgb(220,28,231); }
div.DivClassName
{
background-color: #DC1CE7;
}
.BgClassName
{
background-color: #DC1CE7;
}
</style>
border-color css
<style>
span { border-color: #DC1CE7; }
span { border-color: rgb(220,28,231); }
td.TdClassName
{
border-color: #DC1CE7;
}
.TagClassName
{
border-color: #DC1CE7;
}
</style>