Shades of Psychedelic Purple #DA14EA
Tints of Psychedelic Purple #DA14EA
RGB
CMYK
RGB Variations
Color information
#DA14EA (or 0xDA14EA) is known color: Psychedelic Purple. HEX triplet: DA, 14 and EA. RGB value is (218,20,234). Sum of RGB (Red+Green+Blue) = 218+20+234=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 20 (8.20% from 255 or 4.24% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA14EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA14EA is #25EB15. Grayscale: #666666. Windows color (decimal): -2485014 or 15340762. OLE color: 15340762.
HSL color Cylindrical-coordinate representation of color #DA14EA: hue angle of 295.51º 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 #DA14EA is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 20 | 234 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.08 |
| HSL | 295.51º | 0.84% | 0.5% | - |
| HSV(B) | 295.51º | 0.91% | 0.92% | - |
| XYZ | 44.01 | 21.35 | 79.64 | - |
| YUV | 103.6 | 201.6 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 234 | 0.07 | 0.91 | 0 | 0.08 | 295.51 | 0.84 | 0.5 |
| Hex | DA | 14 | EA | 7 | 5B | 0 | 8 | 128 | 54 | 32 |
| Octal | 332 | 24 | 352 | 7 | 133 | 0 | 10 | 450 | 124 | 62 |
| Binary | 11011010 | 10100 | 11101010 | 111 | 1011011 | 0 | 1000 | 100101000 | 1010100 | 110010 |
Color Harmonies of #DA14EA
Complementary color
Monochromatic Colors of #DA14EA
Black with #DA14EA
Text Example
Text Example
White with #DA14EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA14EA; }
p { color: rgb(218,20,234); }
H1.HeaderClassName
{
color: #DA14EA;
}
.AnyTagClassName
{
color: #DA14EA;
}
</style>
background-color css
<style>
a { background-color: #DA14EA; }
a { background-color: rgb(218,20,234); }
div.DivClassName
{
background-color: #DA14EA;
}
.BgClassName
{
background-color: #DA14EA;
}
</style>
border-color css
<style>
span { border-color: #DA14EA; }
span { border-color: rgb(218,20,234); }
td.TdClassName
{
border-color: #DA14EA;
}
.TagClassName
{
border-color: #DA14EA;
}
</style>