Shades of Psychedelic Purple #DA1DFF
Tints of Psychedelic Purple #DA1DFF
RGB
CMYK
RGB Variations
Color information
#DA1DFF (or 0xDA1DFF) is known color: Psychedelic Purple. HEX triplet: DA, 1D and FF. RGB value is (218,29,255). Sum of RGB (Red+Green+Blue) = 218+29+255=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 29 (11.72% from 255 or 5.78% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA1DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1DFF is #25E200. Grayscale: #6E6E6E. Windows color (decimal): -2482689 or 16719322. OLE color: 16719322.
HSL color Cylindrical-coordinate representation of color #DA1DFF: hue angle of 290.18º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1DFF is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 29 | 255 | - |
| CMYK | 0.15 | 0.89 | 0 | 0 |
| HSL | 290.18º | 1% | 0.56% | - |
| HSV(B) | 290.18º | 0.89% | 1% | - |
| XYZ | 47.4 | 23 | 96.55 | - |
| YUV | 111.28 | 209.12 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 255 | 0.15 | 0.89 | 0 | 0 | 290.18 | 1 | 0.56 |
| Hex | DA | 1D | FF | F | 59 | 0 | 0 | 122 | 64 | 38 |
| Octal | 332 | 35 | 377 | 17 | 131 | 0 | 0 | 442 | 144 | 70 |
| Binary | 11011010 | 11101 | 11111111 | 1111 | 1011001 | 0 | 0 | 100100010 | 1100100 | 111000 |
Color Harmonies of #DA1DFF
Complementary color
Monochromatic Colors of #DA1DFF
Black with #DA1DFF
Text Example
Text Example
White with #DA1DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1DFF; }
p { color: rgb(218,29,255); }
H1.HeaderClassName
{
color: #DA1DFF;
}
.AnyTagClassName
{
color: #DA1DFF;
}
</style>
background-color css
<style>
a { background-color: #DA1DFF; }
a { background-color: rgb(218,29,255); }
div.DivClassName
{
background-color: #DA1DFF;
}
.BgClassName
{
background-color: #DA1DFF;
}
</style>
border-color css
<style>
span { border-color: #DA1DFF; }
span { border-color: rgb(218,29,255); }
td.TdClassName
{
border-color: #DA1DFF;
}
.TagClassName
{
border-color: #DA1DFF;
}
</style>