Shades of Psychedelic Purple #DA37FE
Tints of Psychedelic Purple #DA37FE
RGB
CMYK
RGB Variations
Color information
#DA37FE (or 0xDA37FE) is known color: Psychedelic Purple. HEX triplet: DA, 37 and FE. RGB value is (218,55,254). Sum of RGB (Red+Green+Blue) = 218+55+254=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 55 (21.88% from 255 or 10.44% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA37FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA37FE is #25C801. Grayscale: #7D7D7D. Windows color (decimal): -2476034 or 16660442. OLE color: 16660442.
HSL color Cylindrical-coordinate representation of color #DA37FE: hue angle of 289.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA37FE is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 55 | 254 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.00 |
| HSL | 289.15º | 0.99% | 0.61% | - |
| HSV(B) | 289.15º | 0.78% | 1% | - |
| XYZ | 48.17 | 24.79 | 96.01 | - |
| YUV | 126.42 | 200 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 254 | 0.14 | 0.78 | 0 | 0.00 | 289.15 | 0.99 | 0.61 |
| Hex | DA | 37 | FE | E | 4E | 0 | 0 | 121 | 63 | 3D |
| Octal | 332 | 67 | 376 | 16 | 116 | 0 | 0 | 441 | 143 | 75 |
| Binary | 11011010 | 110111 | 11111110 | 1110 | 1001110 | 0 | 0 | 100100001 | 1100011 | 111101 |
Color Harmonies of #DA37FE
Complementary color
Monochromatic Colors of #DA37FE
Black with #DA37FE
Text Example
Text Example
White with #DA37FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA37FE; }
p { color: rgb(218,55,254); }
H1.HeaderClassName
{
color: #DA37FE;
}
.AnyTagClassName
{
color: #DA37FE;
}
</style>
background-color css
<style>
a { background-color: #DA37FE; }
a { background-color: rgb(218,55,254); }
div.DivClassName
{
background-color: #DA37FE;
}
.BgClassName
{
background-color: #DA37FE;
}
</style>
border-color css
<style>
span { border-color: #DA37FE; }
span { border-color: rgb(218,55,254); }
td.TdClassName
{
border-color: #DA37FE;
}
.TagClassName
{
border-color: #DA37FE;
}
</style>