Shades of Psychedelic Purple #DC20F3
Tints of Psychedelic Purple #DC20F3
RGB
CMYK
RGB Variations
Color information
#DC20F3 (or 0xDC20F3) is known color: Psychedelic Purple. HEX triplet: DC, 20 and F3. RGB value is (220,32,243). Sum of RGB (Red+Green+Blue) = 220+32+243=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 32 (12.89% from 255 or 6.46% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC20F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC20F3 is #23DF0C. Grayscale: #6F6F6F. Windows color (decimal): -2350861 or 15933660. OLE color: 15933660.
HSL color Cylindrical-coordinate representation of color #DC20F3: hue angle of 293.46º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC20F3 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 32 | 243 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.05 |
| HSL | 293.46º | 0.9% | 0.54% | - |
| HSV(B) | 293.46º | 0.87% | 0.95% | - |
| XYZ | 46.21 | 22.72 | 86.74 | - |
| YUV | 112.27 | 201.78 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 243 | 0.09 | 0.87 | 0 | 0.05 | 293.46 | 0.9 | 0.54 |
| Hex | DC | 20 | F3 | 9 | 57 | 0 | 5 | 125 | 5A | 36 |
| Octal | 334 | 40 | 363 | 11 | 127 | 0 | 5 | 445 | 132 | 66 |
| Binary | 11011100 | 100000 | 11110011 | 1001 | 1010111 | 0 | 101 | 100100101 | 1011010 | 110110 |
Color Harmonies of #DC20F3
Complementary color
Monochromatic Colors of #DC20F3
Black with #DC20F3
Text Example
Text Example
White with #DC20F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20F3; }
p { color: rgb(220,32,243); }
H1.HeaderClassName
{
color: #DC20F3;
}
.AnyTagClassName
{
color: #DC20F3;
}
</style>
background-color css
<style>
a { background-color: #DC20F3; }
a { background-color: rgb(220,32,243); }
div.DivClassName
{
background-color: #DC20F3;
}
.BgClassName
{
background-color: #DC20F3;
}
</style>
border-color css
<style>
span { border-color: #DC20F3; }
span { border-color: rgb(220,32,243); }
td.TdClassName
{
border-color: #DC20F3;
}
.TagClassName
{
border-color: #DC20F3;
}
</style>