Shades of Psychedelic Purple #DA10E6
Tints of Psychedelic Purple #DA10E6
RGB
CMYK
RGB Variations
Color information
#DA10E6 (or 0xDA10E6) is known color: Psychedelic Purple. HEX triplet: DA, 10 and E6. RGB value is (218,16,230). Sum of RGB (Red+Green+Blue) = 218+16+230=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 16 (6.64% from 255 or 3.45% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA10E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA10E6 is #25EF19. Grayscale: #646464. Windows color (decimal): -2486042 or 15077594. OLE color: 15077594.
HSL color Cylindrical-coordinate representation of color #DA10E6: hue angle of 296.64º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA10E6 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 16 | 230 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.10 |
| HSL | 296.64º | 0.87% | 0.48% | - |
| HSV(B) | 296.64º | 0.93% | 0.9% | - |
| XYZ | 43.38 | 20.99 | 76.63 | - |
| YUV | 100.79 | 200.92 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 230 | 0.05 | 0.93 | 0 | 0.10 | 296.64 | 0.87 | 0.48 |
| Hex | DA | 10 | E6 | 5 | 5D | 0 | A | 129 | 57 | 30 |
| Octal | 332 | 20 | 346 | 5 | 135 | 0 | 12 | 451 | 127 | 60 |
| Binary | 11011010 | 10000 | 11100110 | 101 | 1011101 | 0 | 1010 | 100101001 | 1010111 | 110000 |
Color Harmonies of #DA10E6
Complementary color
Monochromatic Colors of #DA10E6
Black with #DA10E6
Text Example
Text Example
White with #DA10E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA10E6; }
p { color: rgb(218,16,230); }
H1.HeaderClassName
{
color: #DA10E6;
}
.AnyTagClassName
{
color: #DA10E6;
}
</style>
background-color css
<style>
a { background-color: #DA10E6; }
a { background-color: rgb(218,16,230); }
div.DivClassName
{
background-color: #DA10E6;
}
.BgClassName
{
background-color: #DA10E6;
}
</style>
border-color css
<style>
span { border-color: #DA10E6; }
span { border-color: rgb(218,16,230); }
td.TdClassName
{
border-color: #DA10E6;
}
.TagClassName
{
border-color: #DA10E6;
}
</style>