Shades of Psychedelic Purple #DC37FC
Tints of Psychedelic Purple #DC37FC
RGB
CMYK
RGB Variations
Color information
#DC37FC (or 0xDC37FC) is known color: Psychedelic Purple. HEX triplet: DC, 37 and FC. RGB value is (220,55,252). Sum of RGB (Red+Green+Blue) = 220+55+252=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 55 (21.88% from 255 or 10.44% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC37FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC37FC is #23C803. Grayscale: #7E7E7E. Windows color (decimal): -2344964 or 16529372. OLE color: 16529372.
HSL color Cylindrical-coordinate representation of color #DC37FC: hue angle of 290.25º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC37FC is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 55 | 252 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.01 |
| HSL | 290.25º | 0.97% | 0.6% | - |
| HSV(B) | 290.25º | 0.78% | 0.99% | - |
| XYZ | 48.45 | 24.98 | 94.36 | - |
| YUV | 126.79 | 198.66 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 252 | 0.13 | 0.78 | 0 | 0.01 | 290.25 | 0.97 | 0.6 |
| Hex | DC | 37 | FC | D | 4E | 0 | 1 | 122 | 61 | 3C |
| Octal | 334 | 67 | 374 | 15 | 116 | 0 | 1 | 442 | 141 | 74 |
| Binary | 11011100 | 110111 | 11111100 | 1101 | 1001110 | 0 | 1 | 100100010 | 1100001 | 111100 |
Color Harmonies of #DC37FC
Complementary color
Monochromatic Colors of #DC37FC
Black with #DC37FC
Text Example
Text Example
White with #DC37FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC37FC; }
p { color: rgb(220,55,252); }
H1.HeaderClassName
{
color: #DC37FC;
}
.AnyTagClassName
{
color: #DC37FC;
}
</style>
background-color css
<style>
a { background-color: #DC37FC; }
a { background-color: rgb(220,55,252); }
div.DivClassName
{
background-color: #DC37FC;
}
.BgClassName
{
background-color: #DC37FC;
}
</style>
border-color css
<style>
span { border-color: #DC37FC; }
span { border-color: rgb(220,55,252); }
td.TdClassName
{
border-color: #DC37FC;
}
.TagClassName
{
border-color: #DC37FC;
}
</style>