Shades of Psychedelic Purple #DA01ED
Tints of Psychedelic Purple #DA01ED
RGB
CMYK
RGB Variations
Color information
#DA01ED (or 0xDA01ED) is known color: Psychedelic Purple. HEX triplet: DA, 01 and ED. RGB value is (218,1,237). Sum of RGB (Red+Green+Blue) = 218+1+237=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 1 (0.78% from 255 or 0.22% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA01ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA01ED is #25FE12. Grayscale: #5C5C5C. Windows color (decimal): -2489875 or 15532506. OLE color: 15532506.
HSL color Cylindrical-coordinate representation of color #DA01ED: hue angle of 295.17º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA01ED is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 1 | 237 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.07 |
| HSL | 295.17º | 0.99% | 0.47% | - |
| HSV(B) | 295.17º | 1% | 0.93% | - |
| XYZ | 44.21 | 21.04 | 81.85 | - |
| YUV | 92.79 | 209.39 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 237 | 0.08 | 1.00 | 0 | 0.07 | 295.17 | 0.99 | 0.47 |
| Hex | DA | 1 | ED | 8 | 64 | 0 | 7 | 127 | 63 | 2F |
| Octal | 332 | 1 | 355 | 10 | 144 | 0 | 7 | 447 | 143 | 57 |
| Binary | 11011010 | 1 | 11101101 | 1000 | 1100100 | 0 | 111 | 100100111 | 1100011 | 101111 |
Color Harmonies of #DA01ED
Complementary color
Monochromatic Colors of #DA01ED
Black with #DA01ED
Text Example
Text Example
White with #DA01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA01ED; }
p { color: rgb(218,1,237); }
H1.HeaderClassName
{
color: #DA01ED;
}
.AnyTagClassName
{
color: #DA01ED;
}
</style>
background-color css
<style>
a { background-color: #DA01ED; }
a { background-color: rgb(218,1,237); }
div.DivClassName
{
background-color: #DA01ED;
}
.BgClassName
{
background-color: #DA01ED;
}
</style>
border-color css
<style>
span { border-color: #DA01ED; }
span { border-color: rgb(218,1,237); }
td.TdClassName
{
border-color: #DA01ED;
}
.TagClassName
{
border-color: #DA01ED;
}
</style>