Shades of Psychedelic Purple #DA0FEC
Tints of Psychedelic Purple #DA0FEC
RGB
CMYK
RGB Variations
Color information
#DA0FEC (or 0xDA0FEC) is known color: Psychedelic Purple. HEX triplet: DA, 0F and EC. RGB value is (218,15,236). Sum of RGB (Red+Green+Blue) = 218+15+236=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA0FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0FEC is #25F013. Grayscale: #646464. Windows color (decimal): -2486292 or 15470554. OLE color: 15470554.
HSL color Cylindrical-coordinate representation of color #DA0FEC: hue angle of 295.11º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0FEC is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 15 | 236 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.07 |
| HSL | 295.11º | 0.88% | 0.49% | - |
| HSV(B) | 295.11º | 0.94% | 0.93% | - |
| XYZ | 44.22 | 21.3 | 81.14 | - |
| YUV | 100.89 | 204.25 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 236 | 0.08 | 0.94 | 0 | 0.07 | 295.11 | 0.88 | 0.49 |
| Hex | DA | F | EC | 8 | 5E | 0 | 7 | 127 | 58 | 31 |
| Octal | 332 | 17 | 354 | 10 | 136 | 0 | 7 | 447 | 130 | 61 |
| Binary | 11011010 | 1111 | 11101100 | 1000 | 1011110 | 0 | 111 | 100100111 | 1011000 | 110001 |
Color Harmonies of #DA0FEC
Complementary color
Monochromatic Colors of #DA0FEC
Black with #DA0FEC
Text Example
Text Example
White with #DA0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FEC; }
p { color: rgb(218,15,236); }
H1.HeaderClassName
{
color: #DA0FEC;
}
.AnyTagClassName
{
color: #DA0FEC;
}
</style>
background-color css
<style>
a { background-color: #DA0FEC; }
a { background-color: rgb(218,15,236); }
div.DivClassName
{
background-color: #DA0FEC;
}
.BgClassName
{
background-color: #DA0FEC;
}
</style>
border-color css
<style>
span { border-color: #DA0FEC; }
span { border-color: rgb(218,15,236); }
td.TdClassName
{
border-color: #DA0FEC;
}
.TagClassName
{
border-color: #DA0FEC;
}
</style>