Shades of Psychedelic Purple #DA10F5
Tints of Psychedelic Purple #DA10F5
RGB
CMYK
RGB Variations
Color information
#DA10F5 (or 0xDA10F5) is known color: Psychedelic Purple. HEX triplet: DA, 10 and F5. RGB value is (218,16,245). Sum of RGB (Red+Green+Blue) = 218+16+245=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 16 (6.64% from 255 or 3.34% from 479); Blue value is 245 (96.09% from 255 or 51.15% from 479); Max value from RGB is 245 - color contains mainly: blue. Hex color #DA10F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA10F5 is #25EF0A. Grayscale: #656565. Windows color (decimal): -2486027 or 16060634. OLE color: 16060634.
HSL color Cylindrical-coordinate representation of color #DA10F5: hue angle of 292.93º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA10F5 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 16 | 245 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.04 |
| HSL | 292.93º | 0.92% | 0.51% | - |
| HSV(B) | 292.93º | 0.93% | 0.96% | - |
| XYZ | 45.58 | 21.87 | 88.2 | - |
| YUV | 102.5 | 208.42 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 245 | 0.11 | 0.93 | 0 | 0.04 | 292.93 | 0.92 | 0.51 |
| Hex | DA | 10 | F5 | B | 5D | 0 | 4 | 125 | 5C | 33 |
| Octal | 332 | 20 | 365 | 13 | 135 | 0 | 4 | 445 | 134 | 63 |
| Binary | 11011010 | 10000 | 11110101 | 1011 | 1011101 | 0 | 100 | 100100101 | 1011100 | 110011 |
Color Harmonies of #DA10F5
Complementary color
Monochromatic Colors of #DA10F5
Black with #DA10F5
Text Example
Text Example
White with #DA10F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA10F5; }
p { color: rgb(218,16,245); }
H1.HeaderClassName
{
color: #DA10F5;
}
.AnyTagClassName
{
color: #DA10F5;
}
</style>
background-color css
<style>
a { background-color: #DA10F5; }
a { background-color: rgb(218,16,245); }
div.DivClassName
{
background-color: #DA10F5;
}
.BgClassName
{
background-color: #DA10F5;
}
</style>
border-color css
<style>
span { border-color: #DA10F5; }
span { border-color: rgb(218,16,245); }
td.TdClassName
{
border-color: #DA10F5;
}
.TagClassName
{
border-color: #DA10F5;
}
</style>