Shades of Psychedelic Purple #DA10EA
Tints of Psychedelic Purple #DA10EA
RGB
CMYK
RGB Variations
Color information
#DA10EA (or 0xDA10EA) is known color: Psychedelic Purple. HEX triplet: DA, 10 and EA. RGB value is (218,16,234). Sum of RGB (Red+Green+Blue) = 218+16+234=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 16 (6.64% from 255 or 3.42% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA10EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA10EA is #25EF15. Grayscale: #646464. Windows color (decimal): -2486038 or 15339738. OLE color: 15339738.
HSL color Cylindrical-coordinate representation of color #DA10EA: hue angle of 295.6º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA10EA is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 16 | 234 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.08 |
| HSL | 295.6º | 0.87% | 0.49% | - |
| HSV(B) | 295.6º | 0.93% | 0.92% | - |
| XYZ | 43.95 | 21.22 | 79.62 | - |
| YUV | 101.25 | 202.92 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 234 | 0.07 | 0.93 | 0 | 0.08 | 295.6 | 0.87 | 0.49 |
| Hex | DA | 10 | EA | 7 | 5D | 0 | 8 | 128 | 57 | 31 |
| Octal | 332 | 20 | 352 | 7 | 135 | 0 | 10 | 450 | 127 | 61 |
| Binary | 11011010 | 10000 | 11101010 | 111 | 1011101 | 0 | 1000 | 100101000 | 1010111 | 110001 |
Color Harmonies of #DA10EA
Complementary color
Monochromatic Colors of #DA10EA
Black with #DA10EA
Text Example
Text Example
White with #DA10EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA10EA; }
p { color: rgb(218,16,234); }
H1.HeaderClassName
{
color: #DA10EA;
}
.AnyTagClassName
{
color: #DA10EA;
}
</style>
background-color css
<style>
a { background-color: #DA10EA; }
a { background-color: rgb(218,16,234); }
div.DivClassName
{
background-color: #DA10EA;
}
.BgClassName
{
background-color: #DA10EA;
}
</style>
border-color css
<style>
span { border-color: #DA10EA; }
span { border-color: rgb(218,16,234); }
td.TdClassName
{
border-color: #DA10EA;
}
.TagClassName
{
border-color: #DA10EA;
}
</style>