Shades of Psychedelic Purple #DA17EE
Tints of Psychedelic Purple #DA17EE
RGB
CMYK
RGB Variations
Color information
#DA17EE (or 0xDA17EE) is known color: Psychedelic Purple. HEX triplet: DA, 17 and EE. RGB value is (218,23,238). Sum of RGB (Red+Green+Blue) = 218+23+238=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 23 (9.38% from 255 or 4.80% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA17EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA17EE is #25E811. Grayscale: #696969. Windows color (decimal): -2484242 or 15603674. OLE color: 15603674.
HSL color Cylindrical-coordinate representation of color #DA17EE: hue angle of 294.42º 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 #DA17EE is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 23 | 238 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.07 |
| HSL | 294.42º | 0.86% | 0.51% | - |
| HSV(B) | 294.42º | 0.9% | 0.93% | - |
| XYZ | 44.65 | 21.69 | 82.72 | - |
| YUV | 105.82 | 202.6 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 238 | 0.08 | 0.90 | 0 | 0.07 | 294.42 | 0.86 | 0.51 |
| Hex | DA | 17 | EE | 8 | 5A | 0 | 7 | 126 | 56 | 33 |
| Octal | 332 | 27 | 356 | 10 | 132 | 0 | 7 | 446 | 126 | 63 |
| Binary | 11011010 | 10111 | 11101110 | 1000 | 1011010 | 0 | 111 | 100100110 | 1010110 | 110011 |
Color Harmonies of #DA17EE
Complementary color
Monochromatic Colors of #DA17EE
Black with #DA17EE
Text Example
Text Example
White with #DA17EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA17EE; }
p { color: rgb(218,23,238); }
H1.HeaderClassName
{
color: #DA17EE;
}
.AnyTagClassName
{
color: #DA17EE;
}
</style>
background-color css
<style>
a { background-color: #DA17EE; }
a { background-color: rgb(218,23,238); }
div.DivClassName
{
background-color: #DA17EE;
}
.BgClassName
{
background-color: #DA17EE;
}
</style>
border-color css
<style>
span { border-color: #DA17EE; }
span { border-color: rgb(218,23,238); }
td.TdClassName
{
border-color: #DA17EE;
}
.TagClassName
{
border-color: #DA17EE;
}
</style>