Shades of Psychedelic Purple #DA0FFA
Tints of Psychedelic Purple #DA0FFA
RGB
CMYK
RGB Variations
Color information
#DA0FFA (or 0xDA0FFA) is known color: Psychedelic Purple. HEX triplet: DA, 0F and FA. RGB value is (218,15,250). Sum of RGB (Red+Green+Blue) = 218+15+250=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA0FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0FFA is #25F005. Grayscale: #656565. Windows color (decimal): -2486278 or 16388058. OLE color: 16388058.
HSL color Cylindrical-coordinate representation of color #DA0FFA: hue angle of 291.83º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0FFA is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 15 | 250 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.02 |
| HSL | 291.83º | 0.96% | 0.52% | - |
| HSV(B) | 291.83º | 0.94% | 0.98% | - |
| XYZ | 46.34 | 22.15 | 92.28 | - |
| YUV | 102.49 | 211.25 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 250 | 0.13 | 0.94 | 0 | 0.02 | 291.83 | 0.96 | 0.52 |
| Hex | DA | F | FA | D | 5E | 0 | 2 | 124 | 60 | 34 |
| Octal | 332 | 17 | 372 | 15 | 136 | 0 | 2 | 444 | 140 | 64 |
| Binary | 11011010 | 1111 | 11111010 | 1101 | 1011110 | 0 | 10 | 100100100 | 1100000 | 110100 |
Color Harmonies of #DA0FFA
Complementary color
Monochromatic Colors of #DA0FFA
Black with #DA0FFA
Text Example
Text Example
White with #DA0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FFA; }
p { color: rgb(218,15,250); }
H1.HeaderClassName
{
color: #DA0FFA;
}
.AnyTagClassName
{
color: #DA0FFA;
}
</style>
background-color css
<style>
a { background-color: #DA0FFA; }
a { background-color: rgb(218,15,250); }
div.DivClassName
{
background-color: #DA0FFA;
}
.BgClassName
{
background-color: #DA0FFA;
}
</style>
border-color css
<style>
span { border-color: #DA0FFA; }
span { border-color: rgb(218,15,250); }
td.TdClassName
{
border-color: #DA0FFA;
}
.TagClassName
{
border-color: #DA0FFA;
}
</style>