Shades of Psychedelic Purple #DA04ED
Tints of Psychedelic Purple #DA04ED
RGB
CMYK
RGB Variations
Color information
#DA04ED (or 0xDA04ED) is known color: Psychedelic Purple. HEX triplet: DA, 04 and ED. RGB value is (218,4,237). Sum of RGB (Red+Green+Blue) = 218+4+237=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 4 (1.95% from 255 or 0.87% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA04ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA04ED is #25FB12. Grayscale: #5D5D5D. Windows color (decimal): -2489107 or 15533274. OLE color: 15533274.
HSL color Cylindrical-coordinate representation of color #DA04ED: hue angle of 295.11º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA04ED is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 4 | 237 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.07 |
| HSL | 295.11º | 0.97% | 0.47% | - |
| HSV(B) | 295.11º | 0.98% | 0.93% | - |
| XYZ | 44.24 | 21.11 | 81.86 | - |
| YUV | 94.55 | 208.4 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 237 | 0.08 | 0.98 | 0 | 0.07 | 295.11 | 0.97 | 0.47 |
| Hex | DA | 4 | ED | 8 | 62 | 0 | 7 | 127 | 61 | 2F |
| Octal | 332 | 4 | 355 | 10 | 142 | 0 | 7 | 447 | 141 | 57 |
| Binary | 11011010 | 100 | 11101101 | 1000 | 1100010 | 0 | 111 | 100100111 | 1100001 | 101111 |
Color Harmonies of #DA04ED
Complementary color
Monochromatic Colors of #DA04ED
Black with #DA04ED
Text Example
Text Example
White with #DA04ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA04ED; }
p { color: rgb(218,4,237); }
H1.HeaderClassName
{
color: #DA04ED;
}
.AnyTagClassName
{
color: #DA04ED;
}
</style>
background-color css
<style>
a { background-color: #DA04ED; }
a { background-color: rgb(218,4,237); }
div.DivClassName
{
background-color: #DA04ED;
}
.BgClassName
{
background-color: #DA04ED;
}
</style>
border-color css
<style>
span { border-color: #DA04ED; }
span { border-color: rgb(218,4,237); }
td.TdClassName
{
border-color: #DA04ED;
}
.TagClassName
{
border-color: #DA04ED;
}
</style>