Shades of Psychedelic Purple #DC20F9
Tints of Psychedelic Purple #DC20F9
RGB
CMYK
RGB Variations
Color information
#DC20F9 (or 0xDC20F9) is known color: Psychedelic Purple. HEX triplet: DC, 20 and F9. RGB value is (220,32,249). Sum of RGB (Red+Green+Blue) = 220+32+249=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 32 (12.89% from 255 or 6.39% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC20F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC20F9 is #23DF06. Grayscale: #707070. Windows color (decimal): -2350855 or 16326876. OLE color: 16326876.
HSL color Cylindrical-coordinate representation of color #DC20F9: hue angle of 291.98º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC20F9 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 32 | 249 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.02 |
| HSL | 291.98º | 0.95% | 0.55% | - |
| HSV(B) | 291.98º | 0.87% | 0.98% | - |
| XYZ | 47.13 | 23.09 | 91.59 | - |
| YUV | 112.95 | 204.78 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 249 | 0.12 | 0.87 | 0 | 0.02 | 291.98 | 0.95 | 0.55 |
| Hex | DC | 20 | F9 | C | 57 | 0 | 2 | 124 | 5F | 37 |
| Octal | 334 | 40 | 371 | 14 | 127 | 0 | 2 | 444 | 137 | 67 |
| Binary | 11011100 | 100000 | 11111001 | 1100 | 1010111 | 0 | 10 | 100100100 | 1011111 | 110111 |
Color Harmonies of #DC20F9
Complementary color
Monochromatic Colors of #DC20F9
Black with #DC20F9
Text Example
Text Example
White with #DC20F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20F9; }
p { color: rgb(220,32,249); }
H1.HeaderClassName
{
color: #DC20F9;
}
.AnyTagClassName
{
color: #DC20F9;
}
</style>
background-color css
<style>
a { background-color: #DC20F9; }
a { background-color: rgb(220,32,249); }
div.DivClassName
{
background-color: #DC20F9;
}
.BgClassName
{
background-color: #DC20F9;
}
</style>
border-color css
<style>
span { border-color: #DC20F9; }
span { border-color: rgb(220,32,249); }
td.TdClassName
{
border-color: #DC20F9;
}
.TagClassName
{
border-color: #DC20F9;
}
</style>