Shades of Psychedelic Purple #DA03EE
Tints of Psychedelic Purple #DA03EE
RGB
CMYK
RGB Variations
Color information
#DA03EE (or 0xDA03EE) is known color: Psychedelic Purple. HEX triplet: DA, 03 and EE. RGB value is (218,3,238). Sum of RGB (Red+Green+Blue) = 218+3+238=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 3 (1.56% from 255 or 0.65% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA03EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA03EE is #25FC11. Grayscale: #5D5D5D. Windows color (decimal): -2489362 or 15598554. OLE color: 15598554.
HSL color Cylindrical-coordinate representation of color #DA03EE: hue angle of 294.89º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA03EE is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 3 | 238 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.07 |
| HSL | 294.89º | 0.98% | 0.47% | - |
| HSV(B) | 294.89º | 0.99% | 0.93% | - |
| XYZ | 44.38 | 21.14 | 82.63 | - |
| YUV | 94.08 | 209.23 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 238 | 0.08 | 0.99 | 0 | 0.07 | 294.89 | 0.98 | 0.47 |
| Hex | DA | 3 | EE | 8 | 63 | 0 | 7 | 127 | 62 | 2F |
| Octal | 332 | 3 | 356 | 10 | 143 | 0 | 7 | 447 | 142 | 57 |
| Binary | 11011010 | 11 | 11101110 | 1000 | 1100011 | 0 | 111 | 100100111 | 1100010 | 101111 |
Color Harmonies of #DA03EE
Complementary color
Monochromatic Colors of #DA03EE
Black with #DA03EE
Text Example
Text Example
White with #DA03EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA03EE; }
p { color: rgb(218,3,238); }
H1.HeaderClassName
{
color: #DA03EE;
}
.AnyTagClassName
{
color: #DA03EE;
}
</style>
background-color css
<style>
a { background-color: #DA03EE; }
a { background-color: rgb(218,3,238); }
div.DivClassName
{
background-color: #DA03EE;
}
.BgClassName
{
background-color: #DA03EE;
}
</style>
border-color css
<style>
span { border-color: #DA03EE; }
span { border-color: rgb(218,3,238); }
td.TdClassName
{
border-color: #DA03EE;
}
.TagClassName
{
border-color: #DA03EE;
}
</style>