Shades of Psychedelic Purple #DA09F0
Tints of Psychedelic Purple #DA09F0
RGB
CMYK
RGB Variations
Color information
#DA09F0 (or 0xDA09F0) is known color: Psychedelic Purple. HEX triplet: DA, 09 and F0. RGB value is (218,9,240). Sum of RGB (Red+Green+Blue) = 218+9+240=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 9 (3.91% from 255 or 1.93% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA09F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA09F0 is #25F60F. Grayscale: #616161. Windows color (decimal): -2487824 or 15731162. OLE color: 15731162.
HSL color Cylindrical-coordinate representation of color #DA09F0: hue angle of 294.29º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA09F0 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 9 | 240 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.06 |
| HSL | 294.29º | 0.93% | 0.49% | - |
| HSV(B) | 294.29º | 0.96% | 0.94% | - |
| XYZ | 44.74 | 21.39 | 84.21 | - |
| YUV | 97.83 | 208.24 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 240 | 0.09 | 0.96 | 0 | 0.06 | 294.29 | 0.93 | 0.49 |
| Hex | DA | 9 | F0 | 9 | 60 | 0 | 6 | 126 | 5D | 31 |
| Octal | 332 | 11 | 360 | 11 | 140 | 0 | 6 | 446 | 135 | 61 |
| Binary | 11011010 | 1001 | 11110000 | 1001 | 1100000 | 0 | 110 | 100100110 | 1011101 | 110001 |
Color Harmonies of #DA09F0
Complementary color
Monochromatic Colors of #DA09F0
Black with #DA09F0
Text Example
Text Example
White with #DA09F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA09F0; }
p { color: rgb(218,9,240); }
H1.HeaderClassName
{
color: #DA09F0;
}
.AnyTagClassName
{
color: #DA09F0;
}
</style>
background-color css
<style>
a { background-color: #DA09F0; }
a { background-color: rgb(218,9,240); }
div.DivClassName
{
background-color: #DA09F0;
}
.BgClassName
{
background-color: #DA09F0;
}
</style>
border-color css
<style>
span { border-color: #DA09F0; }
span { border-color: rgb(218,9,240); }
td.TdClassName
{
border-color: #DA09F0;
}
.TagClassName
{
border-color: #DA09F0;
}
</style>