Shades of Psychedelic Purple #DC2CFF
Tints of Psychedelic Purple #DC2CFF
RGB
CMYK
RGB Variations
Color information
#DC2CFF (or 0xDC2CFF) is known color: Psychedelic Purple. HEX triplet: DC, 2C and FF. RGB value is (220,44,255). Sum of RGB (Red+Green+Blue) = 220+44+255=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 44 (17.58% from 255 or 8.48% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC2CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2CFF is #23D300. Grayscale: #787878. Windows color (decimal): -2347777 or 16723164. OLE color: 16723164.
HSL color Cylindrical-coordinate representation of color #DC2CFF: hue angle of 290.05º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2CFF is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 44 | 255 | - |
| CMYK | 0.14 | 0.83 | 0 | 0 |
| HSL | 290.05º | 1% | 0.59% | - |
| HSV(B) | 290.05º | 0.83% | 1% | - |
| XYZ | 48.47 | 24.24 | 96.73 | - |
| YUV | 120.68 | 203.81 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 255 | 0.14 | 0.83 | 0 | 0 | 290.05 | 1 | 0.59 |
| Hex | DC | 2C | FF | E | 53 | 0 | 0 | 122 | 64 | 3B |
| Octal | 334 | 54 | 377 | 16 | 123 | 0 | 0 | 442 | 144 | 73 |
| Binary | 11011100 | 101100 | 11111111 | 1110 | 1010011 | 0 | 0 | 100100010 | 1100100 | 111011 |
Color Harmonies of #DC2CFF
Complementary color
Monochromatic Colors of #DC2CFF
Black with #DC2CFF
Text Example
Text Example
White with #DC2CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CFF; }
p { color: rgb(220,44,255); }
H1.HeaderClassName
{
color: #DC2CFF;
}
.AnyTagClassName
{
color: #DC2CFF;
}
</style>
background-color css
<style>
a { background-color: #DC2CFF; }
a { background-color: rgb(220,44,255); }
div.DivClassName
{
background-color: #DC2CFF;
}
.BgClassName
{
background-color: #DC2CFF;
}
</style>
border-color css
<style>
span { border-color: #DC2CFF; }
span { border-color: rgb(220,44,255); }
td.TdClassName
{
border-color: #DC2CFF;
}
.TagClassName
{
border-color: #DC2CFF;
}
</style>