Shades of Psychedelic Purple #DA26F5
Tints of Psychedelic Purple #DA26F5
RGB
CMYK
RGB Variations
Color information
#DA26F5 (or 0xDA26F5) is known color: Psychedelic Purple. HEX triplet: DA, 26 and F5. RGB value is (218,38,245). Sum of RGB (Red+Green+Blue) = 218+38+245=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 38 (15.23% from 255 or 7.58% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 245 - color contains mainly: blue. Hex color #DA26F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA26F5 is #25D90A. Grayscale: #727272. Windows color (decimal): -2480395 or 16066266. OLE color: 16066266.
HSL color Cylindrical-coordinate representation of color #DA26F5: hue angle of 292.17º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA26F5 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 38 | 245 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.04 |
| HSL | 292.17º | 0.91% | 0.55% | - |
| HSV(B) | 292.17º | 0.84% | 0.96% | - |
| XYZ | 46.09 | 22.88 | 88.37 | - |
| YUV | 115.42 | 201.13 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 245 | 0.11 | 0.84 | 0 | 0.04 | 292.17 | 0.91 | 0.55 |
| Hex | DA | 26 | F5 | B | 54 | 0 | 4 | 124 | 5B | 37 |
| Octal | 332 | 46 | 365 | 13 | 124 | 0 | 4 | 444 | 133 | 67 |
| Binary | 11011010 | 100110 | 11110101 | 1011 | 1010100 | 0 | 100 | 100100100 | 1011011 | 110111 |
Color Harmonies of #DA26F5
Complementary color
Monochromatic Colors of #DA26F5
Black with #DA26F5
Text Example
Text Example
White with #DA26F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA26F5; }
p { color: rgb(218,38,245); }
H1.HeaderClassName
{
color: #DA26F5;
}
.AnyTagClassName
{
color: #DA26F5;
}
</style>
background-color css
<style>
a { background-color: #DA26F5; }
a { background-color: rgb(218,38,245); }
div.DivClassName
{
background-color: #DA26F5;
}
.BgClassName
{
background-color: #DA26F5;
}
</style>
border-color css
<style>
span { border-color: #DA26F5; }
span { border-color: rgb(218,38,245); }
td.TdClassName
{
border-color: #DA26F5;
}
.TagClassName
{
border-color: #DA26F5;
}
</style>