Shades of Psychedelic Purple #DA07FF
Tints of Psychedelic Purple #DA07FF
RGB
CMYK
RGB Variations
Color information
#DA07FF (or 0xDA07FF) is known color: Psychedelic Purple. HEX triplet: DA, 07 and FF. RGB value is (218,7,255). Sum of RGB (Red+Green+Blue) = 218+7+255=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 7 (3.12% from 255 or 1.46% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA07FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA07FF is #25F800. Grayscale: #616161. Windows color (decimal): -2488321 or 16713690. OLE color: 16713690.
HSL color Cylindrical-coordinate representation of color #DA07FF: hue angle of 291.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA07FF is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 7 | 255 | - |
| CMYK | 0.15 | 0.97 | 0 | 0 |
| HSL | 291.05º | 1% | 0.51% | - |
| HSV(B) | 291.05º | 0.97% | 1% | - |
| XYZ | 47.04 | 22.28 | 96.43 | - |
| YUV | 98.36 | 216.4 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 255 | 0.15 | 0.97 | 0 | 0 | 291.05 | 1 | 0.51 |
| Hex | DA | 7 | FF | F | 61 | 0 | 0 | 123 | 64 | 33 |
| Octal | 332 | 7 | 377 | 17 | 141 | 0 | 0 | 443 | 144 | 63 |
| Binary | 11011010 | 111 | 11111111 | 1111 | 1100001 | 0 | 0 | 100100011 | 1100100 | 110011 |
Color Harmonies of #DA07FF
Complementary color
Monochromatic Colors of #DA07FF
Black with #DA07FF
Text Example
Text Example
White with #DA07FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA07FF; }
p { color: rgb(218,7,255); }
H1.HeaderClassName
{
color: #DA07FF;
}
.AnyTagClassName
{
color: #DA07FF;
}
</style>
background-color css
<style>
a { background-color: #DA07FF; }
a { background-color: rgb(218,7,255); }
div.DivClassName
{
background-color: #DA07FF;
}
.BgClassName
{
background-color: #DA07FF;
}
</style>
border-color css
<style>
span { border-color: #DA07FF; }
span { border-color: rgb(218,7,255); }
td.TdClassName
{
border-color: #DA07FF;
}
.TagClassName
{
border-color: #DA07FF;
}
</style>