Shades of Psychedelic Purple #DC30FC
Tints of Psychedelic Purple #DC30FC
RGB
CMYK
RGB Variations
Color information
#DC30FC (or 0xDC30FC) is known color: Psychedelic Purple. HEX triplet: DC, 30 and FC. RGB value is (220,48,252). Sum of RGB (Red+Green+Blue) = 220+48+252=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 48 (19.14% from 255 or 9.23% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC30FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC30FC is #23CF03. Grayscale: #7A7A7A. Windows color (decimal): -2346756 or 16527580. OLE color: 16527580.
HSL color Cylindrical-coordinate representation of color #DC30FC: hue angle of 290.59º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC30FC is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 48 | 252 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.01 |
| HSL | 290.59º | 0.97% | 0.59% | - |
| HSV(B) | 290.59º | 0.81% | 0.99% | - |
| XYZ | 48.14 | 24.36 | 94.26 | - |
| YUV | 122.68 | 200.98 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 252 | 0.13 | 0.81 | 0 | 0.01 | 290.59 | 0.97 | 0.59 |
| Hex | DC | 30 | FC | D | 51 | 0 | 1 | 123 | 61 | 3B |
| Octal | 334 | 60 | 374 | 15 | 121 | 0 | 1 | 443 | 141 | 73 |
| Binary | 11011100 | 110000 | 11111100 | 1101 | 1010001 | 0 | 1 | 100100011 | 1100001 | 111011 |
Color Harmonies of #DC30FC
Complementary color
Monochromatic Colors of #DC30FC
Black with #DC30FC
Text Example
Text Example
White with #DC30FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30FC; }
p { color: rgb(220,48,252); }
H1.HeaderClassName
{
color: #DC30FC;
}
.AnyTagClassName
{
color: #DC30FC;
}
</style>
background-color css
<style>
a { background-color: #DC30FC; }
a { background-color: rgb(220,48,252); }
div.DivClassName
{
background-color: #DC30FC;
}
.BgClassName
{
background-color: #DC30FC;
}
</style>
border-color css
<style>
span { border-color: #DC30FC; }
span { border-color: rgb(220,48,252); }
td.TdClassName
{
border-color: #DC30FC;
}
.TagClassName
{
border-color: #DC30FC;
}
</style>