Shades of Psychedelic Purple #DC2CF4
Tints of Psychedelic Purple #DC2CF4
RGB
CMYK
RGB Variations
Color information
#DC2CF4 (or 0xDC2CF4) is known color: Psychedelic Purple. HEX triplet: DC, 2C and F4. RGB value is (220,44,244). Sum of RGB (Red+Green+Blue) = 220+44+244=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 44 (17.58% from 255 or 8.66% from 508); Blue value is 244 (95.70% from 255 or 48.03% from 508); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC2CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2CF4 is #23D30B. Grayscale: #767676. Windows color (decimal): -2347788 or 16002268. OLE color: 16002268.
HSL color Cylindrical-coordinate representation of color #DC2CF4: hue angle of 292.8º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2CF4 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 44 | 244 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.04 |
| HSL | 292.8º | 0.9% | 0.56% | - |
| HSV(B) | 292.8º | 0.82% | 0.96% | - |
| XYZ | 46.75 | 23.55 | 87.67 | - |
| YUV | 119.42 | 198.31 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 244 | 0.10 | 0.82 | 0 | 0.04 | 292.8 | 0.9 | 0.56 |
| Hex | DC | 2C | F4 | A | 52 | 0 | 4 | 125 | 5A | 38 |
| Octal | 334 | 54 | 364 | 12 | 122 | 0 | 4 | 445 | 132 | 70 |
| Binary | 11011100 | 101100 | 11110100 | 1010 | 1010010 | 0 | 100 | 100100101 | 1011010 | 111000 |
Color Harmonies of #DC2CF4
Complementary color
Monochromatic Colors of #DC2CF4
Black with #DC2CF4
Text Example
Text Example
White with #DC2CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CF4; }
p { color: rgb(220,44,244); }
H1.HeaderClassName
{
color: #DC2CF4;
}
.AnyTagClassName
{
color: #DC2CF4;
}
</style>
background-color css
<style>
a { background-color: #DC2CF4; }
a { background-color: rgb(220,44,244); }
div.DivClassName
{
background-color: #DC2CF4;
}
.BgClassName
{
background-color: #DC2CF4;
}
</style>
border-color css
<style>
span { border-color: #DC2CF4; }
span { border-color: rgb(220,44,244); }
td.TdClassName
{
border-color: #DC2CF4;
}
.TagClassName
{
border-color: #DC2CF4;
}
</style>