Shades of Psychedelic Purple #DA14E5
Tints of Psychedelic Purple #DA14E5
RGB
CMYK
RGB Variations
Color information
#DA14E5 (or 0xDA14E5) is known color: Psychedelic Purple. HEX triplet: DA, 14 and E5. RGB value is (218,20,229). Sum of RGB (Red+Green+Blue) = 218+20+229=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA14E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA14E5 is #25EB1A. Grayscale: #666666. Windows color (decimal): -2485019 or 15013082. OLE color: 15013082.
HSL color Cylindrical-coordinate representation of color #DA14E5: hue angle of 296.84º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA14E5 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 20 | 229 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.10 |
| HSL | 296.84º | 0.84% | 0.49% | - |
| HSV(B) | 296.84º | 0.91% | 0.9% | - |
| XYZ | 43.31 | 21.06 | 75.91 | - |
| YUV | 103.03 | 199.1 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 229 | 0.05 | 0.91 | 0 | 0.10 | 296.84 | 0.84 | 0.49 |
| Hex | DA | 14 | E5 | 5 | 5B | 0 | A | 129 | 54 | 31 |
| Octal | 332 | 24 | 345 | 5 | 133 | 0 | 12 | 451 | 124 | 61 |
| Binary | 11011010 | 10100 | 11100101 | 101 | 1011011 | 0 | 1010 | 100101001 | 1010100 | 110001 |
Color Harmonies of #DA14E5
Complementary color
Monochromatic Colors of #DA14E5
Black with #DA14E5
Text Example
Text Example
White with #DA14E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA14E5; }
p { color: rgb(218,20,229); }
H1.HeaderClassName
{
color: #DA14E5;
}
.AnyTagClassName
{
color: #DA14E5;
}
</style>
background-color css
<style>
a { background-color: #DA14E5; }
a { background-color: rgb(218,20,229); }
div.DivClassName
{
background-color: #DA14E5;
}
.BgClassName
{
background-color: #DA14E5;
}
</style>
border-color css
<style>
span { border-color: #DA14E5; }
span { border-color: rgb(218,20,229); }
td.TdClassName
{
border-color: #DA14E5;
}
.TagClassName
{
border-color: #DA14E5;
}
</style>