Shades of Psychedelic Purple #DA25E8
Tints of Psychedelic Purple #DA25E8
RGB
CMYK
RGB Variations
Color information
#DA25E8 (or 0xDA25E8) is known color: Psychedelic Purple. HEX triplet: DA, 25 and E8. RGB value is (218,37,232). Sum of RGB (Red+Green+Blue) = 218+37+232=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 37 (14.84% from 255 or 7.60% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 232 - color contains mainly: blue. Hex color #DA25E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA25E8 is #25DA17. Grayscale: #707070. Windows color (decimal): -2480664 or 15214042. OLE color: 15214042.
HSL color Cylindrical-coordinate representation of color #DA25E8: hue angle of 295.69º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA25E8 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 37 | 232 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.09 |
| HSL | 295.69º | 0.81% | 0.53% | - |
| HSV(B) | 295.69º | 0.84% | 0.91% | - |
| XYZ | 44.14 | 22.05 | 78.27 | - |
| YUV | 113.35 | 194.97 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 232 | 0.06 | 0.84 | 0 | 0.09 | 295.69 | 0.81 | 0.53 |
| Hex | DA | 25 | E8 | 6 | 54 | 0 | 9 | 128 | 51 | 35 |
| Octal | 332 | 45 | 350 | 6 | 124 | 0 | 11 | 450 | 121 | 65 |
| Binary | 11011010 | 100101 | 11101000 | 110 | 1010100 | 0 | 1001 | 100101000 | 1010001 | 110101 |
Color Harmonies of #DA25E8
Complementary color
Monochromatic Colors of #DA25E8
Black with #DA25E8
Text Example
Text Example
White with #DA25E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25E8; }
p { color: rgb(218,37,232); }
H1.HeaderClassName
{
color: #DA25E8;
}
.AnyTagClassName
{
color: #DA25E8;
}
</style>
background-color css
<style>
a { background-color: #DA25E8; }
a { background-color: rgb(218,37,232); }
div.DivClassName
{
background-color: #DA25E8;
}
.BgClassName
{
background-color: #DA25E8;
}
</style>
border-color css
<style>
span { border-color: #DA25E8; }
span { border-color: rgb(218,37,232); }
td.TdClassName
{
border-color: #DA25E8;
}
.TagClassName
{
border-color: #DA25E8;
}
</style>