Shades of Psychedelic Purple #DA0CEB
Tints of Psychedelic Purple #DA0CEB
RGB
CMYK
RGB Variations
Color information
#DA0CEB (or 0xDA0CEB) is known color: Psychedelic Purple. HEX triplet: DA, 0C and EB. RGB value is (218,12,235). Sum of RGB (Red+Green+Blue) = 218+12+235=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA0CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0CEB is #25F314. Grayscale: #626262. Windows color (decimal): -2487061 or 15404250. OLE color: 15404250.
HSL color Cylindrical-coordinate representation of color #DA0CEB: hue angle of 295.43º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0CEB is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 12 | 235 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.08 |
| HSL | 295.43º | 0.9% | 0.48% | - |
| HSV(B) | 295.43º | 0.95% | 0.92% | - |
| XYZ | 44.04 | 21.17 | 80.36 | - |
| YUV | 99.02 | 204.75 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 235 | 0.07 | 0.95 | 0 | 0.08 | 295.43 | 0.9 | 0.48 |
| Hex | DA | C | EB | 7 | 5F | 0 | 8 | 127 | 5A | 30 |
| Octal | 332 | 14 | 353 | 7 | 137 | 0 | 10 | 447 | 132 | 60 |
| Binary | 11011010 | 1100 | 11101011 | 111 | 1011111 | 0 | 1000 | 100100111 | 1011010 | 110000 |
Color Harmonies of #DA0CEB
Complementary color
Monochromatic Colors of #DA0CEB
Black with #DA0CEB
Text Example
Text Example
White with #DA0CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0CEB; }
p { color: rgb(218,12,235); }
H1.HeaderClassName
{
color: #DA0CEB;
}
.AnyTagClassName
{
color: #DA0CEB;
}
</style>
background-color css
<style>
a { background-color: #DA0CEB; }
a { background-color: rgb(218,12,235); }
div.DivClassName
{
background-color: #DA0CEB;
}
.BgClassName
{
background-color: #DA0CEB;
}
</style>
border-color css
<style>
span { border-color: #DA0CEB; }
span { border-color: rgb(218,12,235); }
td.TdClassName
{
border-color: #DA0CEB;
}
.TagClassName
{
border-color: #DA0CEB;
}
</style>