Shades of Psychedelic Purple #DA03E6
Tints of Psychedelic Purple #DA03E6
RGB
CMYK
RGB Variations
Color information
#DA03E6 (or 0xDA03E6) is known color: Psychedelic Purple. HEX triplet: DA, 03 and E6. RGB value is (218,3,230). Sum of RGB (Red+Green+Blue) = 218+3+230=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 3 (1.56% from 255 or 0.67% from 451); Blue value is 230 (90.23% from 255 or 51.00% from 451); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA03E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA03E6 is #25FC19. Grayscale: #5C5C5C. Windows color (decimal): -2489370 or 15074266. OLE color: 15074266.
HSL color Cylindrical-coordinate representation of color #DA03E6: hue angle of 296.83º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA03E6 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 3 | 230 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.10 |
| HSL | 296.83º | 0.97% | 0.46% | - |
| HSV(B) | 296.83º | 0.99% | 0.9% | - |
| XYZ | 43.23 | 20.68 | 76.58 | - |
| YUV | 93.16 | 205.23 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 230 | 0.05 | 0.99 | 0 | 0.10 | 296.83 | 0.97 | 0.46 |
| Hex | DA | 3 | E6 | 5 | 63 | 0 | A | 129 | 61 | 2E |
| Octal | 332 | 3 | 346 | 5 | 143 | 0 | 12 | 451 | 141 | 56 |
| Binary | 11011010 | 11 | 11100110 | 101 | 1100011 | 0 | 1010 | 100101001 | 1100001 | 101110 |
Color Harmonies of #DA03E6
Complementary color
Monochromatic Colors of #DA03E6
Black with #DA03E6
Text Example
Text Example
White with #DA03E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA03E6; }
p { color: rgb(218,3,230); }
H1.HeaderClassName
{
color: #DA03E6;
}
.AnyTagClassName
{
color: #DA03E6;
}
</style>
background-color css
<style>
a { background-color: #DA03E6; }
a { background-color: rgb(218,3,230); }
div.DivClassName
{
background-color: #DA03E6;
}
.BgClassName
{
background-color: #DA03E6;
}
</style>
border-color css
<style>
span { border-color: #DA03E6; }
span { border-color: rgb(218,3,230); }
td.TdClassName
{
border-color: #DA03E6;
}
.TagClassName
{
border-color: #DA03E6;
}
</style>