Shades of Psychedelic Purple #DA16F0
Tints of Psychedelic Purple #DA16F0
RGB
CMYK
RGB Variations
Color information
#DA16F0 (or 0xDA16F0) is known color: Psychedelic Purple. HEX triplet: DA, 16 and F0. RGB value is (218,22,240). Sum of RGB (Red+Green+Blue) = 218+22+240=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 22 (8.98% from 255 or 4.58% from 480); Blue value is 240 (94.14% from 255 or 50% from 480); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA16F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA16F0 is #25E90F. Grayscale: #686868. Windows color (decimal): -2484496 or 15734490. OLE color: 15734490.
HSL color Cylindrical-coordinate representation of color #DA16F0: hue angle of 293.94º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA16F0 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 22 | 240 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.06 |
| HSL | 293.94º | 0.88% | 0.51% | - |
| HSV(B) | 293.94º | 0.91% | 0.94% | - |
| XYZ | 44.93 | 21.77 | 84.27 | - |
| YUV | 105.46 | 203.93 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 240 | 0.09 | 0.91 | 0 | 0.06 | 293.94 | 0.88 | 0.51 |
| Hex | DA | 16 | F0 | 9 | 5B | 0 | 6 | 126 | 58 | 33 |
| Octal | 332 | 26 | 360 | 11 | 133 | 0 | 6 | 446 | 130 | 63 |
| Binary | 11011010 | 10110 | 11110000 | 1001 | 1011011 | 0 | 110 | 100100110 | 1011000 | 110011 |
Color Harmonies of #DA16F0
Complementary color
Monochromatic Colors of #DA16F0
Black with #DA16F0
Text Example
Text Example
White with #DA16F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA16F0; }
p { color: rgb(218,22,240); }
H1.HeaderClassName
{
color: #DA16F0;
}
.AnyTagClassName
{
color: #DA16F0;
}
</style>
background-color css
<style>
a { background-color: #DA16F0; }
a { background-color: rgb(218,22,240); }
div.DivClassName
{
background-color: #DA16F0;
}
.BgClassName
{
background-color: #DA16F0;
}
</style>
border-color css
<style>
span { border-color: #DA16F0; }
span { border-color: rgb(218,22,240); }
td.TdClassName
{
border-color: #DA16F0;
}
.TagClassName
{
border-color: #DA16F0;
}
</style>