Shades of Psychedelic Purple #DA2FEF
Tints of Psychedelic Purple #DA2FEF
RGB
CMYK
RGB Variations
Color information
#DA2FEF (or 0xDA2FEF) is known color: Psychedelic Purple. HEX triplet: DA, 2F and EF. RGB value is (218,47,239). Sum of RGB (Red+Green+Blue) = 218+47+239=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 47 (18.75% from 255 or 9.33% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA2FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2FEF is #25D010. Grayscale: #777777. Windows color (decimal): -2478097 or 15675354. OLE color: 15675354.
HSL color Cylindrical-coordinate representation of color #DA2FEF: hue angle of 293.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2FEF is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 47 | 239 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.06 |
| HSL | 293.44º | 0.86% | 0.56% | - |
| HSV(B) | 293.44º | 0.8% | 0.94% | - |
| XYZ | 45.51 | 23.17 | 83.74 | - |
| YUV | 120.02 | 195.15 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 239 | 0.09 | 0.80 | 0 | 0.06 | 293.44 | 0.86 | 0.56 |
| Hex | DA | 2F | EF | 9 | 50 | 0 | 6 | 125 | 56 | 38 |
| Octal | 332 | 57 | 357 | 11 | 120 | 0 | 6 | 445 | 126 | 70 |
| Binary | 11011010 | 101111 | 11101111 | 1001 | 1010000 | 0 | 110 | 100100101 | 1010110 | 111000 |
Color Harmonies of #DA2FEF
Complementary color
Monochromatic Colors of #DA2FEF
Black with #DA2FEF
Text Example
Text Example
White with #DA2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2FEF; }
p { color: rgb(218,47,239); }
H1.HeaderClassName
{
color: #DA2FEF;
}
.AnyTagClassName
{
color: #DA2FEF;
}
</style>
background-color css
<style>
a { background-color: #DA2FEF; }
a { background-color: rgb(218,47,239); }
div.DivClassName
{
background-color: #DA2FEF;
}
.BgClassName
{
background-color: #DA2FEF;
}
</style>
border-color css
<style>
span { border-color: #DA2FEF; }
span { border-color: rgb(218,47,239); }
td.TdClassName
{
border-color: #DA2FEF;
}
.TagClassName
{
border-color: #DA2FEF;
}
</style>