Shades of Psychedelic Purple #DA0EEB
Tints of Psychedelic Purple #DA0EEB
RGB
CMYK
RGB Variations
Color information
#DA0EEB (or 0xDA0EEB) is known color: Psychedelic Purple. HEX triplet: DA, 0E and EB. RGB value is (218,14,235). Sum of RGB (Red+Green+Blue) = 218+14+235=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 14 (5.86% from 255 or 3.00% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA0EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0EEB is #25F114. Grayscale: #636363. Windows color (decimal): -2486549 or 15404762. OLE color: 15404762.
HSL color Cylindrical-coordinate representation of color #DA0EEB: hue angle of 295.38º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0EEB is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 14 | 235 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.08 |
| HSL | 295.38º | 0.89% | 0.49% | - |
| HSV(B) | 295.38º | 0.94% | 0.92% | - |
| XYZ | 44.07 | 21.22 | 80.37 | - |
| YUV | 100.19 | 204.09 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 235 | 0.07 | 0.94 | 0 | 0.08 | 295.38 | 0.89 | 0.49 |
| Hex | DA | E | EB | 7 | 5E | 0 | 8 | 127 | 59 | 31 |
| Octal | 332 | 16 | 353 | 7 | 136 | 0 | 10 | 447 | 131 | 61 |
| Binary | 11011010 | 1110 | 11101011 | 111 | 1011110 | 0 | 1000 | 100100111 | 1011001 | 110001 |
Color Harmonies of #DA0EEB
Complementary color
Monochromatic Colors of #DA0EEB
Black with #DA0EEB
Text Example
Text Example
White with #DA0EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0EEB; }
p { color: rgb(218,14,235); }
H1.HeaderClassName
{
color: #DA0EEB;
}
.AnyTagClassName
{
color: #DA0EEB;
}
</style>
background-color css
<style>
a { background-color: #DA0EEB; }
a { background-color: rgb(218,14,235); }
div.DivClassName
{
background-color: #DA0EEB;
}
.BgClassName
{
background-color: #DA0EEB;
}
</style>
border-color css
<style>
span { border-color: #DA0EEB; }
span { border-color: rgb(218,14,235); }
td.TdClassName
{
border-color: #DA0EEB;
}
.TagClassName
{
border-color: #DA0EEB;
}
</style>