Shades of Psychedelic Purple #DC15FA
Tints of Psychedelic Purple #DC15FA
RGB
CMYK
RGB Variations
Color information
#DC15FA (or 0xDC15FA) is known color: Psychedelic Purple. HEX triplet: DC, 15 and FA. RGB value is (220,21,250). Sum of RGB (Red+Green+Blue) = 220+21+250=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 21 (8.59% from 255 or 4.28% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC15FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC15FA is #23EA05. Grayscale: #696969. Windows color (decimal): -2353670 or 16389596. OLE color: 16389596.
HSL color Cylindrical-coordinate representation of color #DC15FA: hue angle of 292.14º degrees, saturation: 0.96, 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 #DC15FA is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 21 | 250 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.02 |
| HSL | 292.14º | 0.96% | 0.53% | - |
| HSV(B) | 292.14º | 0.92% | 0.98% | - |
| XYZ | 47.04 | 22.65 | 92.34 | - |
| YUV | 106.61 | 208.93 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 250 | 0.12 | 0.92 | 0 | 0.02 | 292.14 | 0.96 | 0.53 |
| Hex | DC | 15 | FA | C | 5C | 0 | 2 | 124 | 60 | 35 |
| Octal | 334 | 25 | 372 | 14 | 134 | 0 | 2 | 444 | 140 | 65 |
| Binary | 11011100 | 10101 | 11111010 | 1100 | 1011100 | 0 | 10 | 100100100 | 1100000 | 110101 |
Color Harmonies of #DC15FA
Complementary color
Monochromatic Colors of #DC15FA
Black with #DC15FA
Text Example
Text Example
White with #DC15FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15FA; }
p { color: rgb(220,21,250); }
H1.HeaderClassName
{
color: #DC15FA;
}
.AnyTagClassName
{
color: #DC15FA;
}
</style>
background-color css
<style>
a { background-color: #DC15FA; }
a { background-color: rgb(220,21,250); }
div.DivClassName
{
background-color: #DC15FA;
}
.BgClassName
{
background-color: #DC15FA;
}
</style>
border-color css
<style>
span { border-color: #DC15FA; }
span { border-color: rgb(220,21,250); }
td.TdClassName
{
border-color: #DC15FA;
}
.TagClassName
{
border-color: #DC15FA;
}
</style>