Shades of Psychedelic Purple #DC2FF2
Tints of Psychedelic Purple #DC2FF2
RGB
CMYK
RGB Variations
Color information
#DC2FF2 (or 0xDC2FF2) is known color: Psychedelic Purple. HEX triplet: DC, 2F and F2. RGB value is (220,47,242). Sum of RGB (Red+Green+Blue) = 220+47+242=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 47 (18.75% from 255 or 9.23% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC2FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2FF2 is #23D00D. Grayscale: #787878. Windows color (decimal): -2347022 or 15871964. OLE color: 15871964.
HSL color Cylindrical-coordinate representation of color #DC2FF2: hue angle of 293.23º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2FF2 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 47 | 242 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.05 |
| HSL | 293.23º | 0.88% | 0.57% | - |
| HSV(B) | 293.23º | 0.81% | 0.95% | - |
| XYZ | 46.56 | 23.66 | 86.12 | - |
| YUV | 120.96 | 196.31 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 242 | 0.09 | 0.81 | 0 | 0.05 | 293.23 | 0.88 | 0.57 |
| Hex | DC | 2F | F2 | 9 | 51 | 0 | 5 | 125 | 58 | 39 |
| Octal | 334 | 57 | 362 | 11 | 121 | 0 | 5 | 445 | 130 | 71 |
| Binary | 11011100 | 101111 | 11110010 | 1001 | 1010001 | 0 | 101 | 100100101 | 1011000 | 111001 |
Color Harmonies of #DC2FF2
Complementary color
Monochromatic Colors of #DC2FF2
Black with #DC2FF2
Text Example
Text Example
White with #DC2FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FF2; }
p { color: rgb(220,47,242); }
H1.HeaderClassName
{
color: #DC2FF2;
}
.AnyTagClassName
{
color: #DC2FF2;
}
</style>
background-color css
<style>
a { background-color: #DC2FF2; }
a { background-color: rgb(220,47,242); }
div.DivClassName
{
background-color: #DC2FF2;
}
.BgClassName
{
background-color: #DC2FF2;
}
</style>
border-color css
<style>
span { border-color: #DC2FF2; }
span { border-color: rgb(220,47,242); }
td.TdClassName
{
border-color: #DC2FF2;
}
.TagClassName
{
border-color: #DC2FF2;
}
</style>