Shades of Psychedelic Purple #DA03EF
Tints of Psychedelic Purple #DA03EF
RGB
CMYK
RGB Variations
Color information
#DA03EF (or 0xDA03EF) is known color: Psychedelic Purple. HEX triplet: DA, 03 and EF. RGB value is (218,3,239). Sum of RGB (Red+Green+Blue) = 218+3+239=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 3 (1.56% from 255 or 0.65% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA03EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA03EF is #25FC10. Grayscale: #5D5D5D. Windows color (decimal): -2489361 or 15664090. OLE color: 15664090.
HSL color Cylindrical-coordinate representation of color #DA03EF: hue angle of 294.66º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA03EF is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 3 | 239 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.06 |
| HSL | 294.66º | 0.98% | 0.47% | - |
| HSV(B) | 294.66º | 0.99% | 0.94% | - |
| XYZ | 44.53 | 21.2 | 83.41 | - |
| YUV | 94.19 | 209.73 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 239 | 0.09 | 0.99 | 0 | 0.06 | 294.66 | 0.98 | 0.47 |
| Hex | DA | 3 | EF | 9 | 63 | 0 | 6 | 127 | 62 | 2F |
| Octal | 332 | 3 | 357 | 11 | 143 | 0 | 6 | 447 | 142 | 57 |
| Binary | 11011010 | 11 | 11101111 | 1001 | 1100011 | 0 | 110 | 100100111 | 1100010 | 101111 |
Color Harmonies of #DA03EF
Complementary color
Monochromatic Colors of #DA03EF
Black with #DA03EF
Text Example
Text Example
White with #DA03EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA03EF; }
p { color: rgb(218,3,239); }
H1.HeaderClassName
{
color: #DA03EF;
}
.AnyTagClassName
{
color: #DA03EF;
}
</style>
background-color css
<style>
a { background-color: #DA03EF; }
a { background-color: rgb(218,3,239); }
div.DivClassName
{
background-color: #DA03EF;
}
.BgClassName
{
background-color: #DA03EF;
}
</style>
border-color css
<style>
span { border-color: #DA03EF; }
span { border-color: rgb(218,3,239); }
td.TdClassName
{
border-color: #DA03EF;
}
.TagClassName
{
border-color: #DA03EF;
}
</style>