Shades of Psychedelic Purple #DA17EF
Tints of Psychedelic Purple #DA17EF
RGB
CMYK
RGB Variations
Color information
#DA17EF (or 0xDA17EF) is known color: Psychedelic Purple. HEX triplet: DA, 17 and EF. RGB value is (218,23,239). Sum of RGB (Red+Green+Blue) = 218+23+239=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 23 (9.38% from 255 or 4.79% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA17EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA17EF is #25E810. Grayscale: #696969. Windows color (decimal): -2484241 or 15669210. OLE color: 15669210.
HSL color Cylindrical-coordinate representation of color #DA17EF: hue angle of 294.17º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA17EF is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 23 | 239 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.06 |
| HSL | 294.17º | 0.87% | 0.51% | - |
| HSV(B) | 294.17º | 0.9% | 0.94% | - |
| XYZ | 44.8 | 21.75 | 83.5 | - |
| YUV | 105.93 | 203.1 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 239 | 0.09 | 0.90 | 0 | 0.06 | 294.17 | 0.87 | 0.51 |
| Hex | DA | 17 | EF | 9 | 5A | 0 | 6 | 126 | 57 | 33 |
| Octal | 332 | 27 | 357 | 11 | 132 | 0 | 6 | 446 | 127 | 63 |
| Binary | 11011010 | 10111 | 11101111 | 1001 | 1011010 | 0 | 110 | 100100110 | 1010111 | 110011 |
Color Harmonies of #DA17EF
Complementary color
Monochromatic Colors of #DA17EF
Black with #DA17EF
Text Example
Text Example
White with #DA17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA17EF; }
p { color: rgb(218,23,239); }
H1.HeaderClassName
{
color: #DA17EF;
}
.AnyTagClassName
{
color: #DA17EF;
}
</style>
background-color css
<style>
a { background-color: #DA17EF; }
a { background-color: rgb(218,23,239); }
div.DivClassName
{
background-color: #DA17EF;
}
.BgClassName
{
background-color: #DA17EF;
}
</style>
border-color css
<style>
span { border-color: #DA17EF; }
span { border-color: rgb(218,23,239); }
td.TdClassName
{
border-color: #DA17EF;
}
.TagClassName
{
border-color: #DA17EF;
}
</style>