Shades of Psychedelic Purple #DA15EA
Tints of Psychedelic Purple #DA15EA
RGB
CMYK
RGB Variations
Color information
#DA15EA (or 0xDA15EA) is known color: Psychedelic Purple. HEX triplet: DA, 15 and EA. RGB value is (218,21,234). Sum of RGB (Red+Green+Blue) = 218+21+234=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA15EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA15EA is #25EA15. Grayscale: #676767. Windows color (decimal): -2484758 or 15341018. OLE color: 15341018.
HSL color Cylindrical-coordinate representation of color #DA15EA: hue angle of 295.49º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA15EA is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 21 | 234 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.08 |
| HSL | 295.49º | 0.84% | 0.5% | - |
| HSV(B) | 295.49º | 0.91% | 0.92% | - |
| XYZ | 44.03 | 21.38 | 79.65 | - |
| YUV | 104.19 | 201.27 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 234 | 0.07 | 0.91 | 0 | 0.08 | 295.49 | 0.84 | 0.5 |
| Hex | DA | 15 | EA | 7 | 5B | 0 | 8 | 127 | 54 | 32 |
| Octal | 332 | 25 | 352 | 7 | 133 | 0 | 10 | 447 | 124 | 62 |
| Binary | 11011010 | 10101 | 11101010 | 111 | 1011011 | 0 | 1000 | 100100111 | 1010100 | 110010 |
Color Harmonies of #DA15EA
Complementary color
Monochromatic Colors of #DA15EA
Black with #DA15EA
Text Example
Text Example
White with #DA15EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA15EA; }
p { color: rgb(218,21,234); }
H1.HeaderClassName
{
color: #DA15EA;
}
.AnyTagClassName
{
color: #DA15EA;
}
</style>
background-color css
<style>
a { background-color: #DA15EA; }
a { background-color: rgb(218,21,234); }
div.DivClassName
{
background-color: #DA15EA;
}
.BgClassName
{
background-color: #DA15EA;
}
</style>
border-color css
<style>
span { border-color: #DA15EA; }
span { border-color: rgb(218,21,234); }
td.TdClassName
{
border-color: #DA15EA;
}
.TagClassName
{
border-color: #DA15EA;
}
</style>