Shades of Psychedelic Purple #DC30FE
Tints of Psychedelic Purple #DC30FE
RGB
CMYK
RGB Variations
Color information
#DC30FE (or 0xDC30FE) is known color: Psychedelic Purple. HEX triplet: DC, 30 and FE. RGB value is (220,48,254). Sum of RGB (Red+Green+Blue) = 220+48+254=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 48 (19.14% from 255 or 9.20% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC30FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC30FE is #23CF01. Grayscale: #7A7A7A. Windows color (decimal): -2346754 or 16658652. OLE color: 16658652.
HSL color Cylindrical-coordinate representation of color #DC30FE: hue angle of 290.1º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC30FE is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 48 | 254 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.00 |
| HSL | 290.1º | 0.99% | 0.59% | - |
| HSV(B) | 290.1º | 0.81% | 1% | - |
| XYZ | 48.46 | 24.49 | 95.94 | - |
| YUV | 122.91 | 201.98 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 254 | 0.13 | 0.81 | 0 | 0.00 | 290.1 | 0.99 | 0.59 |
| Hex | DC | 30 | FE | D | 51 | 0 | 0 | 122 | 63 | 3B |
| Octal | 334 | 60 | 376 | 15 | 121 | 0 | 0 | 442 | 143 | 73 |
| Binary | 11011100 | 110000 | 11111110 | 1101 | 1010001 | 0 | 0 | 100100010 | 1100011 | 111011 |
Color Harmonies of #DC30FE
Complementary color
Monochromatic Colors of #DC30FE
Black with #DC30FE
Text Example
Text Example
White with #DC30FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30FE; }
p { color: rgb(220,48,254); }
H1.HeaderClassName
{
color: #DC30FE;
}
.AnyTagClassName
{
color: #DC30FE;
}
</style>
background-color css
<style>
a { background-color: #DC30FE; }
a { background-color: rgb(220,48,254); }
div.DivClassName
{
background-color: #DC30FE;
}
.BgClassName
{
background-color: #DC30FE;
}
</style>
border-color css
<style>
span { border-color: #DC30FE; }
span { border-color: rgb(220,48,254); }
td.TdClassName
{
border-color: #DC30FE;
}
.TagClassName
{
border-color: #DC30FE;
}
</style>