Shades of Psychedelic Purple #DC37FD
Tints of Psychedelic Purple #DC37FD
RGB
CMYK
RGB Variations
Color information
#DC37FD (or 0xDC37FD) is known color: Psychedelic Purple. HEX triplet: DC, 37 and FD. RGB value is (220,55,253). Sum of RGB (Red+Green+Blue) = 220+55+253=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 55 (21.88% from 255 or 10.42% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC37FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC37FD is #23C802. Grayscale: #7E7E7E. Windows color (decimal): -2344963 or 16594908. OLE color: 16594908.
HSL color Cylindrical-coordinate representation of color #DC37FD: hue angle of 290º degrees, saturation: 0.98, 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 #DC37FD is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 55 | 253 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.01 |
| HSL | 290º | 0.98% | 0.6% | - |
| HSV(B) | 290º | 0.78% | 0.99% | - |
| XYZ | 48.61 | 25.04 | 95.2 | - |
| YUV | 126.91 | 199.16 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 253 | 0.13 | 0.78 | 0 | 0.01 | 290 | 0.98 | 0.6 |
| Hex | DC | 37 | FD | D | 4E | 0 | 1 | 122 | 62 | 3C |
| Octal | 334 | 67 | 375 | 15 | 116 | 0 | 1 | 442 | 142 | 74 |
| Binary | 11011100 | 110111 | 11111101 | 1101 | 1001110 | 0 | 1 | 100100010 | 1100010 | 111100 |
Color Harmonies of #DC37FD
Complementary color
Monochromatic Colors of #DC37FD
Black with #DC37FD
Text Example
Text Example
White with #DC37FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC37FD; }
p { color: rgb(220,55,253); }
H1.HeaderClassName
{
color: #DC37FD;
}
.AnyTagClassName
{
color: #DC37FD;
}
</style>
background-color css
<style>
a { background-color: #DC37FD; }
a { background-color: rgb(220,55,253); }
div.DivClassName
{
background-color: #DC37FD;
}
.BgClassName
{
background-color: #DC37FD;
}
</style>
border-color css
<style>
span { border-color: #DC37FD; }
span { border-color: rgb(220,55,253); }
td.TdClassName
{
border-color: #DC37FD;
}
.TagClassName
{
border-color: #DC37FD;
}
</style>