Shades of Psychedelic Purple #DA25FF
Tints of Psychedelic Purple #DA25FF
RGB
CMYK
RGB Variations
Color information
#DA25FF (or 0xDA25FF) is known color: Psychedelic Purple. HEX triplet: DA, 25 and FF. RGB value is (218,37,255). Sum of RGB (Red+Green+Blue) = 218+37+255=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 37 (14.84% from 255 or 7.25% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA25FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA25FF is #25DA00. Grayscale: #737373. Windows color (decimal): -2480641 or 16721370. OLE color: 16721370.
HSL color Cylindrical-coordinate representation of color #DA25FF: hue angle of 289.82º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA25FF is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 37 | 255 | - |
| CMYK | 0.15 | 0.85 | 0 | 0 |
| HSL | 289.82º | 1% | 0.57% | - |
| HSV(B) | 289.82º | 0.85% | 1% | - |
| XYZ | 47.63 | 23.45 | 96.62 | - |
| YUV | 115.97 | 206.47 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 255 | 0.15 | 0.85 | 0 | 0 | 289.82 | 1 | 0.57 |
| Hex | DA | 25 | FF | F | 55 | 0 | 0 | 122 | 64 | 39 |
| Octal | 332 | 45 | 377 | 17 | 125 | 0 | 0 | 442 | 144 | 71 |
| Binary | 11011010 | 100101 | 11111111 | 1111 | 1010101 | 0 | 0 | 100100010 | 1100100 | 111001 |
Color Harmonies of #DA25FF
Complementary color
Monochromatic Colors of #DA25FF
Black with #DA25FF
Text Example
Text Example
White with #DA25FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25FF; }
p { color: rgb(218,37,255); }
H1.HeaderClassName
{
color: #DA25FF;
}
.AnyTagClassName
{
color: #DA25FF;
}
</style>
background-color css
<style>
a { background-color: #DA25FF; }
a { background-color: rgb(218,37,255); }
div.DivClassName
{
background-color: #DA25FF;
}
.BgClassName
{
background-color: #DA25FF;
}
</style>
border-color css
<style>
span { border-color: #DA25FF; }
span { border-color: rgb(218,37,255); }
td.TdClassName
{
border-color: #DA25FF;
}
.TagClassName
{
border-color: #DA25FF;
}
</style>