Shades of Psychedelic Purple #DA1AF1
Tints of Psychedelic Purple #DA1AF1
RGB
CMYK
RGB Variations
Color information
#DA1AF1 (or 0xDA1AF1) is known color: Psychedelic Purple. HEX triplet: DA, 1A and F1. RGB value is (218,26,241). Sum of RGB (Red+Green+Blue) = 218+26+241=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA1AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1AF1 is #25E50E. Grayscale: #6B6B6B. Windows color (decimal): -2483471 or 15801050. OLE color: 15801050.
HSL color Cylindrical-coordinate representation of color #DA1AF1: hue angle of 293.58º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1AF1 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 26 | 241 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.05 |
| HSL | 293.58º | 0.88% | 0.52% | - |
| HSV(B) | 293.58º | 0.89% | 0.95% | - |
| XYZ | 45.16 | 22 | 85.08 | - |
| YUV | 107.92 | 203.11 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 241 | 0.10 | 0.89 | 0 | 0.05 | 293.58 | 0.88 | 0.52 |
| Hex | DA | 1A | F1 | A | 59 | 0 | 5 | 126 | 58 | 34 |
| Octal | 332 | 32 | 361 | 12 | 131 | 0 | 5 | 446 | 130 | 64 |
| Binary | 11011010 | 11010 | 11110001 | 1010 | 1011001 | 0 | 101 | 100100110 | 1011000 | 110100 |
Color Harmonies of #DA1AF1
Complementary color
Monochromatic Colors of #DA1AF1
Black with #DA1AF1
Text Example
Text Example
White with #DA1AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1AF1; }
p { color: rgb(218,26,241); }
H1.HeaderClassName
{
color: #DA1AF1;
}
.AnyTagClassName
{
color: #DA1AF1;
}
</style>
background-color css
<style>
a { background-color: #DA1AF1; }
a { background-color: rgb(218,26,241); }
div.DivClassName
{
background-color: #DA1AF1;
}
.BgClassName
{
background-color: #DA1AF1;
}
</style>
border-color css
<style>
span { border-color: #DA1AF1; }
span { border-color: rgb(218,26,241); }
td.TdClassName
{
border-color: #DA1AF1;
}
.TagClassName
{
border-color: #DA1AF1;
}
</style>