Shades of Psychedelic Purple #DA28EF
Tints of Psychedelic Purple #DA28EF
RGB
CMYK
RGB Variations
Color information
#DA28EF (or 0xDA28EF) is known color: Psychedelic Purple. HEX triplet: DA, 28 and EF. RGB value is (218,40,239). Sum of RGB (Red+Green+Blue) = 218+40+239=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 40 (16.02% from 255 or 8.05% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA28EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA28EF is #25D710. Grayscale: #737373. Windows color (decimal): -2479889 or 15673562. OLE color: 15673562.
HSL color Cylindrical-coordinate representation of color #DA28EF: hue angle of 293.67º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA28EF is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 40 | 239 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.06 |
| HSL | 293.67º | 0.86% | 0.55% | - |
| HSV(B) | 293.67º | 0.83% | 0.94% | - |
| XYZ | 45.25 | 22.66 | 83.65 | - |
| YUV | 115.91 | 197.47 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 239 | 0.09 | 0.83 | 0 | 0.06 | 293.67 | 0.86 | 0.55 |
| Hex | DA | 28 | EF | 9 | 53 | 0 | 6 | 126 | 56 | 37 |
| Octal | 332 | 50 | 357 | 11 | 123 | 0 | 6 | 446 | 126 | 67 |
| Binary | 11011010 | 101000 | 11101111 | 1001 | 1010011 | 0 | 110 | 100100110 | 1010110 | 110111 |
Color Harmonies of #DA28EF
Complementary color
Monochromatic Colors of #DA28EF
Black with #DA28EF
Text Example
Text Example
White with #DA28EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA28EF; }
p { color: rgb(218,40,239); }
H1.HeaderClassName
{
color: #DA28EF;
}
.AnyTagClassName
{
color: #DA28EF;
}
</style>
background-color css
<style>
a { background-color: #DA28EF; }
a { background-color: rgb(218,40,239); }
div.DivClassName
{
background-color: #DA28EF;
}
.BgClassName
{
background-color: #DA28EF;
}
</style>
border-color css
<style>
span { border-color: #DA28EF; }
span { border-color: rgb(218,40,239); }
td.TdClassName
{
border-color: #DA28EF;
}
.TagClassName
{
border-color: #DA28EF;
}
</style>