Shades of Psychedelic Purple #DC03E7
Tints of Psychedelic Purple #DC03E7
RGB
CMYK
RGB Variations
Color information
#DC03E7 (or 0xDC03E7) is known color: Psychedelic Purple. HEX triplet: DC, 03 and E7. RGB value is (220,3,231). Sum of RGB (Red+Green+Blue) = 220+3+231=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 3 (1.56% from 255 or 0.66% from 454); Blue value is 231 (90.62% from 255 or 50.88% from 454); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC03E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC03E7 is #23FC18. Grayscale: #5D5D5D. Windows color (decimal): -2358297 or 15139804. OLE color: 15139804.
HSL color Cylindrical-coordinate representation of color #DC03E7: hue angle of 297.11º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC03E7 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 3 | 231 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.09 |
| HSL | 297.11º | 0.97% | 0.46% | - |
| HSV(B) | 297.11º | 0.99% | 0.91% | - |
| XYZ | 43.97 | 21.05 | 77.35 | - |
| YUV | 93.88 | 205.39 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 231 | 0.05 | 0.99 | 0 | 0.09 | 297.11 | 0.97 | 0.46 |
| Hex | DC | 3 | E7 | 5 | 63 | 0 | 9 | 129 | 61 | 2E |
| Octal | 334 | 3 | 347 | 5 | 143 | 0 | 11 | 451 | 141 | 56 |
| Binary | 11011100 | 11 | 11100111 | 101 | 1100011 | 0 | 1001 | 100101001 | 1100001 | 101110 |
Color Harmonies of #DC03E7
Complementary color
Monochromatic Colors of #DC03E7
Black with #DC03E7
Text Example
Text Example
White with #DC03E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03E7; }
p { color: rgb(220,3,231); }
H1.HeaderClassName
{
color: #DC03E7;
}
.AnyTagClassName
{
color: #DC03E7;
}
</style>
background-color css
<style>
a { background-color: #DC03E7; }
a { background-color: rgb(220,3,231); }
div.DivClassName
{
background-color: #DC03E7;
}
.BgClassName
{
background-color: #DC03E7;
}
</style>
border-color css
<style>
span { border-color: #DC03E7; }
span { border-color: rgb(220,3,231); }
td.TdClassName
{
border-color: #DC03E7;
}
.TagClassName
{
border-color: #DC03E7;
}
</style>