Shades of Psychedelic Purple #DA1FFD
Tints of Psychedelic Purple #DA1FFD
RGB
CMYK
RGB Variations
Color information
#DA1FFD (or 0xDA1FFD) is known color: Psychedelic Purple. HEX triplet: DA, 1F and FD. RGB value is (218,31,253). Sum of RGB (Red+Green+Blue) = 218+31+253=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 31 (12.5% from 255 or 6.18% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA1FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1FFD is #25E002. Grayscale: #6F6F6F. Windows color (decimal): -2482179 or 16588762. OLE color: 16588762.
HSL color Cylindrical-coordinate representation of color #DA1FFD: hue angle of 290.54º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1FFD is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 31 | 253 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.01 |
| HSL | 290.54º | 0.98% | 0.56% | - |
| HSV(B) | 290.54º | 0.88% | 0.99% | - |
| XYZ | 47.13 | 22.98 | 94.88 | - |
| YUV | 112.22 | 207.45 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 253 | 0.14 | 0.88 | 0 | 0.01 | 290.54 | 0.98 | 0.56 |
| Hex | DA | 1F | FD | E | 58 | 0 | 1 | 123 | 62 | 38 |
| Octal | 332 | 37 | 375 | 16 | 130 | 0 | 1 | 443 | 142 | 70 |
| Binary | 11011010 | 11111 | 11111101 | 1110 | 1011000 | 0 | 1 | 100100011 | 1100010 | 111000 |
Color Harmonies of #DA1FFD
Complementary color
Monochromatic Colors of #DA1FFD
Black with #DA1FFD
Text Example
Text Example
White with #DA1FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1FFD; }
p { color: rgb(218,31,253); }
H1.HeaderClassName
{
color: #DA1FFD;
}
.AnyTagClassName
{
color: #DA1FFD;
}
</style>
background-color css
<style>
a { background-color: #DA1FFD; }
a { background-color: rgb(218,31,253); }
div.DivClassName
{
background-color: #DA1FFD;
}
.BgClassName
{
background-color: #DA1FFD;
}
</style>
border-color css
<style>
span { border-color: #DA1FFD; }
span { border-color: rgb(218,31,253); }
td.TdClassName
{
border-color: #DA1FFD;
}
.TagClassName
{
border-color: #DA1FFD;
}
</style>