Shades of Psychedelic Purple #DA25E9
Tints of Psychedelic Purple #DA25E9
RGB
CMYK
RGB Variations
Color information
#DA25E9 (or 0xDA25E9) is known color: Psychedelic Purple. HEX triplet: DA, 25 and E9. RGB value is (218,37,233). Sum of RGB (Red+Green+Blue) = 218+37+233=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #DA25E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA25E9 is #25DA16. Grayscale: #707070. Windows color (decimal): -2480663 or 15279578. OLE color: 15279578.
HSL color Cylindrical-coordinate representation of color #DA25E9: hue angle of 295.41º degrees, saturation: 0.82, 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 #DA25E9 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 37 | 233 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.09 |
| HSL | 295.41º | 0.82% | 0.53% | - |
| HSV(B) | 295.41º | 0.84% | 0.91% | - |
| XYZ | 44.28 | 22.11 | 79.02 | - |
| YUV | 113.46 | 195.47 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 233 | 0.06 | 0.84 | 0 | 0.09 | 295.41 | 0.82 | 0.53 |
| Hex | DA | 25 | E9 | 6 | 54 | 0 | 9 | 127 | 52 | 35 |
| Octal | 332 | 45 | 351 | 6 | 124 | 0 | 11 | 447 | 122 | 65 |
| Binary | 11011010 | 100101 | 11101001 | 110 | 1010100 | 0 | 1001 | 100100111 | 1010010 | 110101 |
Color Harmonies of #DA25E9
Complementary color
Monochromatic Colors of #DA25E9
Black with #DA25E9
Text Example
Text Example
White with #DA25E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25E9; }
p { color: rgb(218,37,233); }
H1.HeaderClassName
{
color: #DA25E9;
}
.AnyTagClassName
{
color: #DA25E9;
}
</style>
background-color css
<style>
a { background-color: #DA25E9; }
a { background-color: rgb(218,37,233); }
div.DivClassName
{
background-color: #DA25E9;
}
.BgClassName
{
background-color: #DA25E9;
}
</style>
border-color css
<style>
span { border-color: #DA25E9; }
span { border-color: rgb(218,37,233); }
td.TdClassName
{
border-color: #DA25E9;
}
.TagClassName
{
border-color: #DA25E9;
}
</style>