Shades of Psychedelic Purple #DA09F5
Tints of Psychedelic Purple #DA09F5
RGB
CMYK
RGB Variations
Color information
#DA09F5 (or 0xDA09F5) is known color: Psychedelic Purple. HEX triplet: DA, 09 and F5. RGB value is (218,9,245). Sum of RGB (Red+Green+Blue) = 218+9+245=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 9 (3.91% from 255 or 1.91% from 472); Blue value is 245 (96.09% from 255 or 51.91% from 472); Max value from RGB is 245 - color contains mainly: blue. Hex color #DA09F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA09F5 is #25F60A. Grayscale: #616161. Windows color (decimal): -2487819 or 16058842. OLE color: 16058842.
HSL color Cylindrical-coordinate representation of color #DA09F5: hue angle of 293.14º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA09F5 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 9 | 245 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.04 |
| HSL | 293.14º | 0.93% | 0.5% | - |
| HSV(B) | 293.14º | 0.96% | 0.96% | - |
| XYZ | 45.49 | 21.69 | 88.18 | - |
| YUV | 98.4 | 210.74 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 245 | 0.11 | 0.96 | 0 | 0.04 | 293.14 | 0.93 | 0.5 |
| Hex | DA | 9 | F5 | B | 60 | 0 | 4 | 125 | 5D | 32 |
| Octal | 332 | 11 | 365 | 13 | 140 | 0 | 4 | 445 | 135 | 62 |
| Binary | 11011010 | 1001 | 11110101 | 1011 | 1100000 | 0 | 100 | 100100101 | 1011101 | 110010 |
Color Harmonies of #DA09F5
Complementary color
Monochromatic Colors of #DA09F5
Black with #DA09F5
Text Example
Text Example
White with #DA09F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA09F5; }
p { color: rgb(218,9,245); }
H1.HeaderClassName
{
color: #DA09F5;
}
.AnyTagClassName
{
color: #DA09F5;
}
</style>
background-color css
<style>
a { background-color: #DA09F5; }
a { background-color: rgb(218,9,245); }
div.DivClassName
{
background-color: #DA09F5;
}
.BgClassName
{
background-color: #DA09F5;
}
</style>
border-color css
<style>
span { border-color: #DA09F5; }
span { border-color: rgb(218,9,245); }
td.TdClassName
{
border-color: #DA09F5;
}
.TagClassName
{
border-color: #DA09F5;
}
</style>