Shades of Psychedelic Purple #DC2FFF
Tints of Psychedelic Purple #DC2FFF
RGB
CMYK
RGB Variations
Color information
#DC2FFF (or 0xDC2FFF) is known color: Psychedelic Purple. HEX triplet: DC, 2F and FF. RGB value is (220,47,255). Sum of RGB (Red+Green+Blue) = 220+47+255=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 47 (18.75% from 255 or 9.00% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC2FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2FFF is #23D000. Grayscale: #797979. Windows color (decimal): -2347009 or 16723932. OLE color: 16723932.
HSL color Cylindrical-coordinate representation of color #DC2FFF: hue angle of 289.9º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2FFF is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 47 | 255 | - |
| CMYK | 0.14 | 0.82 | 0 | 0 |
| HSL | 289.9º | 1% | 0.59% | - |
| HSV(B) | 289.9º | 0.82% | 1% | - |
| XYZ | 48.58 | 24.47 | 96.77 | - |
| YUV | 122.44 | 202.81 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 255 | 0.14 | 0.82 | 0 | 0 | 289.9 | 1 | 0.59 |
| Hex | DC | 2F | FF | E | 52 | 0 | 0 | 122 | 64 | 3B |
| Octal | 334 | 57 | 377 | 16 | 122 | 0 | 0 | 442 | 144 | 73 |
| Binary | 11011100 | 101111 | 11111111 | 1110 | 1010010 | 0 | 0 | 100100010 | 1100100 | 111011 |
Color Harmonies of #DC2FFF
Complementary color
Monochromatic Colors of #DC2FFF
Black with #DC2FFF
Text Example
Text Example
White with #DC2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FFF; }
p { color: rgb(220,47,255); }
H1.HeaderClassName
{
color: #DC2FFF;
}
.AnyTagClassName
{
color: #DC2FFF;
}
</style>
background-color css
<style>
a { background-color: #DC2FFF; }
a { background-color: rgb(220,47,255); }
div.DivClassName
{
background-color: #DC2FFF;
}
.BgClassName
{
background-color: #DC2FFF;
}
</style>
border-color css
<style>
span { border-color: #DC2FFF; }
span { border-color: rgb(220,47,255); }
td.TdClassName
{
border-color: #DC2FFF;
}
.TagClassName
{
border-color: #DC2FFF;
}
</style>