Shades of Psychedelic Purple #DC36FA
Tints of Psychedelic Purple #DC36FA
RGB
CMYK
RGB Variations
Color information
#DC36FA (or 0xDC36FA) is known color: Psychedelic Purple. HEX triplet: DC, 36 and FA. RGB value is (220,54,250). Sum of RGB (Red+Green+Blue) = 220+54+250=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 54 (21.48% from 255 or 10.31% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC36FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC36FA is #23C905. Grayscale: #7D7D7D. Windows color (decimal): -2345222 or 16398044. OLE color: 16398044.
HSL color Cylindrical-coordinate representation of color #DC36FA: hue angle of 290.82º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC36FA is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 54 | 250 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.02 |
| HSL | 290.82º | 0.95% | 0.6% | - |
| HSV(B) | 290.82º | 0.78% | 0.98% | - |
| XYZ | 48.09 | 24.76 | 92.69 | - |
| YUV | 125.98 | 198 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 250 | 0.12 | 0.78 | 0 | 0.02 | 290.82 | 0.95 | 0.6 |
| Hex | DC | 36 | FA | C | 4E | 0 | 2 | 123 | 5F | 3C |
| Octal | 334 | 66 | 372 | 14 | 116 | 0 | 2 | 443 | 137 | 74 |
| Binary | 11011100 | 110110 | 11111010 | 1100 | 1001110 | 0 | 10 | 100100011 | 1011111 | 111100 |
Color Harmonies of #DC36FA
Complementary color
Monochromatic Colors of #DC36FA
Black with #DC36FA
Text Example
Text Example
White with #DC36FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC36FA; }
p { color: rgb(220,54,250); }
H1.HeaderClassName
{
color: #DC36FA;
}
.AnyTagClassName
{
color: #DC36FA;
}
</style>
background-color css
<style>
a { background-color: #DC36FA; }
a { background-color: rgb(220,54,250); }
div.DivClassName
{
background-color: #DC36FA;
}
.BgClassName
{
background-color: #DC36FA;
}
</style>
border-color css
<style>
span { border-color: #DC36FA; }
span { border-color: rgb(220,54,250); }
td.TdClassName
{
border-color: #DC36FA;
}
.TagClassName
{
border-color: #DC36FA;
}
</style>