Shades of Psychedelic Purple #DC15F8
Tints of Psychedelic Purple #DC15F8
RGB
CMYK
RGB Variations
Color information
#DC15F8 (or 0xDC15F8) is known color: Psychedelic Purple. HEX triplet: DC, 15 and F8. RGB value is (220,21,248). Sum of RGB (Red+Green+Blue) = 220+21+248=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 21 (8.59% from 255 or 4.29% from 489); Blue value is 248 (97.27% from 255 or 50.72% from 489); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC15F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC15F8 is #23EA07. Grayscale: #696969. Windows color (decimal): -2353672 or 16258524. OLE color: 16258524.
HSL color Cylindrical-coordinate representation of color #DC15F8: hue angle of 292.6º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC15F8 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 21 | 248 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.03 |
| HSL | 292.6º | 0.94% | 0.53% | - |
| HSV(B) | 292.6º | 0.92% | 0.97% | - |
| XYZ | 46.73 | 22.53 | 90.69 | - |
| YUV | 106.38 | 207.93 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 248 | 0.11 | 0.92 | 0 | 0.03 | 292.6 | 0.94 | 0.53 |
| Hex | DC | 15 | F8 | B | 5C | 0 | 3 | 125 | 5E | 35 |
| Octal | 334 | 25 | 370 | 13 | 134 | 0 | 3 | 445 | 136 | 65 |
| Binary | 11011100 | 10101 | 11111000 | 1011 | 1011100 | 0 | 11 | 100100101 | 1011110 | 110101 |
Color Harmonies of #DC15F8
Complementary color
Monochromatic Colors of #DC15F8
Black with #DC15F8
Text Example
Text Example
White with #DC15F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15F8; }
p { color: rgb(220,21,248); }
H1.HeaderClassName
{
color: #DC15F8;
}
.AnyTagClassName
{
color: #DC15F8;
}
</style>
background-color css
<style>
a { background-color: #DC15F8; }
a { background-color: rgb(220,21,248); }
div.DivClassName
{
background-color: #DC15F8;
}
.BgClassName
{
background-color: #DC15F8;
}
</style>
border-color css
<style>
span { border-color: #DC15F8; }
span { border-color: rgb(220,21,248); }
td.TdClassName
{
border-color: #DC15F8;
}
.TagClassName
{
border-color: #DC15F8;
}
</style>