Shades of Psychedelic Purple #DA0BEE
Tints of Psychedelic Purple #DA0BEE
RGB
CMYK
RGB Variations
Color information
#DA0BEE (or 0xDA0BEE) is known color: Psychedelic Purple. HEX triplet: DA, 0B and EE. RGB value is (218,11,238). Sum of RGB (Red+Green+Blue) = 218+11+238=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 11 (4.69% from 255 or 2.36% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA0BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0BEE is #25F411. Grayscale: #626262. Windows color (decimal): -2487314 or 15600602. OLE color: 15600602.
HSL color Cylindrical-coordinate representation of color #DA0BEE: hue angle of 294.71º 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 #DA0BEE is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 11 | 238 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.07 |
| HSL | 294.71º | 0.91% | 0.49% | - |
| HSV(B) | 294.71º | 0.95% | 0.93% | - |
| XYZ | 44.47 | 21.32 | 82.66 | - |
| YUV | 98.77 | 206.58 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 238 | 0.08 | 0.95 | 0 | 0.07 | 294.71 | 0.91 | 0.49 |
| Hex | DA | B | EE | 8 | 5F | 0 | 7 | 127 | 5B | 31 |
| Octal | 332 | 13 | 356 | 10 | 137 | 0 | 7 | 447 | 133 | 61 |
| Binary | 11011010 | 1011 | 11101110 | 1000 | 1011111 | 0 | 111 | 100100111 | 1011011 | 110001 |
Color Harmonies of #DA0BEE
Complementary color
Monochromatic Colors of #DA0BEE
Black with #DA0BEE
Text Example
Text Example
White with #DA0BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0BEE; }
p { color: rgb(218,11,238); }
H1.HeaderClassName
{
color: #DA0BEE;
}
.AnyTagClassName
{
color: #DA0BEE;
}
</style>
background-color css
<style>
a { background-color: #DA0BEE; }
a { background-color: rgb(218,11,238); }
div.DivClassName
{
background-color: #DA0BEE;
}
.BgClassName
{
background-color: #DA0BEE;
}
</style>
border-color css
<style>
span { border-color: #DA0BEE; }
span { border-color: rgb(218,11,238); }
td.TdClassName
{
border-color: #DA0BEE;
}
.TagClassName
{
border-color: #DA0BEE;
}
</style>