Shades of Psychedelic Purple #DC00FD
Tints of Psychedelic Purple #DC00FD
RGB
CMYK
RGB Variations
Color information
#DC00FD (or 0xDC00FD) is known color: Psychedelic Purple. HEX triplet: DC, 00 and FD. RGB value is (220,0,253). Sum of RGB (Red+Green+Blue) = 220+0+253=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 0 (0.39% from 255 or 0% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC00FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC00FD is #23FF02. Grayscale: #5D5D5D. Windows color (decimal): -2359043 or 16580828. OLE color: 16580828.
HSL color Cylindrical-coordinate representation of color #DC00FD: hue angle of 292.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC00FD is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 0 | 253 | - |
| CMYK | 0.13 | 1 | 0 | 0.01 |
| HSL | 292.17º | 1% | 0.5% | - |
| HSV(B) | 292.17º | 1% | 0.99% | - |
| XYZ | 47.24 | 22.31 | 94.74 | - |
| YUV | 94.62 | 217.39 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 253 | 0.13 | 1 | 0 | 0.01 | 292.17 | 1 | 0.5 |
| Hex | DC | 0 | FD | D | 64 | 0 | 1 | 124 | 64 | 32 |
| Octal | 334 | 0 | 375 | 15 | 144 | 0 | 1 | 444 | 144 | 62 |
| Binary | 11011100 | 0 | 11111101 | 1101 | 1100100 | 0 | 1 | 100100100 | 1100100 | 110010 |
Color Harmonies of #DC00FD
Complementary color
Monochromatic Colors of #DC00FD
Black with #DC00FD
Text Example
Text Example
White with #DC00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC00FD; }
p { color: rgb(220,0,253); }
H1.HeaderClassName
{
color: #DC00FD;
}
.AnyTagClassName
{
color: #DC00FD;
}
</style>
background-color css
<style>
a { background-color: #DC00FD; }
a { background-color: rgb(220,0,253); }
div.DivClassName
{
background-color: #DC00FD;
}
.BgClassName
{
background-color: #DC00FD;
}
</style>
border-color css
<style>
span { border-color: #DC00FD; }
span { border-color: rgb(220,0,253); }
td.TdClassName
{
border-color: #DC00FD;
}
.TagClassName
{
border-color: #DC00FD;
}
</style>