Shades of Psychedelic Purple #DC36FC
Tints of Psychedelic Purple #DC36FC
RGB
CMYK
RGB Variations
Color information
#DC36FC (or 0xDC36FC) is known color: Psychedelic Purple. HEX triplet: DC, 36 and FC. RGB value is (220,54,252). Sum of RGB (Red+Green+Blue) = 220+54+252=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 54 (21.48% from 255 or 10.27% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC36FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC36FC is #23C903. Grayscale: #7D7D7D. Windows color (decimal): -2345220 or 16529116. OLE color: 16529116.
HSL color Cylindrical-coordinate representation of color #DC36FC: hue angle of 290.3º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC36FC is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 54 | 252 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.01 |
| HSL | 290.3º | 0.97% | 0.6% | - |
| HSV(B) | 290.3º | 0.79% | 0.99% | - |
| XYZ | 48.41 | 24.88 | 94.35 | - |
| YUV | 126.21 | 199 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 252 | 0.13 | 0.79 | 0 | 0.01 | 290.3 | 0.97 | 0.6 |
| Hex | DC | 36 | FC | D | 4F | 0 | 1 | 122 | 61 | 3C |
| Octal | 334 | 66 | 374 | 15 | 117 | 0 | 1 | 442 | 141 | 74 |
| Binary | 11011100 | 110110 | 11111100 | 1101 | 1001111 | 0 | 1 | 100100010 | 1100001 | 111100 |
Color Harmonies of #DC36FC
Complementary color
Monochromatic Colors of #DC36FC
Black with #DC36FC
Text Example
Text Example
White with #DC36FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC36FC; }
p { color: rgb(220,54,252); }
H1.HeaderClassName
{
color: #DC36FC;
}
.AnyTagClassName
{
color: #DC36FC;
}
</style>
background-color css
<style>
a { background-color: #DC36FC; }
a { background-color: rgb(220,54,252); }
div.DivClassName
{
background-color: #DC36FC;
}
.BgClassName
{
background-color: #DC36FC;
}
</style>
border-color css
<style>
span { border-color: #DC36FC; }
span { border-color: rgb(220,54,252); }
td.TdClassName
{
border-color: #DC36FC;
}
.TagClassName
{
border-color: #DC36FC;
}
</style>