Shades of Psychedelic Purple #DA36FA
Tints of Psychedelic Purple #DA36FA
RGB
CMYK
RGB Variations
Color information
#DA36FA (or 0xDA36FA) is known color: Psychedelic Purple. HEX triplet: DA, 36 and FA. RGB value is (218,54,250). Sum of RGB (Red+Green+Blue) = 218+54+250=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 54 (21.48% from 255 or 10.34% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA36FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA36FA is #25C905. Grayscale: #7C7C7C. Windows color (decimal): -2476294 or 16398042. OLE color: 16398042.
HSL color Cylindrical-coordinate representation of color #DA36FA: hue angle of 290.2º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA36FA is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 54 | 250 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.02 |
| HSL | 290.2º | 0.95% | 0.6% | - |
| HSV(B) | 290.2º | 0.78% | 0.98% | - |
| XYZ | 47.49 | 24.45 | 92.66 | - |
| YUV | 125.38 | 198.33 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 250 | 0.13 | 0.78 | 0 | 0.02 | 290.2 | 0.95 | 0.6 |
| Hex | DA | 36 | FA | D | 4E | 0 | 2 | 122 | 5F | 3C |
| Octal | 332 | 66 | 372 | 15 | 116 | 0 | 2 | 442 | 137 | 74 |
| Binary | 11011010 | 110110 | 11111010 | 1101 | 1001110 | 0 | 10 | 100100010 | 1011111 | 111100 |
Color Harmonies of #DA36FA
Complementary color
Monochromatic Colors of #DA36FA
Black with #DA36FA
Text Example
Text Example
White with #DA36FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA36FA; }
p { color: rgb(218,54,250); }
H1.HeaderClassName
{
color: #DA36FA;
}
.AnyTagClassName
{
color: #DA36FA;
}
</style>
background-color css
<style>
a { background-color: #DA36FA; }
a { background-color: rgb(218,54,250); }
div.DivClassName
{
background-color: #DA36FA;
}
.BgClassName
{
background-color: #DA36FA;
}
</style>
border-color css
<style>
span { border-color: #DA36FA; }
span { border-color: rgb(218,54,250); }
td.TdClassName
{
border-color: #DA36FA;
}
.TagClassName
{
border-color: #DA36FA;
}
</style>