Shades of Psychedelic Purple #DA18ED
Tints of Psychedelic Purple #DA18ED
RGB
CMYK
RGB Variations
Color information
#DA18ED (or 0xDA18ED) is known color: Psychedelic Purple. HEX triplet: DA, 18 and ED. RGB value is (218,24,237). Sum of RGB (Red+Green+Blue) = 218+24+237=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 24 (9.77% from 255 or 5.01% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA18ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA18ED is #25E712. Grayscale: #696969. Windows color (decimal): -2483987 or 15538394. OLE color: 15538394.
HSL color Cylindrical-coordinate representation of color #DA18ED: hue angle of 294.65º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA18ED is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 24 | 237 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.07 |
| HSL | 294.65º | 0.86% | 0.51% | - |
| HSV(B) | 294.65º | 0.9% | 0.93% | - |
| XYZ | 44.53 | 21.67 | 81.96 | - |
| YUV | 106.29 | 201.77 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 237 | 0.08 | 0.90 | 0 | 0.07 | 294.65 | 0.86 | 0.51 |
| Hex | DA | 18 | ED | 8 | 5A | 0 | 7 | 127 | 56 | 33 |
| Octal | 332 | 30 | 355 | 10 | 132 | 0 | 7 | 447 | 126 | 63 |
| Binary | 11011010 | 11000 | 11101101 | 1000 | 1011010 | 0 | 111 | 100100111 | 1010110 | 110011 |
Color Harmonies of #DA18ED
Complementary color
Monochromatic Colors of #DA18ED
Black with #DA18ED
Text Example
Text Example
White with #DA18ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA18ED; }
p { color: rgb(218,24,237); }
H1.HeaderClassName
{
color: #DA18ED;
}
.AnyTagClassName
{
color: #DA18ED;
}
</style>
background-color css
<style>
a { background-color: #DA18ED; }
a { background-color: rgb(218,24,237); }
div.DivClassName
{
background-color: #DA18ED;
}
.BgClassName
{
background-color: #DA18ED;
}
</style>
border-color css
<style>
span { border-color: #DA18ED; }
span { border-color: rgb(218,24,237); }
td.TdClassName
{
border-color: #DA18ED;
}
.TagClassName
{
border-color: #DA18ED;
}
</style>