Shades of Psychedelic Purple #DA2CF1
Tints of Psychedelic Purple #DA2CF1
RGB
CMYK
RGB Variations
Color information
#DA2CF1 (or 0xDA2CF1) is known color: Psychedelic Purple. HEX triplet: DA, 2C and F1. RGB value is (218,44,241). Sum of RGB (Red+Green+Blue) = 218+44+241=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 44 (17.58% from 255 or 8.75% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA2CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2CF1 is #25D30E. Grayscale: #757575. Windows color (decimal): -2478863 or 15805658. OLE color: 15805658.
HSL color Cylindrical-coordinate representation of color #DA2CF1: hue angle of 292.99º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2CF1 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 44 | 241 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.05 |
| HSL | 292.99º | 0.88% | 0.56% | - |
| HSV(B) | 292.99º | 0.82% | 0.95% | - |
| XYZ | 45.69 | 23.06 | 85.26 | - |
| YUV | 118.48 | 197.15 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 44 | 241 | 0.10 | 0.82 | 0 | 0.05 | 292.99 | 0.88 | 0.56 |
| Hex | DA | 2C | F1 | A | 52 | 0 | 5 | 125 | 58 | 38 |
| Octal | 332 | 54 | 361 | 12 | 122 | 0 | 5 | 445 | 130 | 70 |
| Binary | 11011010 | 101100 | 11110001 | 1010 | 1010010 | 0 | 101 | 100100101 | 1011000 | 111000 |
Color Harmonies of #DA2CF1
Complementary color
Monochromatic Colors of #DA2CF1
Black with #DA2CF1
Text Example
Text Example
White with #DA2CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2CF1; }
p { color: rgb(218,44,241); }
H1.HeaderClassName
{
color: #DA2CF1;
}
.AnyTagClassName
{
color: #DA2CF1;
}
</style>
background-color css
<style>
a { background-color: #DA2CF1; }
a { background-color: rgb(218,44,241); }
div.DivClassName
{
background-color: #DA2CF1;
}
.BgClassName
{
background-color: #DA2CF1;
}
</style>
border-color css
<style>
span { border-color: #DA2CF1; }
span { border-color: rgb(218,44,241); }
td.TdClassName
{
border-color: #DA2CF1;
}
.TagClassName
{
border-color: #DA2CF1;
}
</style>