Shades of Psychedelic Purple #DA0FF1
Tints of Psychedelic Purple #DA0FF1
RGB
CMYK
RGB Variations
Color information
#DA0FF1 (or 0xDA0FF1) is known color: Psychedelic Purple. HEX triplet: DA, 0F and F1. RGB value is (218,15,241). Sum of RGB (Red+Green+Blue) = 218+15+241=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 15 (6.25% from 255 or 3.16% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA0FF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0FF1 is #25F00E. Grayscale: #646464. Windows color (decimal): -2486287 or 15798234. OLE color: 15798234.
HSL color Cylindrical-coordinate representation of color #DA0FF1: hue angle of 293.89º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0FF1 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 15 | 241 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.05 |
| HSL | 293.89º | 0.89% | 0.5% | - |
| HSV(B) | 293.89º | 0.94% | 0.95% | - |
| XYZ | 44.96 | 21.6 | 85.02 | - |
| YUV | 101.46 | 206.75 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 241 | 0.10 | 0.94 | 0 | 0.05 | 293.89 | 0.89 | 0.5 |
| Hex | DA | F | F1 | A | 5E | 0 | 5 | 126 | 59 | 32 |
| Octal | 332 | 17 | 361 | 12 | 136 | 0 | 5 | 446 | 131 | 62 |
| Binary | 11011010 | 1111 | 11110001 | 1010 | 1011110 | 0 | 101 | 100100110 | 1011001 | 110010 |
Color Harmonies of #DA0FF1
Complementary color
Monochromatic Colors of #DA0FF1
Black with #DA0FF1
Text Example
Text Example
White with #DA0FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FF1; }
p { color: rgb(218,15,241); }
H1.HeaderClassName
{
color: #DA0FF1;
}
.AnyTagClassName
{
color: #DA0FF1;
}
</style>
background-color css
<style>
a { background-color: #DA0FF1; }
a { background-color: rgb(218,15,241); }
div.DivClassName
{
background-color: #DA0FF1;
}
.BgClassName
{
background-color: #DA0FF1;
}
</style>
border-color css
<style>
span { border-color: #DA0FF1; }
span { border-color: rgb(218,15,241); }
td.TdClassName
{
border-color: #DA0FF1;
}
.TagClassName
{
border-color: #DA0FF1;
}
</style>