Shades of Psychedelic Purple #DC24FC
Tints of Psychedelic Purple #DC24FC
RGB
CMYK
RGB Variations
Color information
#DC24FC (or 0xDC24FC) is known color: Psychedelic Purple. HEX triplet: DC, 24 and FC. RGB value is (220,36,252). Sum of RGB (Red+Green+Blue) = 220+36+252=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 36 (14.45% from 255 or 7.09% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC24FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC24FC is #23DB03. Grayscale: #727272. Windows color (decimal): -2349828 or 16524508. OLE color: 16524508.
HSL color Cylindrical-coordinate representation of color #DC24FC: hue angle of 291.11º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC24FC is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 36 | 252 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.01 |
| HSL | 291.11º | 0.97% | 0.56% | - |
| HSV(B) | 291.11º | 0.86% | 0.99% | - |
| XYZ | 47.72 | 23.51 | 94.12 | - |
| YUV | 115.64 | 204.96 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 252 | 0.13 | 0.86 | 0 | 0.01 | 291.11 | 0.97 | 0.56 |
| Hex | DC | 24 | FC | D | 56 | 0 | 1 | 123 | 61 | 38 |
| Octal | 334 | 44 | 374 | 15 | 126 | 0 | 1 | 443 | 141 | 70 |
| Binary | 11011100 | 100100 | 11111100 | 1101 | 1010110 | 0 | 1 | 100100011 | 1100001 | 111000 |
Color Harmonies of #DC24FC
Complementary color
Monochromatic Colors of #DC24FC
Black with #DC24FC
Text Example
Text Example
White with #DC24FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24FC; }
p { color: rgb(220,36,252); }
H1.HeaderClassName
{
color: #DC24FC;
}
.AnyTagClassName
{
color: #DC24FC;
}
</style>
background-color css
<style>
a { background-color: #DC24FC; }
a { background-color: rgb(220,36,252); }
div.DivClassName
{
background-color: #DC24FC;
}
.BgClassName
{
background-color: #DC24FC;
}
</style>
border-color css
<style>
span { border-color: #DC24FC; }
span { border-color: rgb(220,36,252); }
td.TdClassName
{
border-color: #DC24FC;
}
.TagClassName
{
border-color: #DC24FC;
}
</style>