Shades of Psychedelic Purple #DC2CF9
Tints of Psychedelic Purple #DC2CF9
RGB
CMYK
RGB Variations
Color information
#DC2CF9 (or 0xDC2CF9) is known color: Psychedelic Purple. HEX triplet: DC, 2C and F9. RGB value is (220,44,249). Sum of RGB (Red+Green+Blue) = 220+44+249=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 44 (17.58% from 255 or 8.58% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC2CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2CF9 is #23D306. Grayscale: #777777. Windows color (decimal): -2347783 or 16329948. OLE color: 16329948.
HSL color Cylindrical-coordinate representation of color #DC2CF9: hue angle of 291.51º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2CF9 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 44 | 249 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.02 |
| HSL | 291.51º | 0.94% | 0.57% | - |
| HSV(B) | 291.51º | 0.82% | 0.98% | - |
| XYZ | 47.51 | 23.86 | 91.72 | - |
| YUV | 119.99 | 200.81 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 249 | 0.12 | 0.82 | 0 | 0.02 | 291.51 | 0.94 | 0.57 |
| Hex | DC | 2C | F9 | C | 52 | 0 | 2 | 124 | 5E | 39 |
| Octal | 334 | 54 | 371 | 14 | 122 | 0 | 2 | 444 | 136 | 71 |
| Binary | 11011100 | 101100 | 11111001 | 1100 | 1010010 | 0 | 10 | 100100100 | 1011110 | 111001 |
Color Harmonies of #DC2CF9
Complementary color
Monochromatic Colors of #DC2CF9
Black with #DC2CF9
Text Example
Text Example
White with #DC2CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CF9; }
p { color: rgb(220,44,249); }
H1.HeaderClassName
{
color: #DC2CF9;
}
.AnyTagClassName
{
color: #DC2CF9;
}
</style>
background-color css
<style>
a { background-color: #DC2CF9; }
a { background-color: rgb(220,44,249); }
div.DivClassName
{
background-color: #DC2CF9;
}
.BgClassName
{
background-color: #DC2CF9;
}
</style>
border-color css
<style>
span { border-color: #DC2CF9; }
span { border-color: rgb(220,44,249); }
td.TdClassName
{
border-color: #DC2CF9;
}
.TagClassName
{
border-color: #DC2CF9;
}
</style>