Shades of Psychedelic Purple #DA0CE5
Tints of Psychedelic Purple #DA0CE5
RGB
CMYK
RGB Variations
Color information
#DA0CE5 (or 0xDA0CE5) is known color: Psychedelic Purple. HEX triplet: DA, 0C and E5. RGB value is (218,12,229). Sum of RGB (Red+Green+Blue) = 218+12+229=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 12 (5.08% from 255 or 2.61% from 459); Blue value is 229 (89.84% from 255 or 49.89% from 459); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA0CE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0CE5 is #25F31A. Grayscale: #616161. Windows color (decimal): -2487067 or 15011034. OLE color: 15011034.
HSL color Cylindrical-coordinate representation of color #DA0CE5: hue angle of 296.96º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0CE5 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 12 | 229 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.10 |
| HSL | 296.96º | 0.9% | 0.47% | - |
| HSV(B) | 296.96º | 0.95% | 0.9% | - |
| XYZ | 43.19 | 20.83 | 75.87 | - |
| YUV | 98.33 | 201.75 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 229 | 0.05 | 0.95 | 0 | 0.10 | 296.96 | 0.9 | 0.47 |
| Hex | DA | C | E5 | 5 | 5F | 0 | A | 129 | 5A | 2F |
| Octal | 332 | 14 | 345 | 5 | 137 | 0 | 12 | 451 | 132 | 57 |
| Binary | 11011010 | 1100 | 11100101 | 101 | 1011111 | 0 | 1010 | 100101001 | 1011010 | 101111 |
Color Harmonies of #DA0CE5
Complementary color
Monochromatic Colors of #DA0CE5
Black with #DA0CE5
Text Example
Text Example
White with #DA0CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0CE5; }
p { color: rgb(218,12,229); }
H1.HeaderClassName
{
color: #DA0CE5;
}
.AnyTagClassName
{
color: #DA0CE5;
}
</style>
background-color css
<style>
a { background-color: #DA0CE5; }
a { background-color: rgb(218,12,229); }
div.DivClassName
{
background-color: #DA0CE5;
}
.BgClassName
{
background-color: #DA0CE5;
}
</style>
border-color css
<style>
span { border-color: #DA0CE5; }
span { border-color: rgb(218,12,229); }
td.TdClassName
{
border-color: #DA0CE5;
}
.TagClassName
{
border-color: #DA0CE5;
}
</style>