Shades of Psychedelic Purple #DA18E8
Tints of Psychedelic Purple #DA18E8
RGB
CMYK
RGB Variations
Color information
#DA18E8 (or 0xDA18E8) is known color: Psychedelic Purple. HEX triplet: DA, 18 and E8. RGB value is (218,24,232). Sum of RGB (Red+Green+Blue) = 218+24+232=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 24 (9.77% from 255 or 5.06% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #DA18E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA18E8 is #25E717. Grayscale: #696969. Windows color (decimal): -2483992 or 15210714. OLE color: 15210714.
HSL color Cylindrical-coordinate representation of color #DA18E8: hue angle of 295.96º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA18E8 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 24 | 232 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.09 |
| HSL | 295.96º | 0.82% | 0.5% | - |
| HSV(B) | 295.96º | 0.9% | 0.91% | - |
| XYZ | 43.81 | 21.38 | 78.16 | - |
| YUV | 105.72 | 199.27 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 232 | 0.06 | 0.90 | 0 | 0.09 | 295.96 | 0.82 | 0.5 |
| Hex | DA | 18 | E8 | 6 | 5A | 0 | 9 | 128 | 52 | 32 |
| Octal | 332 | 30 | 350 | 6 | 132 | 0 | 11 | 450 | 122 | 62 |
| Binary | 11011010 | 11000 | 11101000 | 110 | 1011010 | 0 | 1001 | 100101000 | 1010010 | 110010 |
Color Harmonies of #DA18E8
Complementary color
Monochromatic Colors of #DA18E8
Black with #DA18E8
Text Example
Text Example
White with #DA18E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA18E8; }
p { color: rgb(218,24,232); }
H1.HeaderClassName
{
color: #DA18E8;
}
.AnyTagClassName
{
color: #DA18E8;
}
</style>
background-color css
<style>
a { background-color: #DA18E8; }
a { background-color: rgb(218,24,232); }
div.DivClassName
{
background-color: #DA18E8;
}
.BgClassName
{
background-color: #DA18E8;
}
</style>
border-color css
<style>
span { border-color: #DA18E8; }
span { border-color: rgb(218,24,232); }
td.TdClassName
{
border-color: #DA18E8;
}
.TagClassName
{
border-color: #DA18E8;
}
</style>