Shades of Psychedelic Purple #DC37FF
Tints of Psychedelic Purple #DC37FF
RGB
CMYK
RGB Variations
Color information
#DC37FF (or 0xDC37FF) is known color: Psychedelic Purple. HEX triplet: DC, 37 and FF. RGB value is (220,55,255). Sum of RGB (Red+Green+Blue) = 220+55+255=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 55 (21.88% from 255 or 10.38% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC37FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC37FF is #23C800. Grayscale: #7E7E7E. Windows color (decimal): -2344961 or 16725980. OLE color: 16725980.
HSL color Cylindrical-coordinate representation of color #DC37FF: hue angle of 289.5º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC37FF is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 55 | 255 | - |
| CMYK | 0.14 | 0.78 | 0 | 0 |
| HSL | 289.5º | 1% | 0.61% | - |
| HSV(B) | 289.5º | 0.78% | 1% | - |
| XYZ | 48.93 | 25.17 | 96.89 | - |
| YUV | 127.14 | 200.16 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 255 | 0.14 | 0.78 | 0 | 0 | 289.5 | 1 | 0.61 |
| Hex | DC | 37 | FF | E | 4E | 0 | 0 | 122 | 64 | 3D |
| Octal | 334 | 67 | 377 | 16 | 116 | 0 | 0 | 442 | 144 | 75 |
| Binary | 11011100 | 110111 | 11111111 | 1110 | 1001110 | 0 | 0 | 100100010 | 1100100 | 111101 |
Color Harmonies of #DC37FF
Complementary color
Monochromatic Colors of #DC37FF
Black with #DC37FF
Text Example
Text Example
White with #DC37FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC37FF; }
p { color: rgb(220,55,255); }
H1.HeaderClassName
{
color: #DC37FF;
}
.AnyTagClassName
{
color: #DC37FF;
}
</style>
background-color css
<style>
a { background-color: #DC37FF; }
a { background-color: rgb(220,55,255); }
div.DivClassName
{
background-color: #DC37FF;
}
.BgClassName
{
background-color: #DC37FF;
}
</style>
border-color css
<style>
span { border-color: #DC37FF; }
span { border-color: rgb(220,55,255); }
td.TdClassName
{
border-color: #DC37FF;
}
.TagClassName
{
border-color: #DC37FF;
}
</style>