Shades of Psychedelic Purple #DC2DF4
Tints of Psychedelic Purple #DC2DF4
RGB
CMYK
RGB Variations
Color information
#DC2DF4 (or 0xDC2DF4) is known color: Psychedelic Purple. HEX triplet: DC, 2D and F4. RGB value is (220,45,244). Sum of RGB (Red+Green+Blue) = 220+45+244=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 45 (17.97% from 255 or 8.84% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC2DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2DF4 is #23D20B. Grayscale: #777777. Windows color (decimal): -2347532 or 16002524. OLE color: 16002524.
HSL color Cylindrical-coordinate representation of color #DC2DF4: hue angle of 292.76º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2DF4 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 45 | 244 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.04 |
| HSL | 292.76º | 0.9% | 0.57% | - |
| HSV(B) | 292.76º | 0.82% | 0.96% | - |
| XYZ | 46.78 | 23.62 | 87.68 | - |
| YUV | 120.01 | 197.98 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 244 | 0.10 | 0.82 | 0 | 0.04 | 292.76 | 0.9 | 0.57 |
| Hex | DC | 2D | F4 | A | 52 | 0 | 4 | 125 | 5A | 39 |
| Octal | 334 | 55 | 364 | 12 | 122 | 0 | 4 | 445 | 132 | 71 |
| Binary | 11011100 | 101101 | 11110100 | 1010 | 1010010 | 0 | 100 | 100100101 | 1011010 | 111001 |
Color Harmonies of #DC2DF4
Complementary color
Monochromatic Colors of #DC2DF4
Black with #DC2DF4
Text Example
Text Example
White with #DC2DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DF4; }
p { color: rgb(220,45,244); }
H1.HeaderClassName
{
color: #DC2DF4;
}
.AnyTagClassName
{
color: #DC2DF4;
}
</style>
background-color css
<style>
a { background-color: #DC2DF4; }
a { background-color: rgb(220,45,244); }
div.DivClassName
{
background-color: #DC2DF4;
}
.BgClassName
{
background-color: #DC2DF4;
}
</style>
border-color css
<style>
span { border-color: #DC2DF4; }
span { border-color: rgb(220,45,244); }
td.TdClassName
{
border-color: #DC2DF4;
}
.TagClassName
{
border-color: #DC2DF4;
}
</style>