Shades of Psychedelic Purple #DC2CF2
Tints of Psychedelic Purple #DC2CF2
RGB
CMYK
RGB Variations
Color information
#DC2CF2 (or 0xDC2CF2) is known color: Psychedelic Purple. HEX triplet: DC, 2C and F2. RGB value is (220,44,242). Sum of RGB (Red+Green+Blue) = 220+44+242=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 44 (17.58% from 255 or 8.70% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC2CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2CF2 is #23D30D. Grayscale: #767676. Windows color (decimal): -2347790 or 15871196. OLE color: 15871196.
HSL color Cylindrical-coordinate representation of color #DC2CF2: hue angle of 293.33º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2CF2 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 44 | 242 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.05 |
| HSL | 293.33º | 0.88% | 0.56% | - |
| HSV(B) | 293.33º | 0.82% | 0.95% | - |
| XYZ | 46.44 | 23.43 | 86.08 | - |
| YUV | 119.2 | 197.31 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 242 | 0.09 | 0.82 | 0 | 0.05 | 293.33 | 0.88 | 0.56 |
| Hex | DC | 2C | F2 | 9 | 52 | 0 | 5 | 125 | 58 | 38 |
| Octal | 334 | 54 | 362 | 11 | 122 | 0 | 5 | 445 | 130 | 70 |
| Binary | 11011100 | 101100 | 11110010 | 1001 | 1010010 | 0 | 101 | 100100101 | 1011000 | 111000 |
Color Harmonies of #DC2CF2
Complementary color
Monochromatic Colors of #DC2CF2
Black with #DC2CF2
Text Example
Text Example
White with #DC2CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CF2; }
p { color: rgb(220,44,242); }
H1.HeaderClassName
{
color: #DC2CF2;
}
.AnyTagClassName
{
color: #DC2CF2;
}
</style>
background-color css
<style>
a { background-color: #DC2CF2; }
a { background-color: rgb(220,44,242); }
div.DivClassName
{
background-color: #DC2CF2;
}
.BgClassName
{
background-color: #DC2CF2;
}
</style>
border-color css
<style>
span { border-color: #DC2CF2; }
span { border-color: rgb(220,44,242); }
td.TdClassName
{
border-color: #DC2CF2;
}
.TagClassName
{
border-color: #DC2CF2;
}
</style>