Shades of Psychedelic Purple #DA25F9
Tints of Psychedelic Purple #DA25F9
RGB
CMYK
RGB Variations
Color information
#DA25F9 (or 0xDA25F9) is known color: Psychedelic Purple. HEX triplet: DA, 25 and F9. RGB value is (218,37,249). Sum of RGB (Red+Green+Blue) = 218+37+249=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 37 (14.84% from 255 or 7.34% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #DA25F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA25F9 is #25DA06. Grayscale: #727272. Windows color (decimal): -2480647 or 16328154. OLE color: 16328154.
HSL color Cylindrical-coordinate representation of color #DA25F9: hue angle of 291.23º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA25F9 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 37 | 249 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.02 |
| HSL | 291.23º | 0.95% | 0.56% | - |
| HSV(B) | 291.23º | 0.85% | 0.98% | - |
| XYZ | 46.67 | 23.07 | 91.62 | - |
| YUV | 115.29 | 203.47 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 249 | 0.12 | 0.85 | 0 | 0.02 | 291.23 | 0.95 | 0.56 |
| Hex | DA | 25 | F9 | C | 55 | 0 | 2 | 123 | 5F | 38 |
| Octal | 332 | 45 | 371 | 14 | 125 | 0 | 2 | 443 | 137 | 70 |
| Binary | 11011010 | 100101 | 11111001 | 1100 | 1010101 | 0 | 10 | 100100011 | 1011111 | 111000 |
Color Harmonies of #DA25F9
Complementary color
Monochromatic Colors of #DA25F9
Black with #DA25F9
Text Example
Text Example
White with #DA25F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25F9; }
p { color: rgb(218,37,249); }
H1.HeaderClassName
{
color: #DA25F9;
}
.AnyTagClassName
{
color: #DA25F9;
}
</style>
background-color css
<style>
a { background-color: #DA25F9; }
a { background-color: rgb(218,37,249); }
div.DivClassName
{
background-color: #DA25F9;
}
.BgClassName
{
background-color: #DA25F9;
}
</style>
border-color css
<style>
span { border-color: #DA25F9; }
span { border-color: rgb(218,37,249); }
td.TdClassName
{
border-color: #DA25F9;
}
.TagClassName
{
border-color: #DA25F9;
}
</style>