Shades of Psychedelic Purple #DC33FC
Tints of Psychedelic Purple #DC33FC
RGB
CMYK
RGB Variations
Color information
#DC33FC (or 0xDC33FC) is known color: Psychedelic Purple. HEX triplet: DC, 33 and FC. RGB value is (220,51,252). Sum of RGB (Red+Green+Blue) = 220+51+252=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 51 (20.31% from 255 or 9.75% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC33FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC33FC is #23CC03. Grayscale: #7B7B7B. Windows color (decimal): -2345988 or 16528348. OLE color: 16528348.
HSL color Cylindrical-coordinate representation of color #DC33FC: hue angle of 290.45º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC33FC is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 51 | 252 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.01 |
| HSL | 290.45º | 0.97% | 0.59% | - |
| HSV(B) | 290.45º | 0.8% | 0.99% | - |
| XYZ | 48.27 | 24.61 | 94.3 | - |
| YUV | 124.45 | 199.99 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 252 | 0.13 | 0.80 | 0 | 0.01 | 290.45 | 0.97 | 0.59 |
| Hex | DC | 33 | FC | D | 50 | 0 | 1 | 122 | 61 | 3B |
| Octal | 334 | 63 | 374 | 15 | 120 | 0 | 1 | 442 | 141 | 73 |
| Binary | 11011100 | 110011 | 11111100 | 1101 | 1010000 | 0 | 1 | 100100010 | 1100001 | 111011 |
Color Harmonies of #DC33FC
Complementary color
Monochromatic Colors of #DC33FC
Black with #DC33FC
Text Example
Text Example
White with #DC33FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC33FC; }
p { color: rgb(220,51,252); }
H1.HeaderClassName
{
color: #DC33FC;
}
.AnyTagClassName
{
color: #DC33FC;
}
</style>
background-color css
<style>
a { background-color: #DC33FC; }
a { background-color: rgb(220,51,252); }
div.DivClassName
{
background-color: #DC33FC;
}
.BgClassName
{
background-color: #DC33FC;
}
</style>
border-color css
<style>
span { border-color: #DC33FC; }
span { border-color: rgb(220,51,252); }
td.TdClassName
{
border-color: #DC33FC;
}
.TagClassName
{
border-color: #DC33FC;
}
</style>