Shades of Psychedelic Purple #DA1FFF
Tints of Psychedelic Purple #DA1FFF
RGB
CMYK
RGB Variations
Color information
#DA1FFF (or 0xDA1FFF) is known color: Psychedelic Purple. HEX triplet: DA, 1F and FF. RGB value is (218,31,255). Sum of RGB (Red+Green+Blue) = 218+31+255=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 31 (12.5% from 255 or 6.15% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA1FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1FFF is #25E000. Grayscale: #6F6F6F. Windows color (decimal): -2482177 or 16719834. OLE color: 16719834.
HSL color Cylindrical-coordinate representation of color #DA1FFF: hue angle of 290.09º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1FFF is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 31 | 255 | - |
| CMYK | 0.15 | 0.88 | 0 | 0 |
| HSL | 290.09º | 1% | 0.56% | - |
| HSV(B) | 290.09º | 0.88% | 1% | - |
| XYZ | 47.45 | 23.11 | 96.57 | - |
| YUV | 112.45 | 208.45 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 255 | 0.15 | 0.88 | 0 | 0 | 290.09 | 1 | 0.56 |
| Hex | DA | 1F | FF | F | 58 | 0 | 0 | 122 | 64 | 38 |
| Octal | 332 | 37 | 377 | 17 | 130 | 0 | 0 | 442 | 144 | 70 |
| Binary | 11011010 | 11111 | 11111111 | 1111 | 1011000 | 0 | 0 | 100100010 | 1100100 | 111000 |
Color Harmonies of #DA1FFF
Complementary color
Monochromatic Colors of #DA1FFF
Black with #DA1FFF
Text Example
Text Example
White with #DA1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1FFF; }
p { color: rgb(218,31,255); }
H1.HeaderClassName
{
color: #DA1FFF;
}
.AnyTagClassName
{
color: #DA1FFF;
}
</style>
background-color css
<style>
a { background-color: #DA1FFF; }
a { background-color: rgb(218,31,255); }
div.DivClassName
{
background-color: #DA1FFF;
}
.BgClassName
{
background-color: #DA1FFF;
}
</style>
border-color css
<style>
span { border-color: #DA1FFF; }
span { border-color: rgb(218,31,255); }
td.TdClassName
{
border-color: #DA1FFF;
}
.TagClassName
{
border-color: #DA1FFF;
}
</style>