Shades of Psychedelic Purple #DA00FE
Tints of Psychedelic Purple #DA00FE
RGB
CMYK
RGB Variations
Color information
#DA00FE (or 0xDA00FE) is known color: Psychedelic Purple. HEX triplet: DA, 00 and FE. RGB value is (218,0,254). Sum of RGB (Red+Green+Blue) = 218+0+254=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA00FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA00FE is #25FF01. Grayscale: #5D5D5D. Windows color (decimal): -2490114 or 16646362. OLE color: 16646362.
HSL color Cylindrical-coordinate representation of color #DA00FE: hue angle of 291.5º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00FE is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 0 | 254 | - |
| CMYK | 0.14 | 1 | 0 | 0.00 |
| HSL | 291.5º | 1% | 0.5% | - |
| HSV(B) | 291.5º | 1% | 1% | - |
| XYZ | 46.8 | 22.06 | 95.56 | - |
| YUV | 94.14 | 218.22 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 254 | 0.14 | 1 | 0 | 0.00 | 291.5 | 1 | 0.5 |
| Hex | DA | 0 | FE | E | 64 | 0 | 0 | 123 | 64 | 32 |
| Octal | 332 | 0 | 376 | 16 | 144 | 0 | 0 | 443 | 144 | 62 |
| Binary | 11011010 | 0 | 11111110 | 1110 | 1100100 | 0 | 0 | 100100011 | 1100100 | 110010 |
Color Harmonies of #DA00FE
Complementary color
Monochromatic Colors of #DA00FE
Black with #DA00FE
Text Example
Text Example
White with #DA00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00FE; }
p { color: rgb(218,0,254); }
H1.HeaderClassName
{
color: #DA00FE;
}
.AnyTagClassName
{
color: #DA00FE;
}
</style>
background-color css
<style>
a { background-color: #DA00FE; }
a { background-color: rgb(218,0,254); }
div.DivClassName
{
background-color: #DA00FE;
}
.BgClassName
{
background-color: #DA00FE;
}
</style>
border-color css
<style>
span { border-color: #DA00FE; }
span { border-color: rgb(218,0,254); }
td.TdClassName
{
border-color: #DA00FE;
}
.TagClassName
{
border-color: #DA00FE;
}
</style>