Shades of Psychedelic Purple #DA0FFF
Tints of Psychedelic Purple #DA0FFF
RGB
CMYK
RGB Variations
Color information
#DA0FFF (or 0xDA0FFF) is known color: Psychedelic Purple. HEX triplet: DA, 0F and FF. RGB value is (218,15,255). Sum of RGB (Red+Green+Blue) = 218+15+255=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 15 (6.25% from 255 or 3.07% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA0FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0FFF is #25F000. Grayscale: #666666. Windows color (decimal): -2486273 or 16715738. OLE color: 16715738.
HSL color Cylindrical-coordinate representation of color #DA0FFF: hue angle of 290.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0FFF is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 15 | 255 | - |
| CMYK | 0.15 | 0.94 | 0 | 0 |
| HSL | 290.75º | 1% | 0.53% | - |
| HSV(B) | 290.75º | 0.94% | 1% | - |
| XYZ | 47.13 | 22.47 | 96.46 | - |
| YUV | 103.06 | 213.75 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 255 | 0.15 | 0.94 | 0 | 0 | 290.75 | 1 | 0.53 |
| Hex | DA | F | FF | F | 5E | 0 | 0 | 123 | 64 | 35 |
| Octal | 332 | 17 | 377 | 17 | 136 | 0 | 0 | 443 | 144 | 65 |
| Binary | 11011010 | 1111 | 11111111 | 1111 | 1011110 | 0 | 0 | 100100011 | 1100100 | 110101 |
Color Harmonies of #DA0FFF
Complementary color
Monochromatic Colors of #DA0FFF
Black with #DA0FFF
Text Example
Text Example
White with #DA0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FFF; }
p { color: rgb(218,15,255); }
H1.HeaderClassName
{
color: #DA0FFF;
}
.AnyTagClassName
{
color: #DA0FFF;
}
</style>
background-color css
<style>
a { background-color: #DA0FFF; }
a { background-color: rgb(218,15,255); }
div.DivClassName
{
background-color: #DA0FFF;
}
.BgClassName
{
background-color: #DA0FFF;
}
</style>
border-color css
<style>
span { border-color: #DA0FFF; }
span { border-color: rgb(218,15,255); }
td.TdClassName
{
border-color: #DA0FFF;
}
.TagClassName
{
border-color: #DA0FFF;
}
</style>