Shades of Psychedelic Purple #DC11F8
Tints of Psychedelic Purple #DC11F8
RGB
CMYK
RGB Variations
Color information
#DC11F8 (or 0xDC11F8) is known color: Psychedelic Purple. HEX triplet: DC, 11 and F8. RGB value is (220,17,248). Sum of RGB (Red+Green+Blue) = 220+17+248=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 17 (7.03% from 255 or 3.51% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC11F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC11F8 is #23EE07. Grayscale: #676767. Windows color (decimal): -2354696 or 16257500. OLE color: 16257500.
HSL color Cylindrical-coordinate representation of color #DC11F8: hue angle of 292.73º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC11F8 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 17 | 248 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.03 |
| HSL | 292.73º | 0.94% | 0.52% | - |
| HSV(B) | 292.73º | 0.93% | 0.97% | - |
| XYZ | 46.66 | 22.39 | 90.67 | - |
| YUV | 104.03 | 209.25 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 248 | 0.11 | 0.93 | 0 | 0.03 | 292.73 | 0.94 | 0.52 |
| Hex | DC | 11 | F8 | B | 5D | 0 | 3 | 125 | 5E | 34 |
| Octal | 334 | 21 | 370 | 13 | 135 | 0 | 3 | 445 | 136 | 64 |
| Binary | 11011100 | 10001 | 11111000 | 1011 | 1011101 | 0 | 11 | 100100101 | 1011110 | 110100 |
Color Harmonies of #DC11F8
Complementary color
Monochromatic Colors of #DC11F8
Black with #DC11F8
Text Example
Text Example
White with #DC11F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC11F8; }
p { color: rgb(220,17,248); }
H1.HeaderClassName
{
color: #DC11F8;
}
.AnyTagClassName
{
color: #DC11F8;
}
</style>
background-color css
<style>
a { background-color: #DC11F8; }
a { background-color: rgb(220,17,248); }
div.DivClassName
{
background-color: #DC11F8;
}
.BgClassName
{
background-color: #DC11F8;
}
</style>
border-color css
<style>
span { border-color: #DC11F8; }
span { border-color: rgb(220,17,248); }
td.TdClassName
{
border-color: #DC11F8;
}
.TagClassName
{
border-color: #DC11F8;
}
</style>