Shades of Psychedelic Purple #DA27ED
Tints of Psychedelic Purple #DA27ED
RGB
CMYK
RGB Variations
Color information
#DA27ED (or 0xDA27ED) is known color: Psychedelic Purple. HEX triplet: DA, 27 and ED. RGB value is (218,39,237). Sum of RGB (Red+Green+Blue) = 218+39+237=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 39 (15.62% from 255 or 7.89% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA27ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA27ED is #25D812. Grayscale: #727272. Windows color (decimal): -2480147 or 15542234. OLE color: 15542234.
HSL color Cylindrical-coordinate representation of color #DA27ED: hue angle of 294.24º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA27ED is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 39 | 237 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.07 |
| HSL | 294.24º | 0.85% | 0.54% | - |
| HSV(B) | 294.24º | 0.84% | 0.93% | - |
| XYZ | 44.93 | 22.47 | 82.09 | - |
| YUV | 115.09 | 196.8 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 237 | 0.08 | 0.84 | 0 | 0.07 | 294.24 | 0.85 | 0.54 |
| Hex | DA | 27 | ED | 8 | 54 | 0 | 7 | 126 | 55 | 36 |
| Octal | 332 | 47 | 355 | 10 | 124 | 0 | 7 | 446 | 125 | 66 |
| Binary | 11011010 | 100111 | 11101101 | 1000 | 1010100 | 0 | 111 | 100100110 | 1010101 | 110110 |
Color Harmonies of #DA27ED
Complementary color
Monochromatic Colors of #DA27ED
Black with #DA27ED
Text Example
Text Example
White with #DA27ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA27ED; }
p { color: rgb(218,39,237); }
H1.HeaderClassName
{
color: #DA27ED;
}
.AnyTagClassName
{
color: #DA27ED;
}
</style>
background-color css
<style>
a { background-color: #DA27ED; }
a { background-color: rgb(218,39,237); }
div.DivClassName
{
background-color: #DA27ED;
}
.BgClassName
{
background-color: #DA27ED;
}
</style>
border-color css
<style>
span { border-color: #DA27ED; }
span { border-color: rgb(218,39,237); }
td.TdClassName
{
border-color: #DA27ED;
}
.TagClassName
{
border-color: #DA27ED;
}
</style>