Shades of Psychedelic Purple #DA2CEA
Tints of Psychedelic Purple #DA2CEA
RGB
CMYK
RGB Variations
Color information
#DA2CEA (or 0xDA2CEA) is known color: Psychedelic Purple. HEX triplet: DA, 2C and EA. RGB value is (218,44,234). Sum of RGB (Red+Green+Blue) = 218+44+234=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 44 (17.58% from 255 or 8.87% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA2CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2CEA is #25D315. Grayscale: #757575. Windows color (decimal): -2478870 or 15346906. OLE color: 15346906.
HSL color Cylindrical-coordinate representation of color #DA2CEA: hue angle of 294.95º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2CEA is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 44 | 234 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.08 |
| HSL | 294.95º | 0.82% | 0.55% | - |
| HSV(B) | 294.95º | 0.81% | 0.92% | - |
| XYZ | 44.67 | 22.65 | 79.86 | - |
| YUV | 117.69 | 193.65 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 44 | 234 | 0.07 | 0.81 | 0 | 0.08 | 294.95 | 0.82 | 0.55 |
| Hex | DA | 2C | EA | 7 | 51 | 0 | 8 | 127 | 52 | 37 |
| Octal | 332 | 54 | 352 | 7 | 121 | 0 | 10 | 447 | 122 | 67 |
| Binary | 11011010 | 101100 | 11101010 | 111 | 1010001 | 0 | 1000 | 100100111 | 1010010 | 110111 |
Color Harmonies of #DA2CEA
Complementary color
Monochromatic Colors of #DA2CEA
Black with #DA2CEA
Text Example
Text Example
White with #DA2CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2CEA; }
p { color: rgb(218,44,234); }
H1.HeaderClassName
{
color: #DA2CEA;
}
.AnyTagClassName
{
color: #DA2CEA;
}
</style>
background-color css
<style>
a { background-color: #DA2CEA; }
a { background-color: rgb(218,44,234); }
div.DivClassName
{
background-color: #DA2CEA;
}
.BgClassName
{
background-color: #DA2CEA;
}
</style>
border-color css
<style>
span { border-color: #DA2CEA; }
span { border-color: rgb(218,44,234); }
td.TdClassName
{
border-color: #DA2CEA;
}
.TagClassName
{
border-color: #DA2CEA;
}
</style>