Shades of Psychedelic Purple #DA2DF1
Tints of Psychedelic Purple #DA2DF1
RGB
CMYK
RGB Variations
Color information
#DA2DF1 (or 0xDA2DF1) is known color: Psychedelic Purple. HEX triplet: DA, 2D and F1. RGB value is (218,45,241). Sum of RGB (Red+Green+Blue) = 218+45+241=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 45 (17.97% from 255 or 8.93% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA2DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2DF1 is #25D20E. Grayscale: #767676. Windows color (decimal): -2478607 or 15805914. OLE color: 15805914.
HSL color Cylindrical-coordinate representation of color #DA2DF1: hue angle of 292.96º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2DF1 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 45 | 241 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.05 |
| HSL | 292.96º | 0.88% | 0.56% | - |
| HSV(B) | 292.96º | 0.81% | 0.95% | - |
| XYZ | 45.73 | 23.13 | 85.27 | - |
| YUV | 119.07 | 196.81 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 241 | 0.10 | 0.81 | 0 | 0.05 | 292.96 | 0.88 | 0.56 |
| Hex | DA | 2D | F1 | A | 51 | 0 | 5 | 125 | 58 | 38 |
| Octal | 332 | 55 | 361 | 12 | 121 | 0 | 5 | 445 | 130 | 70 |
| Binary | 11011010 | 101101 | 11110001 | 1010 | 1010001 | 0 | 101 | 100100101 | 1011000 | 111000 |
Color Harmonies of #DA2DF1
Complementary color
Monochromatic Colors of #DA2DF1
Black with #DA2DF1
Text Example
Text Example
White with #DA2DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2DF1; }
p { color: rgb(218,45,241); }
H1.HeaderClassName
{
color: #DA2DF1;
}
.AnyTagClassName
{
color: #DA2DF1;
}
</style>
background-color css
<style>
a { background-color: #DA2DF1; }
a { background-color: rgb(218,45,241); }
div.DivClassName
{
background-color: #DA2DF1;
}
.BgClassName
{
background-color: #DA2DF1;
}
</style>
border-color css
<style>
span { border-color: #DA2DF1; }
span { border-color: rgb(218,45,241); }
td.TdClassName
{
border-color: #DA2DF1;
}
.TagClassName
{
border-color: #DA2DF1;
}
</style>