Shades of Psychedelic Purple #DC24F3
Tints of Psychedelic Purple #DC24F3
RGB
CMYK
RGB Variations
Color information
#DC24F3 (or 0xDC24F3) is known color: Psychedelic Purple. HEX triplet: DC, 24 and F3. RGB value is (220,36,243). Sum of RGB (Red+Green+Blue) = 220+36+243=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 36 (14.45% from 255 or 7.21% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC24F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC24F3 is #23DB0C. Grayscale: #717171. Windows color (decimal): -2349837 or 15934684. OLE color: 15934684.
HSL color Cylindrical-coordinate representation of color #DC24F3: hue angle of 293.33º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC24F3 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 36 | 243 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.05 |
| HSL | 293.33º | 0.9% | 0.55% | - |
| HSV(B) | 293.33º | 0.85% | 0.95% | - |
| XYZ | 46.32 | 22.95 | 86.78 | - |
| YUV | 114.61 | 200.46 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 243 | 0.09 | 0.85 | 0 | 0.05 | 293.33 | 0.9 | 0.55 |
| Hex | DC | 24 | F3 | 9 | 55 | 0 | 5 | 125 | 5A | 37 |
| Octal | 334 | 44 | 363 | 11 | 125 | 0 | 5 | 445 | 132 | 67 |
| Binary | 11011100 | 100100 | 11110011 | 1001 | 1010101 | 0 | 101 | 100100101 | 1011010 | 110111 |
Color Harmonies of #DC24F3
Complementary color
Monochromatic Colors of #DC24F3
Black with #DC24F3
Text Example
Text Example
White with #DC24F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24F3; }
p { color: rgb(220,36,243); }
H1.HeaderClassName
{
color: #DC24F3;
}
.AnyTagClassName
{
color: #DC24F3;
}
</style>
background-color css
<style>
a { background-color: #DC24F3; }
a { background-color: rgb(220,36,243); }
div.DivClassName
{
background-color: #DC24F3;
}
.BgClassName
{
background-color: #DC24F3;
}
</style>
border-color css
<style>
span { border-color: #DC24F3; }
span { border-color: rgb(220,36,243); }
td.TdClassName
{
border-color: #DC24F3;
}
.TagClassName
{
border-color: #DC24F3;
}
</style>