Shades of Psychedelic Purple #DC13F5
Tints of Psychedelic Purple #DC13F5
RGB
CMYK
RGB Variations
Color information
#DC13F5 (or 0xDC13F5) is known color: Psychedelic Purple. HEX triplet: DC, 13 and F5. RGB value is (220,19,245). Sum of RGB (Red+Green+Blue) = 220+19+245=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 19 (7.81% from 255 or 3.93% from 484); Blue value is 245 (96.09% from 255 or 50.62% from 484); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC13F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC13F5 is #23EC0A. Grayscale: #686868. Windows color (decimal): -2354187 or 16061404. OLE color: 16061404.
HSL color Cylindrical-coordinate representation of color #DC13F5: hue angle of 293.36º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC13F5 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 19 | 245 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.04 |
| HSL | 293.36º | 0.92% | 0.52% | - |
| HSV(B) | 293.36º | 0.92% | 0.96% | - |
| XYZ | 46.23 | 22.27 | 88.25 | - |
| YUV | 104.86 | 207.09 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 245 | 0.10 | 0.92 | 0 | 0.04 | 293.36 | 0.92 | 0.52 |
| Hex | DC | 13 | F5 | A | 5C | 0 | 4 | 125 | 5C | 34 |
| Octal | 334 | 23 | 365 | 12 | 134 | 0 | 4 | 445 | 134 | 64 |
| Binary | 11011100 | 10011 | 11110101 | 1010 | 1011100 | 0 | 100 | 100100101 | 1011100 | 110100 |
Color Harmonies of #DC13F5
Complementary color
Monochromatic Colors of #DC13F5
Black with #DC13F5
Text Example
Text Example
White with #DC13F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC13F5; }
p { color: rgb(220,19,245); }
H1.HeaderClassName
{
color: #DC13F5;
}
.AnyTagClassName
{
color: #DC13F5;
}
</style>
background-color css
<style>
a { background-color: #DC13F5; }
a { background-color: rgb(220,19,245); }
div.DivClassName
{
background-color: #DC13F5;
}
.BgClassName
{
background-color: #DC13F5;
}
</style>
border-color css
<style>
span { border-color: #DC13F5; }
span { border-color: rgb(220,19,245); }
td.TdClassName
{
border-color: #DC13F5;
}
.TagClassName
{
border-color: #DC13F5;
}
</style>