Shades of Psychedelic Purple #DA1AFF
Tints of Psychedelic Purple #DA1AFF
RGB
CMYK
RGB Variations
Color information
#DA1AFF (or 0xDA1AFF) is known color: Psychedelic Purple. HEX triplet: DA, 1A and FF. RGB value is (218,26,255). Sum of RGB (Red+Green+Blue) = 218+26+255=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 26 (10.55% from 255 or 5.21% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA1AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1AFF is #25E500. Grayscale: #6C6C6C. Windows color (decimal): -2483457 or 16718554. OLE color: 16718554.
HSL color Cylindrical-coordinate representation of color #DA1AFF: hue angle of 290.31º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1AFF is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 26 | 255 | - |
| CMYK | 0.15 | 0.90 | 0 | 0 |
| HSL | 290.31º | 1% | 0.55% | - |
| HSV(B) | 290.31º | 0.9% | 1% | - |
| XYZ | 47.33 | 22.86 | 96.53 | - |
| YUV | 109.51 | 210.11 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 255 | 0.15 | 0.90 | 0 | 0 | 290.31 | 1 | 0.55 |
| Hex | DA | 1A | FF | F | 5A | 0 | 0 | 122 | 64 | 37 |
| Octal | 332 | 32 | 377 | 17 | 132 | 0 | 0 | 442 | 144 | 67 |
| Binary | 11011010 | 11010 | 11111111 | 1111 | 1011010 | 0 | 0 | 100100010 | 1100100 | 110111 |
Color Harmonies of #DA1AFF
Complementary color
Monochromatic Colors of #DA1AFF
Black with #DA1AFF
Text Example
Text Example
White with #DA1AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1AFF; }
p { color: rgb(218,26,255); }
H1.HeaderClassName
{
color: #DA1AFF;
}
.AnyTagClassName
{
color: #DA1AFF;
}
</style>
background-color css
<style>
a { background-color: #DA1AFF; }
a { background-color: rgb(218,26,255); }
div.DivClassName
{
background-color: #DA1AFF;
}
.BgClassName
{
background-color: #DA1AFF;
}
</style>
border-color css
<style>
span { border-color: #DA1AFF; }
span { border-color: rgb(218,26,255); }
td.TdClassName
{
border-color: #DA1AFF;
}
.TagClassName
{
border-color: #DA1AFF;
}
</style>