Shades of Psychedelic Purple #DC03FD
Tints of Psychedelic Purple #DC03FD
RGB
CMYK
RGB Variations
Color information
#DC03FD (or 0xDC03FD) is known color: Psychedelic Purple. HEX triplet: DC, 03 and FD. RGB value is (220,3,253). Sum of RGB (Red+Green+Blue) = 220+3+253=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 3 (1.56% from 255 or 0.63% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC03FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC03FD is #23FC02. Grayscale: #5F5F5F. Windows color (decimal): -2358275 or 16581596. OLE color: 16581596.
HSL color Cylindrical-coordinate representation of color #DC03FD: hue angle of 292.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC03FD is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 3 | 253 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.01 |
| HSL | 292.08º | 0.98% | 0.5% | - |
| HSV(B) | 292.08º | 0.99% | 0.99% | - |
| XYZ | 47.28 | 22.37 | 94.76 | - |
| YUV | 96.38 | 216.39 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 253 | 0.13 | 0.99 | 0 | 0.01 | 292.08 | 0.98 | 0.5 |
| Hex | DC | 3 | FD | D | 63 | 0 | 1 | 124 | 62 | 32 |
| Octal | 334 | 3 | 375 | 15 | 143 | 0 | 1 | 444 | 142 | 62 |
| Binary | 11011100 | 11 | 11111101 | 1101 | 1100011 | 0 | 1 | 100100100 | 1100010 | 110010 |
Color Harmonies of #DC03FD
Complementary color
Monochromatic Colors of #DC03FD
Black with #DC03FD
Text Example
Text Example
White with #DC03FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03FD; }
p { color: rgb(220,3,253); }
H1.HeaderClassName
{
color: #DC03FD;
}
.AnyTagClassName
{
color: #DC03FD;
}
</style>
background-color css
<style>
a { background-color: #DC03FD; }
a { background-color: rgb(220,3,253); }
div.DivClassName
{
background-color: #DC03FD;
}
.BgClassName
{
background-color: #DC03FD;
}
</style>
border-color css
<style>
span { border-color: #DC03FD; }
span { border-color: rgb(220,3,253); }
td.TdClassName
{
border-color: #DC03FD;
}
.TagClassName
{
border-color: #DC03FD;
}
</style>