Shades of Psychedelic Purple #DA15F3
Tints of Psychedelic Purple #DA15F3
RGB
CMYK
RGB Variations
Color information
#DA15F3 (or 0xDA15F3) is known color: Psychedelic Purple. HEX triplet: DA, 15 and F3. RGB value is (218,21,243). Sum of RGB (Red+Green+Blue) = 218+21+243=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #DA15F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA15F3 is #25EA0C. Grayscale: #686868. Windows color (decimal): -2484749 or 15930842. OLE color: 15930842.
HSL color Cylindrical-coordinate representation of color #DA15F3: hue angle of 293.24º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA15F3 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 21 | 243 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.05 |
| HSL | 293.24º | 0.9% | 0.52% | - |
| HSV(B) | 293.24º | 0.91% | 0.95% | - |
| XYZ | 45.36 | 21.91 | 86.63 | - |
| YUV | 105.21 | 205.77 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 243 | 0.10 | 0.91 | 0 | 0.05 | 293.24 | 0.9 | 0.52 |
| Hex | DA | 15 | F3 | A | 5B | 0 | 5 | 125 | 5A | 34 |
| Octal | 332 | 25 | 363 | 12 | 133 | 0 | 5 | 445 | 132 | 64 |
| Binary | 11011010 | 10101 | 11110011 | 1010 | 1011011 | 0 | 101 | 100100101 | 1011010 | 110100 |
Color Harmonies of #DA15F3
Complementary color
Monochromatic Colors of #DA15F3
Black with #DA15F3
Text Example
Text Example
White with #DA15F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA15F3; }
p { color: rgb(218,21,243); }
H1.HeaderClassName
{
color: #DA15F3;
}
.AnyTagClassName
{
color: #DA15F3;
}
</style>
background-color css
<style>
a { background-color: #DA15F3; }
a { background-color: rgb(218,21,243); }
div.DivClassName
{
background-color: #DA15F3;
}
.BgClassName
{
background-color: #DA15F3;
}
</style>
border-color css
<style>
span { border-color: #DA15F3; }
span { border-color: rgb(218,21,243); }
td.TdClassName
{
border-color: #DA15F3;
}
.TagClassName
{
border-color: #DA15F3;
}
</style>