Shades of Psychedelic Purple #DA03FF
Tints of Psychedelic Purple #DA03FF
RGB
CMYK
RGB Variations
Color information
#DA03FF (or 0xDA03FF) is known color: Psychedelic Purple. HEX triplet: DA, 03 and FF. RGB value is (218,3,255). Sum of RGB (Red+Green+Blue) = 218+3+255=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 3 (1.56% from 255 or 0.63% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA03FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA03FF is #25FC00. Grayscale: #5F5F5F. Windows color (decimal): -2489345 or 16712666. OLE color: 16712666.
HSL color Cylindrical-coordinate representation of color #DA03FF: hue angle of 291.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA03FF is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 3 | 255 | - |
| CMYK | 0.15 | 0.99 | 0 | 0 |
| HSL | 291.19º | 1% | 0.51% | - |
| HSV(B) | 291.19º | 0.99% | 1% | - |
| XYZ | 47 | 22.19 | 96.41 | - |
| YUV | 96.01 | 217.73 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 255 | 0.15 | 0.99 | 0 | 0 | 291.19 | 1 | 0.51 |
| Hex | DA | 3 | FF | F | 63 | 0 | 0 | 123 | 64 | 33 |
| Octal | 332 | 3 | 377 | 17 | 143 | 0 | 0 | 443 | 144 | 63 |
| Binary | 11011010 | 11 | 11111111 | 1111 | 1100011 | 0 | 0 | 100100011 | 1100100 | 110011 |
Color Harmonies of #DA03FF
Complementary color
Monochromatic Colors of #DA03FF
Black with #DA03FF
Text Example
Text Example
White with #DA03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA03FF; }
p { color: rgb(218,3,255); }
H1.HeaderClassName
{
color: #DA03FF;
}
.AnyTagClassName
{
color: #DA03FF;
}
</style>
background-color css
<style>
a { background-color: #DA03FF; }
a { background-color: rgb(218,3,255); }
div.DivClassName
{
background-color: #DA03FF;
}
.BgClassName
{
background-color: #DA03FF;
}
</style>
border-color css
<style>
span { border-color: #DA03FF; }
span { border-color: rgb(218,3,255); }
td.TdClassName
{
border-color: #DA03FF;
}
.TagClassName
{
border-color: #DA03FF;
}
</style>