Shades of Psychedelic Purple #DA20F1
Tints of Psychedelic Purple #DA20F1
RGB
CMYK
RGB Variations
Color information
#DA20F1 (or 0xDA20F1) is known color: Psychedelic Purple. HEX triplet: DA, 20 and F1. RGB value is (218,32,241). Sum of RGB (Red+Green+Blue) = 218+32+241=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 32 (12.89% from 255 or 6.52% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA20F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA20F1 is #25DF0E. Grayscale: #6E6E6E. Windows color (decimal): -2481935 or 15802586. OLE color: 15802586.
HSL color Cylindrical-coordinate representation of color #DA20F1: hue angle of 293.4º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA20F1 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 32 | 241 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.05 |
| HSL | 293.4º | 0.88% | 0.54% | - |
| HSV(B) | 293.4º | 0.87% | 0.95% | - |
| XYZ | 45.31 | 22.29 | 85.13 | - |
| YUV | 111.44 | 201.12 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 241 | 0.10 | 0.87 | 0 | 0.05 | 293.4 | 0.88 | 0.54 |
| Hex | DA | 20 | F1 | A | 57 | 0 | 5 | 125 | 58 | 36 |
| Octal | 332 | 40 | 361 | 12 | 127 | 0 | 5 | 445 | 130 | 66 |
| Binary | 11011010 | 100000 | 11110001 | 1010 | 1010111 | 0 | 101 | 100100101 | 1011000 | 110110 |
Color Harmonies of #DA20F1
Complementary color
Monochromatic Colors of #DA20F1
Black with #DA20F1
Text Example
Text Example
White with #DA20F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20F1; }
p { color: rgb(218,32,241); }
H1.HeaderClassName
{
color: #DA20F1;
}
.AnyTagClassName
{
color: #DA20F1;
}
</style>
background-color css
<style>
a { background-color: #DA20F1; }
a { background-color: rgb(218,32,241); }
div.DivClassName
{
background-color: #DA20F1;
}
.BgClassName
{
background-color: #DA20F1;
}
</style>
border-color css
<style>
span { border-color: #DA20F1; }
span { border-color: rgb(218,32,241); }
td.TdClassName
{
border-color: #DA20F1;
}
.TagClassName
{
border-color: #DA20F1;
}
</style>