Shades of Psychedelic Purple #DA09FA
Tints of Psychedelic Purple #DA09FA
RGB
CMYK
RGB Variations
Color information
#DA09FA (or 0xDA09FA) is known color: Psychedelic Purple. HEX triplet: DA, 09 and FA. RGB value is (218,9,250). Sum of RGB (Red+Green+Blue) = 218+9+250=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 9 (3.91% from 255 or 1.89% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA09FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA09FA is #25F605. Grayscale: #626262. Windows color (decimal): -2487814 or 16386522. OLE color: 16386522.
HSL color Cylindrical-coordinate representation of color #DA09FA: hue angle of 292.03º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA09FA is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 9 | 250 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.02 |
| HSL | 292.03º | 0.96% | 0.51% | - |
| HSV(B) | 292.03º | 0.96% | 0.98% | - |
| XYZ | 46.27 | 22 | 92.25 | - |
| YUV | 98.97 | 213.24 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 250 | 0.13 | 0.96 | 0 | 0.02 | 292.03 | 0.96 | 0.51 |
| Hex | DA | 9 | FA | D | 60 | 0 | 2 | 124 | 60 | 33 |
| Octal | 332 | 11 | 372 | 15 | 140 | 0 | 2 | 444 | 140 | 63 |
| Binary | 11011010 | 1001 | 11111010 | 1101 | 1100000 | 0 | 10 | 100100100 | 1100000 | 110011 |
Color Harmonies of #DA09FA
Complementary color
Monochromatic Colors of #DA09FA
Black with #DA09FA
Text Example
Text Example
White with #DA09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA09FA; }
p { color: rgb(218,9,250); }
H1.HeaderClassName
{
color: #DA09FA;
}
.AnyTagClassName
{
color: #DA09FA;
}
</style>
background-color css
<style>
a { background-color: #DA09FA; }
a { background-color: rgb(218,9,250); }
div.DivClassName
{
background-color: #DA09FA;
}
.BgClassName
{
background-color: #DA09FA;
}
</style>
border-color css
<style>
span { border-color: #DA09FA; }
span { border-color: rgb(218,9,250); }
td.TdClassName
{
border-color: #DA09FA;
}
.TagClassName
{
border-color: #DA09FA;
}
</style>