Shades of Psychedelic Purple #DA25F8
Tints of Psychedelic Purple #DA25F8
RGB
CMYK
RGB Variations
Color information
#DA25F8 (or 0xDA25F8) is known color: Psychedelic Purple. HEX triplet: DA, 25 and F8. RGB value is (218,37,248). Sum of RGB (Red+Green+Blue) = 218+37+248=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 37 (14.84% from 255 or 7.36% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #DA25F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA25F8 is #25DA07. Grayscale: #727272. Windows color (decimal): -2480648 or 16262618. OLE color: 16262618.
HSL color Cylindrical-coordinate representation of color #DA25F8: hue angle of 291.47º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA25F8 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 37 | 248 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.03 |
| HSL | 291.47º | 0.94% | 0.56% | - |
| HSV(B) | 291.47º | 0.85% | 0.97% | - |
| XYZ | 46.52 | 23.01 | 90.8 | - |
| YUV | 115.17 | 202.97 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 248 | 0.12 | 0.85 | 0 | 0.03 | 291.47 | 0.94 | 0.56 |
| Hex | DA | 25 | F8 | C | 55 | 0 | 3 | 123 | 5E | 38 |
| Octal | 332 | 45 | 370 | 14 | 125 | 0 | 3 | 443 | 136 | 70 |
| Binary | 11011010 | 100101 | 11111000 | 1100 | 1010101 | 0 | 11 | 100100011 | 1011110 | 111000 |
Color Harmonies of #DA25F8
Complementary color
Monochromatic Colors of #DA25F8
Black with #DA25F8
Text Example
Text Example
White with #DA25F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25F8; }
p { color: rgb(218,37,248); }
H1.HeaderClassName
{
color: #DA25F8;
}
.AnyTagClassName
{
color: #DA25F8;
}
</style>
background-color css
<style>
a { background-color: #DA25F8; }
a { background-color: rgb(218,37,248); }
div.DivClassName
{
background-color: #DA25F8;
}
.BgClassName
{
background-color: #DA25F8;
}
</style>
border-color css
<style>
span { border-color: #DA25F8; }
span { border-color: rgb(218,37,248); }
td.TdClassName
{
border-color: #DA25F8;
}
.TagClassName
{
border-color: #DA25F8;
}
</style>