Shades of Psychedelic Purple #DA24FA
Tints of Psychedelic Purple #DA24FA
RGB
CMYK
RGB Variations
Color information
#DA24FA (or 0xDA24FA) is known color: Psychedelic Purple. HEX triplet: DA, 24 and FA. RGB value is (218,36,250). Sum of RGB (Red+Green+Blue) = 218+36+250=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 36 (14.45% from 255 or 7.14% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA24FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA24FA is #25DB05. Grayscale: #727272. Windows color (decimal): -2480902 or 16393434. OLE color: 16393434.
HSL color Cylindrical-coordinate representation of color #DA24FA: hue angle of 291.03º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA24FA is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 36 | 250 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.02 |
| HSL | 291.03º | 0.96% | 0.56% | - |
| HSV(B) | 291.03º | 0.86% | 0.98% | - |
| XYZ | 46.8 | 23.07 | 92.43 | - |
| YUV | 114.81 | 204.3 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 250 | 0.13 | 0.86 | 0 | 0.02 | 291.03 | 0.96 | 0.56 |
| Hex | DA | 24 | FA | D | 56 | 0 | 2 | 123 | 60 | 38 |
| Octal | 332 | 44 | 372 | 15 | 126 | 0 | 2 | 443 | 140 | 70 |
| Binary | 11011010 | 100100 | 11111010 | 1101 | 1010110 | 0 | 10 | 100100011 | 1100000 | 111000 |
Color Harmonies of #DA24FA
Complementary color
Monochromatic Colors of #DA24FA
Black with #DA24FA
Text Example
Text Example
White with #DA24FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA24FA; }
p { color: rgb(218,36,250); }
H1.HeaderClassName
{
color: #DA24FA;
}
.AnyTagClassName
{
color: #DA24FA;
}
</style>
background-color css
<style>
a { background-color: #DA24FA; }
a { background-color: rgb(218,36,250); }
div.DivClassName
{
background-color: #DA24FA;
}
.BgClassName
{
background-color: #DA24FA;
}
</style>
border-color css
<style>
span { border-color: #DA24FA; }
span { border-color: rgb(218,36,250); }
td.TdClassName
{
border-color: #DA24FA;
}
.TagClassName
{
border-color: #DA24FA;
}
</style>