Shades of Psychedelic Purple #DC2CFC
Tints of Psychedelic Purple #DC2CFC
RGB
CMYK
RGB Variations
Color information
#DC2CFC (or 0xDC2CFC) is known color: Psychedelic Purple. HEX triplet: DC, 2C and FC. RGB value is (220,44,252). Sum of RGB (Red+Green+Blue) = 220+44+252=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 44 (17.58% from 255 or 8.53% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC2CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2CFC is #23D303. Grayscale: #777777. Windows color (decimal): -2347780 or 16526556. OLE color: 16526556.
HSL color Cylindrical-coordinate representation of color #DC2CFC: hue angle of 290.77º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2CFC is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 44 | 252 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.01 |
| HSL | 290.77º | 0.97% | 0.58% | - |
| HSV(B) | 290.77º | 0.83% | 0.99% | - |
| XYZ | 47.99 | 24.05 | 94.21 | - |
| YUV | 120.34 | 202.31 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 252 | 0.13 | 0.83 | 0 | 0.01 | 290.77 | 0.97 | 0.58 |
| Hex | DC | 2C | FC | D | 53 | 0 | 1 | 123 | 61 | 3A |
| Octal | 334 | 54 | 374 | 15 | 123 | 0 | 1 | 443 | 141 | 72 |
| Binary | 11011100 | 101100 | 11111100 | 1101 | 1010011 | 0 | 1 | 100100011 | 1100001 | 111010 |
Color Harmonies of #DC2CFC
Complementary color
Monochromatic Colors of #DC2CFC
Black with #DC2CFC
Text Example
Text Example
White with #DC2CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CFC; }
p { color: rgb(220,44,252); }
H1.HeaderClassName
{
color: #DC2CFC;
}
.AnyTagClassName
{
color: #DC2CFC;
}
</style>
background-color css
<style>
a { background-color: #DC2CFC; }
a { background-color: rgb(220,44,252); }
div.DivClassName
{
background-color: #DC2CFC;
}
.BgClassName
{
background-color: #DC2CFC;
}
</style>
border-color css
<style>
span { border-color: #DC2CFC; }
span { border-color: rgb(220,44,252); }
td.TdClassName
{
border-color: #DC2CFC;
}
.TagClassName
{
border-color: #DC2CFC;
}
</style>