Shades of Psychedelic Purple #DA07EE
Tints of Psychedelic Purple #DA07EE
RGB
CMYK
RGB Variations
Color information
#DA07EE (or 0xDA07EE) is known color: Psychedelic Purple. HEX triplet: DA, 07 and EE. RGB value is (218,7,238). Sum of RGB (Red+Green+Blue) = 218+7+238=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 7 (3.12% from 255 or 1.51% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA07EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA07EE is #25F811. Grayscale: #5F5F5F. Windows color (decimal): -2488338 or 15599578. OLE color: 15599578.
HSL color Cylindrical-coordinate representation of color #DA07EE: hue angle of 294.81º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA07EE is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 7 | 238 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.07 |
| HSL | 294.81º | 0.94% | 0.48% | - |
| HSV(B) | 294.81º | 0.97% | 0.93% | - |
| XYZ | 44.42 | 21.23 | 82.65 | - |
| YUV | 96.42 | 207.9 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 238 | 0.08 | 0.97 | 0 | 0.07 | 294.81 | 0.94 | 0.48 |
| Hex | DA | 7 | EE | 8 | 61 | 0 | 7 | 127 | 5E | 30 |
| Octal | 332 | 7 | 356 | 10 | 141 | 0 | 7 | 447 | 136 | 60 |
| Binary | 11011010 | 111 | 11101110 | 1000 | 1100001 | 0 | 111 | 100100111 | 1011110 | 110000 |
Color Harmonies of #DA07EE
Complementary color
Monochromatic Colors of #DA07EE
Black with #DA07EE
Text Example
Text Example
White with #DA07EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA07EE; }
p { color: rgb(218,7,238); }
H1.HeaderClassName
{
color: #DA07EE;
}
.AnyTagClassName
{
color: #DA07EE;
}
</style>
background-color css
<style>
a { background-color: #DA07EE; }
a { background-color: rgb(218,7,238); }
div.DivClassName
{
background-color: #DA07EE;
}
.BgClassName
{
background-color: #DA07EE;
}
</style>
border-color css
<style>
span { border-color: #DA07EE; }
span { border-color: rgb(218,7,238); }
td.TdClassName
{
border-color: #DA07EE;
}
.TagClassName
{
border-color: #DA07EE;
}
</style>