Shades of Psychedelic Purple #DC15F9
Tints of Psychedelic Purple #DC15F9
RGB
CMYK
RGB Variations
Color information
#DC15F9 (or 0xDC15F9) is known color: Psychedelic Purple. HEX triplet: DC, 15 and F9. RGB value is (220,21,249). Sum of RGB (Red+Green+Blue) = 220+21+249=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 21 (8.59% from 255 or 4.29% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC15F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC15F9 is #23EA06. Grayscale: #696969. Windows color (decimal): -2353671 or 16324060. OLE color: 16324060.
HSL color Cylindrical-coordinate representation of color #DC15F9: hue angle of 292.37º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC15F9 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 21 | 249 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.02 |
| HSL | 292.37º | 0.95% | 0.53% | - |
| HSV(B) | 292.37º | 0.92% | 0.98% | - |
| XYZ | 46.88 | 22.59 | 91.51 | - |
| YUV | 106.49 | 208.43 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 249 | 0.12 | 0.92 | 0 | 0.02 | 292.37 | 0.95 | 0.53 |
| Hex | DC | 15 | F9 | C | 5C | 0 | 2 | 124 | 5F | 35 |
| Octal | 334 | 25 | 371 | 14 | 134 | 0 | 2 | 444 | 137 | 65 |
| Binary | 11011100 | 10101 | 11111001 | 1100 | 1011100 | 0 | 10 | 100100100 | 1011111 | 110101 |
Color Harmonies of #DC15F9
Complementary color
Monochromatic Colors of #DC15F9
Black with #DC15F9
Text Example
Text Example
White with #DC15F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15F9; }
p { color: rgb(220,21,249); }
H1.HeaderClassName
{
color: #DC15F9;
}
.AnyTagClassName
{
color: #DC15F9;
}
</style>
background-color css
<style>
a { background-color: #DC15F9; }
a { background-color: rgb(220,21,249); }
div.DivClassName
{
background-color: #DC15F9;
}
.BgClassName
{
background-color: #DC15F9;
}
</style>
border-color css
<style>
span { border-color: #DC15F9; }
span { border-color: rgb(220,21,249); }
td.TdClassName
{
border-color: #DC15F9;
}
.TagClassName
{
border-color: #DC15F9;
}
</style>