Shades of Psychedelic Purple #DC22F2
Tints of Psychedelic Purple #DC22F2
RGB
CMYK
RGB Variations
Color information
#DC22F2 (or 0xDC22F2) is known color: Psychedelic Purple. HEX triplet: DC, 22 and F2. RGB value is (220,34,242). Sum of RGB (Red+Green+Blue) = 220+34+242=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 34 (13.67% from 255 or 6.85% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC22F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC22F2 is #23DD0D. Grayscale: #707070. Windows color (decimal): -2350350 or 15868636. OLE color: 15868636.
HSL color Cylindrical-coordinate representation of color #DC22F2: hue angle of 293.65º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC22F2 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 34 | 242 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.05 |
| HSL | 293.65º | 0.89% | 0.54% | - |
| HSV(B) | 293.65º | 0.86% | 0.95% | - |
| XYZ | 46.11 | 22.77 | 85.97 | - |
| YUV | 113.33 | 200.62 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 242 | 0.09 | 0.86 | 0 | 0.05 | 293.65 | 0.89 | 0.54 |
| Hex | DC | 22 | F2 | 9 | 56 | 0 | 5 | 126 | 59 | 36 |
| Octal | 334 | 42 | 362 | 11 | 126 | 0 | 5 | 446 | 131 | 66 |
| Binary | 11011100 | 100010 | 11110010 | 1001 | 1010110 | 0 | 101 | 100100110 | 1011001 | 110110 |
Color Harmonies of #DC22F2
Complementary color
Monochromatic Colors of #DC22F2
Black with #DC22F2
Text Example
Text Example
White with #DC22F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC22F2; }
p { color: rgb(220,34,242); }
H1.HeaderClassName
{
color: #DC22F2;
}
.AnyTagClassName
{
color: #DC22F2;
}
</style>
background-color css
<style>
a { background-color: #DC22F2; }
a { background-color: rgb(220,34,242); }
div.DivClassName
{
background-color: #DC22F2;
}
.BgClassName
{
background-color: #DC22F2;
}
</style>
border-color css
<style>
span { border-color: #DC22F2; }
span { border-color: rgb(220,34,242); }
td.TdClassName
{
border-color: #DC22F2;
}
.TagClassName
{
border-color: #DC22F2;
}
</style>