Shades of Psychedelic Purple #DC18FC
Tints of Psychedelic Purple #DC18FC
RGB
CMYK
RGB Variations
Color information
#DC18FC (or 0xDC18FC) is known color: Psychedelic Purple. HEX triplet: DC, 18 and FC. RGB value is (220,24,252). Sum of RGB (Red+Green+Blue) = 220+24+252=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 24 (9.77% from 255 or 4.84% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC18FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC18FC is #23E703. Grayscale: #6B6B6B. Windows color (decimal): -2352900 or 16521436. OLE color: 16521436.
HSL color Cylindrical-coordinate representation of color #DC18FC: hue angle of 291.58º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC18FC is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 24 | 252 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.01 |
| HSL | 291.58º | 0.97% | 0.54% | - |
| HSV(B) | 291.58º | 0.9% | 0.99% | - |
| XYZ | 47.41 | 22.9 | 94.02 | - |
| YUV | 108.6 | 208.93 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 252 | 0.13 | 0.90 | 0 | 0.01 | 291.58 | 0.97 | 0.54 |
| Hex | DC | 18 | FC | D | 5A | 0 | 1 | 124 | 61 | 36 |
| Octal | 334 | 30 | 374 | 15 | 132 | 0 | 1 | 444 | 141 | 66 |
| Binary | 11011100 | 11000 | 11111100 | 1101 | 1011010 | 0 | 1 | 100100100 | 1100001 | 110110 |
Color Harmonies of #DC18FC
Complementary color
Monochromatic Colors of #DC18FC
Black with #DC18FC
Text Example
Text Example
White with #DC18FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC18FC; }
p { color: rgb(220,24,252); }
H1.HeaderClassName
{
color: #DC18FC;
}
.AnyTagClassName
{
color: #DC18FC;
}
</style>
background-color css
<style>
a { background-color: #DC18FC; }
a { background-color: rgb(220,24,252); }
div.DivClassName
{
background-color: #DC18FC;
}
.BgClassName
{
background-color: #DC18FC;
}
</style>
border-color css
<style>
span { border-color: #DC18FC; }
span { border-color: rgb(220,24,252); }
td.TdClassName
{
border-color: #DC18FC;
}
.TagClassName
{
border-color: #DC18FC;
}
</style>