Shades of Psychedelic Purple #DA1EE6
Tints of Psychedelic Purple #DA1EE6
RGB
CMYK
RGB Variations
Color information
#DA1EE6 (or 0xDA1EE6) is known color: Psychedelic Purple. HEX triplet: DA, 1E and E6. RGB value is (218,30,230). Sum of RGB (Red+Green+Blue) = 218+30+230=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA1EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1EE6 is #25E119. Grayscale: #6C6C6C. Windows color (decimal): -2482458 or 15081178. OLE color: 15081178.
HSL color Cylindrical-coordinate representation of color #DA1EE6: hue angle of 296.4º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1EE6 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 30 | 230 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.10 |
| HSL | 296.4º | 0.8% | 0.51% | - |
| HSV(B) | 296.4º | 0.87% | 0.9% | - |
| XYZ | 43.66 | 21.55 | 76.72 | - |
| YUV | 109.01 | 196.28 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 30 | 230 | 0.05 | 0.87 | 0 | 0.10 | 296.4 | 0.8 | 0.51 |
| Hex | DA | 1E | E6 | 5 | 57 | 0 | A | 128 | 50 | 33 |
| Octal | 332 | 36 | 346 | 5 | 127 | 0 | 12 | 450 | 120 | 63 |
| Binary | 11011010 | 11110 | 11100110 | 101 | 1010111 | 0 | 1010 | 100101000 | 1010000 | 110011 |
Color Harmonies of #DA1EE6
Complementary color
Monochromatic Colors of #DA1EE6
Black with #DA1EE6
Text Example
Text Example
White with #DA1EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1EE6; }
p { color: rgb(218,30,230); }
H1.HeaderClassName
{
color: #DA1EE6;
}
.AnyTagClassName
{
color: #DA1EE6;
}
</style>
background-color css
<style>
a { background-color: #DA1EE6; }
a { background-color: rgb(218,30,230); }
div.DivClassName
{
background-color: #DA1EE6;
}
.BgClassName
{
background-color: #DA1EE6;
}
</style>
border-color css
<style>
span { border-color: #DA1EE6; }
span { border-color: rgb(218,30,230); }
td.TdClassName
{
border-color: #DA1EE6;
}
.TagClassName
{
border-color: #DA1EE6;
}
</style>