Shades of Psychedelic Purple #DA18F7
Tints of Psychedelic Purple #DA18F7
RGB
CMYK
RGB Variations
Color information
#DA18F7 (or 0xDA18F7) is known color: Psychedelic Purple. HEX triplet: DA, 18 and F7. RGB value is (218,24,247). Sum of RGB (Red+Green+Blue) = 218+24+247=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 24 (9.77% from 255 or 4.91% from 489); Blue value is 247 (96.88% from 255 or 50.51% from 489); Max value from RGB is 247 - color contains mainly: blue. Hex color #DA18F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA18F7 is #25E708. Grayscale: #6A6A6A. Windows color (decimal): -2483977 or 16193754. OLE color: 16193754.
HSL color Cylindrical-coordinate representation of color #DA18F7: hue angle of 292.2º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA18F7 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 24 | 247 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.03 |
| HSL | 292.2º | 0.93% | 0.53% | - |
| HSV(B) | 292.2º | 0.9% | 0.97% | - |
| XYZ | 46.03 | 22.27 | 89.87 | - |
| YUV | 107.43 | 206.77 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 247 | 0.12 | 0.90 | 0 | 0.03 | 292.2 | 0.93 | 0.53 |
| Hex | DA | 18 | F7 | C | 5A | 0 | 3 | 124 | 5D | 35 |
| Octal | 332 | 30 | 367 | 14 | 132 | 0 | 3 | 444 | 135 | 65 |
| Binary | 11011010 | 11000 | 11110111 | 1100 | 1011010 | 0 | 11 | 100100100 | 1011101 | 110101 |
Color Harmonies of #DA18F7
Complementary color
Monochromatic Colors of #DA18F7
Black with #DA18F7
Text Example
Text Example
White with #DA18F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA18F7; }
p { color: rgb(218,24,247); }
H1.HeaderClassName
{
color: #DA18F7;
}
.AnyTagClassName
{
color: #DA18F7;
}
</style>
background-color css
<style>
a { background-color: #DA18F7; }
a { background-color: rgb(218,24,247); }
div.DivClassName
{
background-color: #DA18F7;
}
.BgClassName
{
background-color: #DA18F7;
}
</style>
border-color css
<style>
span { border-color: #DA18F7; }
span { border-color: rgb(218,24,247); }
td.TdClassName
{
border-color: #DA18F7;
}
.TagClassName
{
border-color: #DA18F7;
}
</style>