Shades of Psychedelic Purple #DC03F5
Tints of Psychedelic Purple #DC03F5
RGB
CMYK
RGB Variations
Color information
#DC03F5 (or 0xDC03F5) is known color: Psychedelic Purple. HEX triplet: DC, 03 and F5. RGB value is (220,3,245). Sum of RGB (Red+Green+Blue) = 220+3+245=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 3 (1.56% from 255 or 0.64% from 468); Blue value is 245 (96.09% from 255 or 52.35% from 468); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC03F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC03F5 is #23FC0A. Grayscale: #5E5E5E. Windows color (decimal): -2358283 or 16057308. OLE color: 16057308.
HSL color Cylindrical-coordinate representation of color #DC03F5: hue angle of 293.8º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC03F5 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 3 | 245 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.04 |
| HSL | 293.8º | 0.98% | 0.49% | - |
| HSV(B) | 293.8º | 0.99% | 0.96% | - |
| XYZ | 46.03 | 21.87 | 88.18 | - |
| YUV | 95.47 | 212.39 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 245 | 0.10 | 0.99 | 0 | 0.04 | 293.8 | 0.98 | 0.49 |
| Hex | DC | 3 | F5 | A | 63 | 0 | 4 | 126 | 62 | 31 |
| Octal | 334 | 3 | 365 | 12 | 143 | 0 | 4 | 446 | 142 | 61 |
| Binary | 11011100 | 11 | 11110101 | 1010 | 1100011 | 0 | 100 | 100100110 | 1100010 | 110001 |
Color Harmonies of #DC03F5
Complementary color
Monochromatic Colors of #DC03F5
Black with #DC03F5
Text Example
Text Example
White with #DC03F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03F5; }
p { color: rgb(220,3,245); }
H1.HeaderClassName
{
color: #DC03F5;
}
.AnyTagClassName
{
color: #DC03F5;
}
</style>
background-color css
<style>
a { background-color: #DC03F5; }
a { background-color: rgb(220,3,245); }
div.DivClassName
{
background-color: #DC03F5;
}
.BgClassName
{
background-color: #DC03F5;
}
</style>
border-color css
<style>
span { border-color: #DC03F5; }
span { border-color: rgb(220,3,245); }
td.TdClassName
{
border-color: #DC03F5;
}
.TagClassName
{
border-color: #DC03F5;
}
</style>