Shades of Psychedelic Purple #DA1FE6
Tints of Psychedelic Purple #DA1FE6
RGB
CMYK
RGB Variations
Color information
#DA1FE6 (or 0xDA1FE6) is known color: Psychedelic Purple. HEX triplet: DA, 1F and E6. RGB value is (218,31,230). Sum of RGB (Red+Green+Blue) = 218+31+230=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 31 (12.5% from 255 or 6.47% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA1FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1FE6 is #25E019. Grayscale: #6C6C6C. Windows color (decimal): -2482202 or 15081434. OLE color: 15081434.
HSL color Cylindrical-coordinate representation of color #DA1FE6: hue angle of 296.38º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1FE6 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 31 | 230 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.10 |
| HSL | 296.38º | 0.8% | 0.51% | - |
| HSV(B) | 296.38º | 0.87% | 0.9% | - |
| XYZ | 43.69 | 21.6 | 76.73 | - |
| YUV | 109.6 | 195.95 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 230 | 0.05 | 0.87 | 0 | 0.10 | 296.38 | 0.8 | 0.51 |
| Hex | DA | 1F | E6 | 5 | 57 | 0 | A | 128 | 50 | 33 |
| Octal | 332 | 37 | 346 | 5 | 127 | 0 | 12 | 450 | 120 | 63 |
| Binary | 11011010 | 11111 | 11100110 | 101 | 1010111 | 0 | 1010 | 100101000 | 1010000 | 110011 |
Color Harmonies of #DA1FE6
Complementary color
Monochromatic Colors of #DA1FE6
Black with #DA1FE6
Text Example
Text Example
White with #DA1FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1FE6; }
p { color: rgb(218,31,230); }
H1.HeaderClassName
{
color: #DA1FE6;
}
.AnyTagClassName
{
color: #DA1FE6;
}
</style>
background-color css
<style>
a { background-color: #DA1FE6; }
a { background-color: rgb(218,31,230); }
div.DivClassName
{
background-color: #DA1FE6;
}
.BgClassName
{
background-color: #DA1FE6;
}
</style>
border-color css
<style>
span { border-color: #DA1FE6; }
span { border-color: rgb(218,31,230); }
td.TdClassName
{
border-color: #DA1FE6;
}
.TagClassName
{
border-color: #DA1FE6;
}
</style>