Shades of Psychedelic Purple #DC34FC
Tints of Psychedelic Purple #DC34FC
RGB
CMYK
RGB Variations
Color information
#DC34FC (or 0xDC34FC) is known color: Psychedelic Purple. HEX triplet: DC, 34 and FC. RGB value is (220,52,252). Sum of RGB (Red+Green+Blue) = 220+52+252=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 52 (20.70% from 255 or 9.92% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC34FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC34FC is #23CB03. Grayscale: #7C7C7C. Windows color (decimal): -2345732 or 16528604. OLE color: 16528604.
HSL color Cylindrical-coordinate representation of color #DC34FC: hue angle of 290.4º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC34FC is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 52 | 252 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.01 |
| HSL | 290.4º | 0.97% | 0.6% | - |
| HSV(B) | 290.4º | 0.79% | 0.99% | - |
| XYZ | 48.31 | 24.7 | 94.32 | - |
| YUV | 125.03 | 199.66 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 252 | 0.13 | 0.79 | 0 | 0.01 | 290.4 | 0.97 | 0.6 |
| Hex | DC | 34 | FC | D | 4F | 0 | 1 | 122 | 61 | 3C |
| Octal | 334 | 64 | 374 | 15 | 117 | 0 | 1 | 442 | 141 | 74 |
| Binary | 11011100 | 110100 | 11111100 | 1101 | 1001111 | 0 | 1 | 100100010 | 1100001 | 111100 |
Color Harmonies of #DC34FC
Complementary color
Monochromatic Colors of #DC34FC
Black with #DC34FC
Text Example
Text Example
White with #DC34FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC34FC; }
p { color: rgb(220,52,252); }
H1.HeaderClassName
{
color: #DC34FC;
}
.AnyTagClassName
{
color: #DC34FC;
}
</style>
background-color css
<style>
a { background-color: #DC34FC; }
a { background-color: rgb(220,52,252); }
div.DivClassName
{
background-color: #DC34FC;
}
.BgClassName
{
background-color: #DC34FC;
}
</style>
border-color css
<style>
span { border-color: #DC34FC; }
span { border-color: rgb(220,52,252); }
td.TdClassName
{
border-color: #DC34FC;
}
.TagClassName
{
border-color: #DC34FC;
}
</style>