Shades of Psychedelic Purple #DA17EB
Tints of Psychedelic Purple #DA17EB
RGB
CMYK
RGB Variations
Color information
#DA17EB (or 0xDA17EB) is known color: Psychedelic Purple. HEX triplet: DA, 17 and EB. RGB value is (218,23,235). Sum of RGB (Red+Green+Blue) = 218+23+235=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA17EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA17EB is #25E814. Grayscale: #686868. Windows color (decimal): -2484245 or 15407066. OLE color: 15407066.
HSL color Cylindrical-coordinate representation of color #DA17EB: hue angle of 295.19º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA17EB is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 23 | 235 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.08 |
| HSL | 295.19º | 0.84% | 0.51% | - |
| HSV(B) | 295.19º | 0.9% | 0.92% | - |
| XYZ | 44.22 | 21.52 | 80.42 | - |
| YUV | 105.47 | 201.1 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 235 | 0.07 | 0.90 | 0 | 0.08 | 295.19 | 0.84 | 0.51 |
| Hex | DA | 17 | EB | 7 | 5A | 0 | 8 | 127 | 54 | 33 |
| Octal | 332 | 27 | 353 | 7 | 132 | 0 | 10 | 447 | 124 | 63 |
| Binary | 11011010 | 10111 | 11101011 | 111 | 1011010 | 0 | 1000 | 100100111 | 1010100 | 110011 |
Color Harmonies of #DA17EB
Complementary color
Monochromatic Colors of #DA17EB
Black with #DA17EB
Text Example
Text Example
White with #DA17EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA17EB; }
p { color: rgb(218,23,235); }
H1.HeaderClassName
{
color: #DA17EB;
}
.AnyTagClassName
{
color: #DA17EB;
}
</style>
background-color css
<style>
a { background-color: #DA17EB; }
a { background-color: rgb(218,23,235); }
div.DivClassName
{
background-color: #DA17EB;
}
.BgClassName
{
background-color: #DA17EB;
}
</style>
border-color css
<style>
span { border-color: #DA17EB; }
span { border-color: rgb(218,23,235); }
td.TdClassName
{
border-color: #DA17EB;
}
.TagClassName
{
border-color: #DA17EB;
}
</style>