Shades of Psychedelic Purple #DA25ED
Tints of Psychedelic Purple #DA25ED
RGB
CMYK
RGB Variations
Color information
#DA25ED (or 0xDA25ED) is known color: Psychedelic Purple. HEX triplet: DA, 25 and ED. RGB value is (218,37,237). Sum of RGB (Red+Green+Blue) = 218+37+237=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 37 (14.84% from 255 or 7.52% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA25ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA25ED is #25DA12. Grayscale: #717171. Windows color (decimal): -2480659 or 15541722. OLE color: 15541722.
HSL color Cylindrical-coordinate representation of color #DA25ED: hue angle of 294.3º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA25ED is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 37 | 237 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.07 |
| HSL | 294.3º | 0.85% | 0.54% | - |
| HSV(B) | 294.3º | 0.84% | 0.93% | - |
| XYZ | 44.86 | 22.34 | 82.07 | - |
| YUV | 113.92 | 197.47 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 237 | 0.08 | 0.84 | 0 | 0.07 | 294.3 | 0.85 | 0.54 |
| Hex | DA | 25 | ED | 8 | 54 | 0 | 7 | 126 | 55 | 36 |
| Octal | 332 | 45 | 355 | 10 | 124 | 0 | 7 | 446 | 125 | 66 |
| Binary | 11011010 | 100101 | 11101101 | 1000 | 1010100 | 0 | 111 | 100100110 | 1010101 | 110110 |
Color Harmonies of #DA25ED
Complementary color
Monochromatic Colors of #DA25ED
Black with #DA25ED
Text Example
Text Example
White with #DA25ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25ED; }
p { color: rgb(218,37,237); }
H1.HeaderClassName
{
color: #DA25ED;
}
.AnyTagClassName
{
color: #DA25ED;
}
</style>
background-color css
<style>
a { background-color: #DA25ED; }
a { background-color: rgb(218,37,237); }
div.DivClassName
{
background-color: #DA25ED;
}
.BgClassName
{
background-color: #DA25ED;
}
</style>
border-color css
<style>
span { border-color: #DA25ED; }
span { border-color: rgb(218,37,237); }
td.TdClassName
{
border-color: #DA25ED;
}
.TagClassName
{
border-color: #DA25ED;
}
</style>