Shades of Psychedelic Purple #DC36FF
Tints of Psychedelic Purple #DC36FF
RGB
CMYK
RGB Variations
Color information
#DC36FF (or 0xDC36FF) is known color: Psychedelic Purple. HEX triplet: DC, 36 and FF. RGB value is (220,54,255). Sum of RGB (Red+Green+Blue) = 220+54+255=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 54 (21.48% from 255 or 10.21% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC36FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC36FF is #23C900. Grayscale: #7D7D7D. Windows color (decimal): -2345217 or 16725724. OLE color: 16725724.
HSL color Cylindrical-coordinate representation of color #DC36FF: hue angle of 289.55º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC36FF is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 54 | 255 | - |
| CMYK | 0.14 | 0.79 | 0 | 0 |
| HSL | 289.55º | 1% | 0.61% | - |
| HSV(B) | 289.55º | 0.79% | 1% | - |
| XYZ | 48.88 | 25.07 | 96.87 | - |
| YUV | 126.55 | 200.5 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 255 | 0.14 | 0.79 | 0 | 0 | 289.55 | 1 | 0.61 |
| Hex | DC | 36 | FF | E | 4F | 0 | 0 | 122 | 64 | 3D |
| Octal | 334 | 66 | 377 | 16 | 117 | 0 | 0 | 442 | 144 | 75 |
| Binary | 11011100 | 110110 | 11111111 | 1110 | 1001111 | 0 | 0 | 100100010 | 1100100 | 111101 |
Color Harmonies of #DC36FF
Complementary color
Monochromatic Colors of #DC36FF
Black with #DC36FF
Text Example
Text Example
White with #DC36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC36FF; }
p { color: rgb(220,54,255); }
H1.HeaderClassName
{
color: #DC36FF;
}
.AnyTagClassName
{
color: #DC36FF;
}
</style>
background-color css
<style>
a { background-color: #DC36FF; }
a { background-color: rgb(220,54,255); }
div.DivClassName
{
background-color: #DC36FF;
}
.BgClassName
{
background-color: #DC36FF;
}
</style>
border-color css
<style>
span { border-color: #DC36FF; }
span { border-color: rgb(220,54,255); }
td.TdClassName
{
border-color: #DC36FF;
}
.TagClassName
{
border-color: #DC36FF;
}
</style>