Shades of Psychedelic Purple #DA0FF2
Tints of Psychedelic Purple #DA0FF2
RGB
CMYK
RGB Variations
Color information
#DA0FF2 (or 0xDA0FF2) is known color: Psychedelic Purple. HEX triplet: DA, 0F and F2. RGB value is (218,15,242). Sum of RGB (Red+Green+Blue) = 218+15+242=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA0FF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0FF2 is #25F00D. Grayscale: #646464. Windows color (decimal): -2486286 or 15863770. OLE color: 15863770.
HSL color Cylindrical-coordinate representation of color #DA0FF2: hue angle of 293.66º degrees, saturation: 0.9, 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 #DA0FF2 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 15 | 242 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.05 |
| HSL | 293.66º | 0.9% | 0.5% | - |
| HSV(B) | 293.66º | 0.94% | 0.95% | - |
| XYZ | 45.11 | 21.66 | 85.81 | - |
| YUV | 101.58 | 207.25 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 242 | 0.10 | 0.94 | 0 | 0.05 | 293.66 | 0.9 | 0.5 |
| Hex | DA | F | F2 | A | 5E | 0 | 5 | 126 | 5A | 32 |
| Octal | 332 | 17 | 362 | 12 | 136 | 0 | 5 | 446 | 132 | 62 |
| Binary | 11011010 | 1111 | 11110010 | 1010 | 1011110 | 0 | 101 | 100100110 | 1011010 | 110010 |
Color Harmonies of #DA0FF2
Complementary color
Monochromatic Colors of #DA0FF2
Black with #DA0FF2
Text Example
Text Example
White with #DA0FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FF2; }
p { color: rgb(218,15,242); }
H1.HeaderClassName
{
color: #DA0FF2;
}
.AnyTagClassName
{
color: #DA0FF2;
}
</style>
background-color css
<style>
a { background-color: #DA0FF2; }
a { background-color: rgb(218,15,242); }
div.DivClassName
{
background-color: #DA0FF2;
}
.BgClassName
{
background-color: #DA0FF2;
}
</style>
border-color css
<style>
span { border-color: #DA0FF2; }
span { border-color: rgb(218,15,242); }
td.TdClassName
{
border-color: #DA0FF2;
}
.TagClassName
{
border-color: #DA0FF2;
}
</style>