Shades of Psychedelic Purple #DC34FE
Tints of Psychedelic Purple #DC34FE
RGB
CMYK
RGB Variations
Color information
#DC34FE (or 0xDC34FE) is known color: Psychedelic Purple. HEX triplet: DC, 34 and FE. RGB value is (220,52,254). Sum of RGB (Red+Green+Blue) = 220+52+254=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 52 (20.70% from 255 or 9.89% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC34FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC34FE is #23CB01. Grayscale: #7C7C7C. Windows color (decimal): -2345730 or 16659676. OLE color: 16659676.
HSL color Cylindrical-coordinate representation of color #DC34FE: hue angle of 289.9º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC34FE is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 52 | 254 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.00 |
| HSL | 289.9º | 0.99% | 0.6% | - |
| HSV(B) | 289.9º | 0.8% | 1% | - |
| XYZ | 48.63 | 24.83 | 95.99 | - |
| YUV | 125.26 | 200.66 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 254 | 0.13 | 0.80 | 0 | 0.00 | 289.9 | 0.99 | 0.6 |
| Hex | DC | 34 | FE | D | 50 | 0 | 0 | 122 | 63 | 3C |
| Octal | 334 | 64 | 376 | 15 | 120 | 0 | 0 | 442 | 143 | 74 |
| Binary | 11011100 | 110100 | 11111110 | 1101 | 1010000 | 0 | 0 | 100100010 | 1100011 | 111100 |
Color Harmonies of #DC34FE
Complementary color
Monochromatic Colors of #DC34FE
Black with #DC34FE
Text Example
Text Example
White with #DC34FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC34FE; }
p { color: rgb(220,52,254); }
H1.HeaderClassName
{
color: #DC34FE;
}
.AnyTagClassName
{
color: #DC34FE;
}
</style>
background-color css
<style>
a { background-color: #DC34FE; }
a { background-color: rgb(220,52,254); }
div.DivClassName
{
background-color: #DC34FE;
}
.BgClassName
{
background-color: #DC34FE;
}
</style>
border-color css
<style>
span { border-color: #DC34FE; }
span { border-color: rgb(220,52,254); }
td.TdClassName
{
border-color: #DC34FE;
}
.TagClassName
{
border-color: #DC34FE;
}
</style>