Shades of Psychedelic Purple #DC33F9
Tints of Psychedelic Purple #DC33F9
RGB
CMYK
RGB Variations
Color information
#DC33F9 (or 0xDC33F9) is known color: Psychedelic Purple. HEX triplet: DC, 33 and F9. RGB value is (220,51,249). Sum of RGB (Red+Green+Blue) = 220+51+249=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 51 (20.31% from 255 or 9.81% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC33F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC33F9 is #23CC06. Grayscale: #7B7B7B. Windows color (decimal): -2345991 or 16331740. OLE color: 16331740.
HSL color Cylindrical-coordinate representation of color #DC33F9: hue angle of 291.21º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC33F9 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 51 | 249 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.02 |
| HSL | 291.21º | 0.94% | 0.59% | - |
| HSV(B) | 291.21º | 0.8% | 0.98% | - |
| XYZ | 47.8 | 24.42 | 91.82 | - |
| YUV | 124.1 | 198.49 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 249 | 0.12 | 0.80 | 0 | 0.02 | 291.21 | 0.94 | 0.59 |
| Hex | DC | 33 | F9 | C | 50 | 0 | 2 | 123 | 5E | 3B |
| Octal | 334 | 63 | 371 | 14 | 120 | 0 | 2 | 443 | 136 | 73 |
| Binary | 11011100 | 110011 | 11111001 | 1100 | 1010000 | 0 | 10 | 100100011 | 1011110 | 111011 |
Color Harmonies of #DC33F9
Complementary color
Monochromatic Colors of #DC33F9
Black with #DC33F9
Text Example
Text Example
White with #DC33F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC33F9; }
p { color: rgb(220,51,249); }
H1.HeaderClassName
{
color: #DC33F9;
}
.AnyTagClassName
{
color: #DC33F9;
}
</style>
background-color css
<style>
a { background-color: #DC33F9; }
a { background-color: rgb(220,51,249); }
div.DivClassName
{
background-color: #DC33F9;
}
.BgClassName
{
background-color: #DC33F9;
}
</style>
border-color css
<style>
span { border-color: #DC33F9; }
span { border-color: rgb(220,51,249); }
td.TdClassName
{
border-color: #DC33F9;
}
.TagClassName
{
border-color: #DC33F9;
}
</style>