Shades of Psychedelic Purple #DA13EF
Tints of Psychedelic Purple #DA13EF
RGB
CMYK
RGB Variations
Color information
#DA13EF (or 0xDA13EF) is known color: Psychedelic Purple. HEX triplet: DA, 13 and EF. RGB value is (218,19,239). Sum of RGB (Red+Green+Blue) = 218+19+239=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 19 (7.81% from 255 or 3.99% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA13EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA13EF is #25EC10. Grayscale: #666666. Windows color (decimal): -2485265 or 15668186. OLE color: 15668186.
HSL color Cylindrical-coordinate representation of color #DA13EF: hue angle of 294.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA13EF is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 19 | 239 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.06 |
| HSL | 294.27º | 0.87% | 0.51% | - |
| HSV(B) | 294.27º | 0.92% | 0.94% | - |
| XYZ | 44.73 | 21.6 | 83.47 | - |
| YUV | 103.58 | 204.43 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 239 | 0.09 | 0.92 | 0 | 0.06 | 294.27 | 0.87 | 0.51 |
| Hex | DA | 13 | EF | 9 | 5C | 0 | 6 | 126 | 57 | 33 |
| Octal | 332 | 23 | 357 | 11 | 134 | 0 | 6 | 446 | 127 | 63 |
| Binary | 11011010 | 10011 | 11101111 | 1001 | 1011100 | 0 | 110 | 100100110 | 1010111 | 110011 |
Color Harmonies of #DA13EF
Complementary color
Monochromatic Colors of #DA13EF
Black with #DA13EF
Text Example
Text Example
White with #DA13EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA13EF; }
p { color: rgb(218,19,239); }
H1.HeaderClassName
{
color: #DA13EF;
}
.AnyTagClassName
{
color: #DA13EF;
}
</style>
background-color css
<style>
a { background-color: #DA13EF; }
a { background-color: rgb(218,19,239); }
div.DivClassName
{
background-color: #DA13EF;
}
.BgClassName
{
background-color: #DA13EF;
}
</style>
border-color css
<style>
span { border-color: #DA13EF; }
span { border-color: rgb(218,19,239); }
td.TdClassName
{
border-color: #DA13EF;
}
.TagClassName
{
border-color: #DA13EF;
}
</style>