Shades of Psychedelic Purple #DA1BEE
Tints of Psychedelic Purple #DA1BEE
RGB
CMYK
RGB Variations
Color information
#DA1BEE (or 0xDA1BEE) is known color: Psychedelic Purple. HEX triplet: DA, 1B and EE. RGB value is (218,27,238). Sum of RGB (Red+Green+Blue) = 218+27+238=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 27 (10.94% from 255 or 5.59% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA1BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1BEE is #25E411. Grayscale: #6B6B6B. Windows color (decimal): -2483218 or 15604698. OLE color: 15604698.
HSL color Cylindrical-coordinate representation of color #DA1BEE: hue angle of 294.31º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1BEE is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 27 | 238 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.07 |
| HSL | 294.31º | 0.86% | 0.52% | - |
| HSV(B) | 294.31º | 0.89% | 0.93% | - |
| XYZ | 44.74 | 21.86 | 82.75 | - |
| YUV | 108.16 | 201.28 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 238 | 0.08 | 0.89 | 0 | 0.07 | 294.31 | 0.86 | 0.52 |
| Hex | DA | 1B | EE | 8 | 59 | 0 | 7 | 126 | 56 | 34 |
| Octal | 332 | 33 | 356 | 10 | 131 | 0 | 7 | 446 | 126 | 64 |
| Binary | 11011010 | 11011 | 11101110 | 1000 | 1011001 | 0 | 111 | 100100110 | 1010110 | 110100 |
Color Harmonies of #DA1BEE
Complementary color
Monochromatic Colors of #DA1BEE
Black with #DA1BEE
Text Example
Text Example
White with #DA1BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1BEE; }
p { color: rgb(218,27,238); }
H1.HeaderClassName
{
color: #DA1BEE;
}
.AnyTagClassName
{
color: #DA1BEE;
}
</style>
background-color css
<style>
a { background-color: #DA1BEE; }
a { background-color: rgb(218,27,238); }
div.DivClassName
{
background-color: #DA1BEE;
}
.BgClassName
{
background-color: #DA1BEE;
}
</style>
border-color css
<style>
span { border-color: #DA1BEE; }
span { border-color: rgb(218,27,238); }
td.TdClassName
{
border-color: #DA1BEE;
}
.TagClassName
{
border-color: #DA1BEE;
}
</style>