Shades of Psychedelic Purple #DA14E8
Tints of Psychedelic Purple #DA14E8
RGB
CMYK
RGB Variations
Color information
#DA14E8 (or 0xDA14E8) is known color: Psychedelic Purple. HEX triplet: DA, 14 and E8. RGB value is (218,20,232). Sum of RGB (Red+Green+Blue) = 218+20+232=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 20 (8.20% from 255 or 4.26% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #DA14E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA14E8 is #25EB17. Grayscale: #666666. Windows color (decimal): -2485016 or 15209690. OLE color: 15209690.
HSL color Cylindrical-coordinate representation of color #DA14E8: hue angle of 296.04º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA14E8 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 20 | 232 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.09 |
| HSL | 296.04º | 0.84% | 0.49% | - |
| HSV(B) | 296.04º | 0.91% | 0.91% | - |
| XYZ | 43.73 | 21.23 | 78.14 | - |
| YUV | 103.37 | 200.6 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 232 | 0.06 | 0.91 | 0 | 0.09 | 296.04 | 0.84 | 0.49 |
| Hex | DA | 14 | E8 | 6 | 5B | 0 | 9 | 128 | 54 | 31 |
| Octal | 332 | 24 | 350 | 6 | 133 | 0 | 11 | 450 | 124 | 61 |
| Binary | 11011010 | 10100 | 11101000 | 110 | 1011011 | 0 | 1001 | 100101000 | 1010100 | 110001 |
Color Harmonies of #DA14E8
Complementary color
Monochromatic Colors of #DA14E8
Black with #DA14E8
Text Example
Text Example
White with #DA14E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA14E8; }
p { color: rgb(218,20,232); }
H1.HeaderClassName
{
color: #DA14E8;
}
.AnyTagClassName
{
color: #DA14E8;
}
</style>
background-color css
<style>
a { background-color: #DA14E8; }
a { background-color: rgb(218,20,232); }
div.DivClassName
{
background-color: #DA14E8;
}
.BgClassName
{
background-color: #DA14E8;
}
</style>
border-color css
<style>
span { border-color: #DA14E8; }
span { border-color: rgb(218,20,232); }
td.TdClassName
{
border-color: #DA14E8;
}
.TagClassName
{
border-color: #DA14E8;
}
</style>