Shades of Psychedelic Purple #DC35FE
Tints of Psychedelic Purple #DC35FE
RGB
CMYK
RGB Variations
Color information
#DC35FE (or 0xDC35FE) is known color: Psychedelic Purple. HEX triplet: DC, 35 and FE. RGB value is (220,53,254). Sum of RGB (Red+Green+Blue) = 220+53+254=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 53 (21.09% from 255 or 10.06% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC35FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC35FE is #23CA01. Grayscale: #7D7D7D. Windows color (decimal): -2345474 or 16659932. OLE color: 16659932.
HSL color Cylindrical-coordinate representation of color #DC35FE: hue angle of 289.85º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC35FE is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 53 | 254 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.00 |
| HSL | 289.85º | 0.99% | 0.6% | - |
| HSV(B) | 289.85º | 0.79% | 1% | - |
| XYZ | 48.68 | 24.92 | 96.01 | - |
| YUV | 125.85 | 200.33 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 254 | 0.13 | 0.79 | 0 | 0.00 | 289.85 | 0.99 | 0.6 |
| Hex | DC | 35 | FE | D | 4F | 0 | 0 | 122 | 63 | 3C |
| Octal | 334 | 65 | 376 | 15 | 117 | 0 | 0 | 442 | 143 | 74 |
| Binary | 11011100 | 110101 | 11111110 | 1101 | 1001111 | 0 | 0 | 100100010 | 1100011 | 111100 |
Color Harmonies of #DC35FE
Complementary color
Monochromatic Colors of #DC35FE
Black with #DC35FE
Text Example
Text Example
White with #DC35FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC35FE; }
p { color: rgb(220,53,254); }
H1.HeaderClassName
{
color: #DC35FE;
}
.AnyTagClassName
{
color: #DC35FE;
}
</style>
background-color css
<style>
a { background-color: #DC35FE; }
a { background-color: rgb(220,53,254); }
div.DivClassName
{
background-color: #DC35FE;
}
.BgClassName
{
background-color: #DC35FE;
}
</style>
border-color css
<style>
span { border-color: #DC35FE; }
span { border-color: rgb(220,53,254); }
td.TdClassName
{
border-color: #DC35FE;
}
.TagClassName
{
border-color: #DC35FE;
}
</style>