Shades of Psychedelic Purple #DC27FC
Tints of Psychedelic Purple #DC27FC
RGB
CMYK
RGB Variations
Color information
#DC27FC (or 0xDC27FC) is known color: Psychedelic Purple. HEX triplet: DC, 27 and FC. RGB value is (220,39,252). Sum of RGB (Red+Green+Blue) = 220+39+252=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 39 (15.62% from 255 or 7.63% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC27FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC27FC is #23D803. Grayscale: #747474. Windows color (decimal): -2349060 or 16525276. OLE color: 16525276.
HSL color Cylindrical-coordinate representation of color #DC27FC: hue angle of 290.99º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC27FC is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 39 | 252 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.01 |
| HSL | 290.99º | 0.97% | 0.57% | - |
| HSV(B) | 290.99º | 0.85% | 0.99% | - |
| XYZ | 47.81 | 23.69 | 94.15 | - |
| YUV | 117.4 | 203.97 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 252 | 0.13 | 0.85 | 0 | 0.01 | 290.99 | 0.97 | 0.57 |
| Hex | DC | 27 | FC | D | 55 | 0 | 1 | 123 | 61 | 39 |
| Octal | 334 | 47 | 374 | 15 | 125 | 0 | 1 | 443 | 141 | 71 |
| Binary | 11011100 | 100111 | 11111100 | 1101 | 1010101 | 0 | 1 | 100100011 | 1100001 | 111001 |
Color Harmonies of #DC27FC
Complementary color
Monochromatic Colors of #DC27FC
Black with #DC27FC
Text Example
Text Example
White with #DC27FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27FC; }
p { color: rgb(220,39,252); }
H1.HeaderClassName
{
color: #DC27FC;
}
.AnyTagClassName
{
color: #DC27FC;
}
</style>
background-color css
<style>
a { background-color: #DC27FC; }
a { background-color: rgb(220,39,252); }
div.DivClassName
{
background-color: #DC27FC;
}
.BgClassName
{
background-color: #DC27FC;
}
</style>
border-color css
<style>
span { border-color: #DC27FC; }
span { border-color: rgb(220,39,252); }
td.TdClassName
{
border-color: #DC27FC;
}
.TagClassName
{
border-color: #DC27FC;
}
</style>