Shades of Psychedelic Purple #DA0BED
Tints of Psychedelic Purple #DA0BED
RGB
CMYK
RGB Variations
Color information
#DA0BED (or 0xDA0BED) is known color: Psychedelic Purple. HEX triplet: DA, 0B and ED. RGB value is (218,11,237). Sum of RGB (Red+Green+Blue) = 218+11+237=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 11 (4.69% from 255 or 2.36% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA0BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0BED is #25F412. Grayscale: #616161. Windows color (decimal): -2487315 or 15535066. OLE color: 15535066.
HSL color Cylindrical-coordinate representation of color #DA0BED: hue angle of 294.96º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0BED is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 11 | 237 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.07 |
| HSL | 294.96º | 0.91% | 0.49% | - |
| HSV(B) | 294.96º | 0.95% | 0.93% | - |
| XYZ | 44.32 | 21.26 | 81.89 | - |
| YUV | 98.66 | 206.08 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 237 | 0.08 | 0.95 | 0 | 0.07 | 294.96 | 0.91 | 0.49 |
| Hex | DA | B | ED | 8 | 5F | 0 | 7 | 127 | 5B | 31 |
| Octal | 332 | 13 | 355 | 10 | 137 | 0 | 7 | 447 | 133 | 61 |
| Binary | 11011010 | 1011 | 11101101 | 1000 | 1011111 | 0 | 111 | 100100111 | 1011011 | 110001 |
Color Harmonies of #DA0BED
Complementary color
Monochromatic Colors of #DA0BED
Black with #DA0BED
Text Example
Text Example
White with #DA0BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0BED; }
p { color: rgb(218,11,237); }
H1.HeaderClassName
{
color: #DA0BED;
}
.AnyTagClassName
{
color: #DA0BED;
}
</style>
background-color css
<style>
a { background-color: #DA0BED; }
a { background-color: rgb(218,11,237); }
div.DivClassName
{
background-color: #DA0BED;
}
.BgClassName
{
background-color: #DA0BED;
}
</style>
border-color css
<style>
span { border-color: #DA0BED; }
span { border-color: rgb(218,11,237); }
td.TdClassName
{
border-color: #DA0BED;
}
.TagClassName
{
border-color: #DA0BED;
}
</style>