Shades of Psychedelic Purple #DA0BE5
Tints of Psychedelic Purple #DA0BE5
RGB
CMYK
RGB Variations
Color information
#DA0BE5 (or 0xDA0BE5) is known color: Psychedelic Purple. HEX triplet: DA, 0B and E5. RGB value is (218,11,229). Sum of RGB (Red+Green+Blue) = 218+11+229=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 11 (4.69% from 255 or 2.40% from 458); Blue value is 229 (89.84% from 255 or 50% from 458); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA0BE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0BE5 is #25F41A. Grayscale: #616161. Windows color (decimal): -2487323 or 15010778. OLE color: 15010778.
HSL color Cylindrical-coordinate representation of color #DA0BE5: hue angle of 296.97º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0BE5 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 11 | 229 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.10 |
| HSL | 296.97º | 0.91% | 0.47% | - |
| HSV(B) | 296.97º | 0.95% | 0.9% | - |
| XYZ | 43.18 | 20.8 | 75.87 | - |
| YUV | 97.75 | 202.08 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 229 | 0.05 | 0.95 | 0 | 0.10 | 296.97 | 0.91 | 0.47 |
| Hex | DA | B | E5 | 5 | 5F | 0 | A | 129 | 5B | 2F |
| Octal | 332 | 13 | 345 | 5 | 137 | 0 | 12 | 451 | 133 | 57 |
| Binary | 11011010 | 1011 | 11100101 | 101 | 1011111 | 0 | 1010 | 100101001 | 1011011 | 101111 |
Color Harmonies of #DA0BE5
Complementary color
Monochromatic Colors of #DA0BE5
Black with #DA0BE5
Text Example
Text Example
White with #DA0BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0BE5; }
p { color: rgb(218,11,229); }
H1.HeaderClassName
{
color: #DA0BE5;
}
.AnyTagClassName
{
color: #DA0BE5;
}
</style>
background-color css
<style>
a { background-color: #DA0BE5; }
a { background-color: rgb(218,11,229); }
div.DivClassName
{
background-color: #DA0BE5;
}
.BgClassName
{
background-color: #DA0BE5;
}
</style>
border-color css
<style>
span { border-color: #DA0BE5; }
span { border-color: rgb(218,11,229); }
td.TdClassName
{
border-color: #DA0BE5;
}
.TagClassName
{
border-color: #DA0BE5;
}
</style>