Shades of Psychedelic Purple #DA2FFF
Tints of Psychedelic Purple #DA2FFF
RGB
CMYK
RGB Variations
Color information
#DA2FFF (or 0xDA2FFF) is known color: Psychedelic Purple. HEX triplet: DA, 2F and FF. RGB value is (218,47,255). Sum of RGB (Red+Green+Blue) = 218+47+255=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 47 (18.75% from 255 or 9.04% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA2FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2FFF is #25D000. Grayscale: #797979. Windows color (decimal): -2478081 or 16723930. OLE color: 16723930.
HSL color Cylindrical-coordinate representation of color #DA2FFF: hue angle of 289.33º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2FFF is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 47 | 255 | - |
| CMYK | 0.15 | 0.82 | 0 | 0 |
| HSL | 289.33º | 1% | 0.59% | - |
| HSV(B) | 289.33º | 0.82% | 1% | - |
| XYZ | 47.98 | 24.16 | 96.74 | - |
| YUV | 121.84 | 203.15 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 255 | 0.15 | 0.82 | 0 | 0 | 289.33 | 1 | 0.59 |
| Hex | DA | 2F | FF | F | 52 | 0 | 0 | 121 | 64 | 3B |
| Octal | 332 | 57 | 377 | 17 | 122 | 0 | 0 | 441 | 144 | 73 |
| Binary | 11011010 | 101111 | 11111111 | 1111 | 1010010 | 0 | 0 | 100100001 | 1100100 | 111011 |
Color Harmonies of #DA2FFF
Complementary color
Monochromatic Colors of #DA2FFF
Black with #DA2FFF
Text Example
Text Example
White with #DA2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2FFF; }
p { color: rgb(218,47,255); }
H1.HeaderClassName
{
color: #DA2FFF;
}
.AnyTagClassName
{
color: #DA2FFF;
}
</style>
background-color css
<style>
a { background-color: #DA2FFF; }
a { background-color: rgb(218,47,255); }
div.DivClassName
{
background-color: #DA2FFF;
}
.BgClassName
{
background-color: #DA2FFF;
}
</style>
border-color css
<style>
span { border-color: #DA2FFF; }
span { border-color: rgb(218,47,255); }
td.TdClassName
{
border-color: #DA2FFF;
}
.TagClassName
{
border-color: #DA2FFF;
}
</style>