Shades of Psychedelic Purple #DA00FF
Tints of Psychedelic Purple #DA00FF
RGB
CMYK
RGB Variations
Color information
#DA00FF (or 0xDA00FF) is known color: Psychedelic Purple. HEX triplet: DA, 00 and FF. RGB value is (218,0,255). Sum of RGB (Red+Green+Blue) = 218+0+255=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 0 (0.39% from 255 or 0% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA00FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA00FF is #25FF00. Grayscale: #5D5D5D. Windows color (decimal): -2490113 or 16711898. OLE color: 16711898.
HSL color Cylindrical-coordinate representation of color #DA00FF: hue angle of 291.29º 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 #DA00FF is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 0 | 255 | - |
| CMYK | 0.15 | 1 | 0 | 0 |
| HSL | 291.29º | 1% | 0.5% | - |
| HSV(B) | 291.29º | 1% | 1% | - |
| XYZ | 46.96 | 22.13 | 96.4 | - |
| YUV | 94.25 | 218.72 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 255 | 0.15 | 1 | 0 | 0 | 291.29 | 1 | 0.5 |
| Hex | DA | 0 | FF | F | 64 | 0 | 0 | 123 | 64 | 32 |
| Octal | 332 | 0 | 377 | 17 | 144 | 0 | 0 | 443 | 144 | 62 |
| Binary | 11011010 | 0 | 11111111 | 1111 | 1100100 | 0 | 0 | 100100011 | 1100100 | 110010 |
Color Harmonies of #DA00FF
Complementary color
Monochromatic Colors of #DA00FF
Black with #DA00FF
Text Example
Text Example
White with #DA00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00FF; }
p { color: rgb(218,0,255); }
H1.HeaderClassName
{
color: #DA00FF;
}
.AnyTagClassName
{
color: #DA00FF;
}
</style>
background-color css
<style>
a { background-color: #DA00FF; }
a { background-color: rgb(218,0,255); }
div.DivClassName
{
background-color: #DA00FF;
}
.BgClassName
{
background-color: #DA00FF;
}
</style>
border-color css
<style>
span { border-color: #DA00FF; }
span { border-color: rgb(218,0,255); }
td.TdClassName
{
border-color: #DA00FF;
}
.TagClassName
{
border-color: #DA00FF;
}
</style>