Shades of Psychedelic Purple #DA37FC
Tints of Psychedelic Purple #DA37FC
RGB
CMYK
RGB Variations
Color information
#DA37FC (or 0xDA37FC) is known color: Psychedelic Purple. HEX triplet: DA, 37 and FC. RGB value is (218,55,252). Sum of RGB (Red+Green+Blue) = 218+55+252=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 55 (21.88% from 255 or 10.48% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA37FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA37FC is #25C803. Grayscale: #7D7D7D. Windows color (decimal): -2476036 or 16529370. OLE color: 16529370.
HSL color Cylindrical-coordinate representation of color #DA37FC: hue angle of 289.64º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA37FC is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 55 | 252 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.01 |
| HSL | 289.64º | 0.97% | 0.6% | - |
| HSV(B) | 289.64º | 0.78% | 0.99% | - |
| XYZ | 47.85 | 24.67 | 94.33 | - |
| YUV | 126.2 | 199 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 252 | 0.13 | 0.78 | 0 | 0.01 | 289.64 | 0.97 | 0.6 |
| Hex | DA | 37 | FC | D | 4E | 0 | 1 | 122 | 61 | 3C |
| Octal | 332 | 67 | 374 | 15 | 116 | 0 | 1 | 442 | 141 | 74 |
| Binary | 11011010 | 110111 | 11111100 | 1101 | 1001110 | 0 | 1 | 100100010 | 1100001 | 111100 |
Color Harmonies of #DA37FC
Complementary color
Monochromatic Colors of #DA37FC
Black with #DA37FC
Text Example
Text Example
White with #DA37FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA37FC; }
p { color: rgb(218,55,252); }
H1.HeaderClassName
{
color: #DA37FC;
}
.AnyTagClassName
{
color: #DA37FC;
}
</style>
background-color css
<style>
a { background-color: #DA37FC; }
a { background-color: rgb(218,55,252); }
div.DivClassName
{
background-color: #DA37FC;
}
.BgClassName
{
background-color: #DA37FC;
}
</style>
border-color css
<style>
span { border-color: #DA37FC; }
span { border-color: rgb(218,55,252); }
td.TdClassName
{
border-color: #DA37FC;
}
.TagClassName
{
border-color: #DA37FC;
}
</style>