Shades of Psychedelic Purple #DA0EE7
Tints of Psychedelic Purple #DA0EE7
RGB
CMYK
RGB Variations
Color information
#DA0EE7 (or 0xDA0EE7) is known color: Psychedelic Purple. HEX triplet: DA, 0E and E7. RGB value is (218,14,231). Sum of RGB (Red+Green+Blue) = 218+14+231=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 14 (5.86% from 255 or 3.02% from 463); Blue value is 231 (90.62% from 255 or 49.89% from 463); Max value from RGB is 231 - color contains mainly: blue. Hex color #DA0EE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0EE7 is #25F118. Grayscale: #636363. Windows color (decimal): -2486553 or 15142618. OLE color: 15142618.
HSL color Cylindrical-coordinate representation of color #DA0EE7: hue angle of 296.41º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0EE7 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 14 | 231 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.09 |
| HSL | 296.41º | 0.89% | 0.48% | - |
| HSV(B) | 296.41º | 0.94% | 0.91% | - |
| XYZ | 43.49 | 20.99 | 77.36 | - |
| YUV | 99.73 | 202.09 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 231 | 0.06 | 0.94 | 0 | 0.09 | 296.41 | 0.89 | 0.48 |
| Hex | DA | E | E7 | 6 | 5E | 0 | 9 | 128 | 59 | 30 |
| Octal | 332 | 16 | 347 | 6 | 136 | 0 | 11 | 450 | 131 | 60 |
| Binary | 11011010 | 1110 | 11100111 | 110 | 1011110 | 0 | 1001 | 100101000 | 1011001 | 110000 |
Color Harmonies of #DA0EE7
Complementary color
Monochromatic Colors of #DA0EE7
Black with #DA0EE7
Text Example
Text Example
White with #DA0EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0EE7; }
p { color: rgb(218,14,231); }
H1.HeaderClassName
{
color: #DA0EE7;
}
.AnyTagClassName
{
color: #DA0EE7;
}
</style>
background-color css
<style>
a { background-color: #DA0EE7; }
a { background-color: rgb(218,14,231); }
div.DivClassName
{
background-color: #DA0EE7;
}
.BgClassName
{
background-color: #DA0EE7;
}
</style>
border-color css
<style>
span { border-color: #DA0EE7; }
span { border-color: rgb(218,14,231); }
td.TdClassName
{
border-color: #DA0EE7;
}
.TagClassName
{
border-color: #DA0EE7;
}
</style>