Shades of Psychedelic Purple #DC18FE
Tints of Psychedelic Purple #DC18FE
RGB
CMYK
RGB Variations
Color information
#DC18FE (or 0xDC18FE) is known color: Psychedelic Purple. HEX triplet: DC, 18 and FE. RGB value is (220,24,254). Sum of RGB (Red+Green+Blue) = 220+24+254=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 24 (9.77% from 255 or 4.82% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC18FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC18FE is #23E701. Grayscale: #6C6C6C. Windows color (decimal): -2352898 or 16652508. OLE color: 16652508.
HSL color Cylindrical-coordinate representation of color #DC18FE: hue angle of 291.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC18FE is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 24 | 254 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.00 |
| HSL | 291.13º | 0.99% | 0.55% | - |
| HSV(B) | 291.13º | 0.91% | 1% | - |
| XYZ | 47.73 | 23.02 | 95.69 | - |
| YUV | 108.82 | 209.93 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 254 | 0.13 | 0.91 | 0 | 0.00 | 291.13 | 0.99 | 0.55 |
| Hex | DC | 18 | FE | D | 5B | 0 | 0 | 123 | 63 | 37 |
| Octal | 334 | 30 | 376 | 15 | 133 | 0 | 0 | 443 | 143 | 67 |
| Binary | 11011100 | 11000 | 11111110 | 1101 | 1011011 | 0 | 0 | 100100011 | 1100011 | 110111 |
Color Harmonies of #DC18FE
Complementary color
Monochromatic Colors of #DC18FE
Black with #DC18FE
Text Example
Text Example
White with #DC18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC18FE; }
p { color: rgb(220,24,254); }
H1.HeaderClassName
{
color: #DC18FE;
}
.AnyTagClassName
{
color: #DC18FE;
}
</style>
background-color css
<style>
a { background-color: #DC18FE; }
a { background-color: rgb(220,24,254); }
div.DivClassName
{
background-color: #DC18FE;
}
.BgClassName
{
background-color: #DC18FE;
}
</style>
border-color css
<style>
span { border-color: #DC18FE; }
span { border-color: rgb(220,24,254); }
td.TdClassName
{
border-color: #DC18FE;
}
.TagClassName
{
border-color: #DC18FE;
}
</style>