Shades of Psychedelic Purple #DA09FE
Tints of Psychedelic Purple #DA09FE
RGB
CMYK
RGB Variations
Color information
#DA09FE (or 0xDA09FE) is known color: Psychedelic Purple. HEX triplet: DA, 09 and FE. RGB value is (218,9,254). Sum of RGB (Red+Green+Blue) = 218+9+254=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 9 (3.91% from 255 or 1.87% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA09FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA09FE is #25F601. Grayscale: #626262. Windows color (decimal): -2487810 or 16648666. OLE color: 16648666.
HSL color Cylindrical-coordinate representation of color #DA09FE: hue angle of 291.18º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA09FE is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 9 | 254 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.00 |
| HSL | 291.18º | 0.99% | 0.52% | - |
| HSV(B) | 291.18º | 0.96% | 1% | - |
| XYZ | 46.9 | 22.26 | 95.59 | - |
| YUV | 99.42 | 215.24 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 254 | 0.14 | 0.96 | 0 | 0.00 | 291.18 | 0.99 | 0.52 |
| Hex | DA | 9 | FE | E | 60 | 0 | 0 | 123 | 63 | 34 |
| Octal | 332 | 11 | 376 | 16 | 140 | 0 | 0 | 443 | 143 | 64 |
| Binary | 11011010 | 1001 | 11111110 | 1110 | 1100000 | 0 | 0 | 100100011 | 1100011 | 110100 |
Color Harmonies of #DA09FE
Complementary color
Monochromatic Colors of #DA09FE
Black with #DA09FE
Text Example
Text Example
White with #DA09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA09FE; }
p { color: rgb(218,9,254); }
H1.HeaderClassName
{
color: #DA09FE;
}
.AnyTagClassName
{
color: #DA09FE;
}
</style>
background-color css
<style>
a { background-color: #DA09FE; }
a { background-color: rgb(218,9,254); }
div.DivClassName
{
background-color: #DA09FE;
}
.BgClassName
{
background-color: #DA09FE;
}
</style>
border-color css
<style>
span { border-color: #DA09FE; }
span { border-color: rgb(218,9,254); }
td.TdClassName
{
border-color: #DA09FE;
}
.TagClassName
{
border-color: #DA09FE;
}
</style>