Shades of Psychedelic Purple #DC32F8
Tints of Psychedelic Purple #DC32F8
RGB
CMYK
RGB Variations
Color information
#DC32F8 (or 0xDC32F8) is known color: Psychedelic Purple. HEX triplet: DC, 32 and F8. RGB value is (220,50,248). Sum of RGB (Red+Green+Blue) = 220+50+248=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 50 (19.92% from 255 or 9.65% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC32F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC32F8 is #23CD07. Grayscale: #7A7A7A. Windows color (decimal): -2346248 or 16265948. OLE color: 16265948.
HSL color Cylindrical-coordinate representation of color #DC32F8: hue angle of 291.52º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC32F8 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 50 | 248 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.03 |
| HSL | 291.52º | 0.93% | 0.58% | - |
| HSV(B) | 291.52º | 0.8% | 0.97% | - |
| XYZ | 47.6 | 24.27 | 90.98 | - |
| YUV | 123.4 | 198.32 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 248 | 0.11 | 0.80 | 0 | 0.03 | 291.52 | 0.93 | 0.58 |
| Hex | DC | 32 | F8 | B | 50 | 0 | 3 | 124 | 5D | 3A |
| Octal | 334 | 62 | 370 | 13 | 120 | 0 | 3 | 444 | 135 | 72 |
| Binary | 11011100 | 110010 | 11111000 | 1011 | 1010000 | 0 | 11 | 100100100 | 1011101 | 111010 |
Color Harmonies of #DC32F8
Complementary color
Monochromatic Colors of #DC32F8
Black with #DC32F8
Text Example
Text Example
White with #DC32F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC32F8; }
p { color: rgb(220,50,248); }
H1.HeaderClassName
{
color: #DC32F8;
}
.AnyTagClassName
{
color: #DC32F8;
}
</style>
background-color css
<style>
a { background-color: #DC32F8; }
a { background-color: rgb(220,50,248); }
div.DivClassName
{
background-color: #DC32F8;
}
.BgClassName
{
background-color: #DC32F8;
}
</style>
border-color css
<style>
span { border-color: #DC32F8; }
span { border-color: rgb(220,50,248); }
td.TdClassName
{
border-color: #DC32F8;
}
.TagClassName
{
border-color: #DC32F8;
}
</style>