Shades of Psychedelic Purple #DA00E9
Tints of Psychedelic Purple #DA00E9
RGB
CMYK
RGB Variations
Color information
#DA00E9 (or 0xDA00E9) is known color: Psychedelic Purple. HEX triplet: DA, 00 and E9. RGB value is (218,0,233). Sum of RGB (Red+Green+Blue) = 218+0+233=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 233 (91.41% from 255 or 51.66% from 451); Max value from RGB is 233 - color contains mainly: blue. Hex color #DA00E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA00E9 is #25FF16. Grayscale: #5B5B5B. Windows color (decimal): -2490135 or 15270106. OLE color: 15270106.
HSL color Cylindrical-coordinate representation of color #DA00E9: hue angle of 296.14º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00E9 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 0 | 233 | - |
| CMYK | 0.06 | 1 | 0 | 0.09 |
| HSL | 296.14º | 1% | 0.46% | - |
| HSV(B) | 296.14º | 1% | 0.91% | - |
| XYZ | 43.62 | 20.79 | 78.8 | - |
| YUV | 91.74 | 207.72 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 233 | 0.06 | 1 | 0 | 0.09 | 296.14 | 1 | 0.46 |
| Hex | DA | 0 | E9 | 6 | 64 | 0 | 9 | 128 | 64 | 2E |
| Octal | 332 | 0 | 351 | 6 | 144 | 0 | 11 | 450 | 144 | 56 |
| Binary | 11011010 | 0 | 11101001 | 110 | 1100100 | 0 | 1001 | 100101000 | 1100100 | 101110 |
Color Harmonies of #DA00E9
Complementary color
Monochromatic Colors of #DA00E9
Black with #DA00E9
Text Example
Text Example
White with #DA00E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00E9; }
p { color: rgb(218,0,233); }
H1.HeaderClassName
{
color: #DA00E9;
}
.AnyTagClassName
{
color: #DA00E9;
}
</style>
background-color css
<style>
a { background-color: #DA00E9; }
a { background-color: rgb(218,0,233); }
div.DivClassName
{
background-color: #DA00E9;
}
.BgClassName
{
background-color: #DA00E9;
}
</style>
border-color css
<style>
span { border-color: #DA00E9; }
span { border-color: rgb(218,0,233); }
td.TdClassName
{
border-color: #DA00E9;
}
.TagClassName
{
border-color: #DA00E9;
}
</style>