Shades of Psychedelic Purple #DC03ED
Tints of Psychedelic Purple #DC03ED
RGB
CMYK
RGB Variations
Color information
#DC03ED (or 0xDC03ED) is known color: Psychedelic Purple. HEX triplet: DC, 03 and ED. RGB value is (220,3,237). Sum of RGB (Red+Green+Blue) = 220+3+237=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 3 (1.56% from 255 or 0.65% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC03ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC03ED is #23FC12. Grayscale: #5D5D5D. Windows color (decimal): -2358291 or 15533020. OLE color: 15533020.
HSL color Cylindrical-coordinate representation of color #DC03ED: hue angle of 295.64º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC03ED is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 3 | 237 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.07 |
| HSL | 295.64º | 0.98% | 0.47% | - |
| HSV(B) | 295.64º | 0.99% | 0.93% | - |
| XYZ | 44.83 | 21.4 | 81.89 | - |
| YUV | 94.56 | 208.39 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 237 | 0.07 | 0.99 | 0 | 0.07 | 295.64 | 0.98 | 0.47 |
| Hex | DC | 3 | ED | 7 | 63 | 0 | 7 | 128 | 62 | 2F |
| Octal | 334 | 3 | 355 | 7 | 143 | 0 | 7 | 450 | 142 | 57 |
| Binary | 11011100 | 11 | 11101101 | 111 | 1100011 | 0 | 111 | 100101000 | 1100010 | 101111 |
Color Harmonies of #DC03ED
Complementary color
Monochromatic Colors of #DC03ED
Black with #DC03ED
Text Example
Text Example
White with #DC03ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03ED; }
p { color: rgb(220,3,237); }
H1.HeaderClassName
{
color: #DC03ED;
}
.AnyTagClassName
{
color: #DC03ED;
}
</style>
background-color css
<style>
a { background-color: #DC03ED; }
a { background-color: rgb(220,3,237); }
div.DivClassName
{
background-color: #DC03ED;
}
.BgClassName
{
background-color: #DC03ED;
}
</style>
border-color css
<style>
span { border-color: #DC03ED; }
span { border-color: rgb(220,3,237); }
td.TdClassName
{
border-color: #DC03ED;
}
.TagClassName
{
border-color: #DC03ED;
}
</style>