Shades of Psychedelic Purple #DC33F7
Tints of Psychedelic Purple #DC33F7
RGB
CMYK
RGB Variations
Color information
#DC33F7 (or 0xDC33F7) is known color: Psychedelic Purple. HEX triplet: DC, 33 and F7. RGB value is (220,51,247). Sum of RGB (Red+Green+Blue) = 220+51+247=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 51 (20.31% from 255 or 9.85% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC33F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC33F7 is #23CC08. Grayscale: #7B7B7B. Windows color (decimal): -2345993 or 16200668. OLE color: 16200668.
HSL color Cylindrical-coordinate representation of color #DC33F7: hue angle of 291.73º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC33F7 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 51 | 247 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.03 |
| HSL | 291.73º | 0.92% | 0.58% | - |
| HSV(B) | 291.73º | 0.79% | 0.97% | - |
| XYZ | 47.49 | 24.3 | 90.18 | - |
| YUV | 123.88 | 197.49 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 247 | 0.11 | 0.79 | 0 | 0.03 | 291.73 | 0.92 | 0.58 |
| Hex | DC | 33 | F7 | B | 4F | 0 | 3 | 124 | 5C | 3A |
| Octal | 334 | 63 | 367 | 13 | 117 | 0 | 3 | 444 | 134 | 72 |
| Binary | 11011100 | 110011 | 11110111 | 1011 | 1001111 | 0 | 11 | 100100100 | 1011100 | 111010 |
Color Harmonies of #DC33F7
Complementary color
Monochromatic Colors of #DC33F7
Black with #DC33F7
Text Example
Text Example
White with #DC33F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC33F7; }
p { color: rgb(220,51,247); }
H1.HeaderClassName
{
color: #DC33F7;
}
.AnyTagClassName
{
color: #DC33F7;
}
</style>
background-color css
<style>
a { background-color: #DC33F7; }
a { background-color: rgb(220,51,247); }
div.DivClassName
{
background-color: #DC33F7;
}
.BgClassName
{
background-color: #DC33F7;
}
</style>
border-color css
<style>
span { border-color: #DC33F7; }
span { border-color: rgb(220,51,247); }
td.TdClassName
{
border-color: #DC33F7;
}
.TagClassName
{
border-color: #DC33F7;
}
</style>