Shades of Psychedelic Purple #DA15FF
Tints of Psychedelic Purple #DA15FF
RGB
CMYK
RGB Variations
Color information
#DA15FF (or 0xDA15FF) is known color: Psychedelic Purple. HEX triplet: DA, 15 and FF. RGB value is (218,21,255). Sum of RGB (Red+Green+Blue) = 218+21+255=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 21 (8.59% from 255 or 4.25% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA15FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA15FF is #25EA00. Grayscale: #696969. Windows color (decimal): -2484737 or 16717274. OLE color: 16717274.
HSL color Cylindrical-coordinate representation of color #DA15FF: hue angle of 290.51º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA15FF is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 21 | 255 | - |
| CMYK | 0.15 | 0.92 | 0 | 0 |
| HSL | 290.51º | 1% | 0.54% | - |
| HSV(B) | 290.51º | 0.92% | 1% | - |
| XYZ | 47.23 | 22.66 | 96.49 | - |
| YUV | 106.58 | 211.77 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 255 | 0.15 | 0.92 | 0 | 0 | 290.51 | 1 | 0.54 |
| Hex | DA | 15 | FF | F | 5C | 0 | 0 | 123 | 64 | 36 |
| Octal | 332 | 25 | 377 | 17 | 134 | 0 | 0 | 443 | 144 | 66 |
| Binary | 11011010 | 10101 | 11111111 | 1111 | 1011100 | 0 | 0 | 100100011 | 1100100 | 110110 |
Color Harmonies of #DA15FF
Complementary color
Monochromatic Colors of #DA15FF
Black with #DA15FF
Text Example
Text Example
White with #DA15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA15FF; }
p { color: rgb(218,21,255); }
H1.HeaderClassName
{
color: #DA15FF;
}
.AnyTagClassName
{
color: #DA15FF;
}
</style>
background-color css
<style>
a { background-color: #DA15FF; }
a { background-color: rgb(218,21,255); }
div.DivClassName
{
background-color: #DA15FF;
}
.BgClassName
{
background-color: #DA15FF;
}
</style>
border-color css
<style>
span { border-color: #DA15FF; }
span { border-color: rgb(218,21,255); }
td.TdClassName
{
border-color: #DA15FF;
}
.TagClassName
{
border-color: #DA15FF;
}
</style>