Shades of Psychedelic Purple #DC33F8
Tints of Psychedelic Purple #DC33F8
RGB
CMYK
RGB Variations
Color information
#DC33F8 (or 0xDC33F8) is known color: Psychedelic Purple. HEX triplet: DC, 33 and F8. RGB value is (220,51,248). Sum of RGB (Red+Green+Blue) = 220+51+248=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 51 (20.31% from 255 or 9.83% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC33F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC33F8 is #23CC07. Grayscale: #7B7B7B. Windows color (decimal): -2345992 or 16266204. OLE color: 16266204.
HSL color Cylindrical-coordinate representation of color #DC33F8: hue angle of 291.47º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC33F8 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 51 | 248 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.03 |
| HSL | 291.47º | 0.93% | 0.59% | - |
| HSV(B) | 291.47º | 0.79% | 0.97% | - |
| XYZ | 47.64 | 24.36 | 91 | - |
| YUV | 123.99 | 197.99 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 248 | 0.11 | 0.79 | 0 | 0.03 | 291.47 | 0.93 | 0.59 |
| Hex | DC | 33 | F8 | B | 4F | 0 | 3 | 123 | 5D | 3B |
| Octal | 334 | 63 | 370 | 13 | 117 | 0 | 3 | 443 | 135 | 73 |
| Binary | 11011100 | 110011 | 11111000 | 1011 | 1001111 | 0 | 11 | 100100011 | 1011101 | 111011 |
Color Harmonies of #DC33F8
Complementary color
Monochromatic Colors of #DC33F8
Black with #DC33F8
Text Example
Text Example
White with #DC33F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC33F8; }
p { color: rgb(220,51,248); }
H1.HeaderClassName
{
color: #DC33F8;
}
.AnyTagClassName
{
color: #DC33F8;
}
</style>
background-color css
<style>
a { background-color: #DC33F8; }
a { background-color: rgb(220,51,248); }
div.DivClassName
{
background-color: #DC33F8;
}
.BgClassName
{
background-color: #DC33F8;
}
</style>
border-color css
<style>
span { border-color: #DC33F8; }
span { border-color: rgb(220,51,248); }
td.TdClassName
{
border-color: #DC33F8;
}
.TagClassName
{
border-color: #DC33F8;
}
</style>