Shades of Psychedelic Purple #DA1CEC
Tints of Psychedelic Purple #DA1CEC
RGB
CMYK
RGB Variations
Color information
#DA1CEC (or 0xDA1CEC) is known color: Psychedelic Purple. HEX triplet: DA, 1C and EC. RGB value is (218,28,236). Sum of RGB (Red+Green+Blue) = 218+28+236=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 28 (11.33% from 255 or 5.81% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA1CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1CEC is #25E313. Grayscale: #6B6B6B. Windows color (decimal): -2482964 or 15473882. OLE color: 15473882.
HSL color Cylindrical-coordinate representation of color #DA1CEC: hue angle of 294.81º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1CEC is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 28 | 236 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.07 |
| HSL | 294.81º | 0.85% | 0.52% | - |
| HSV(B) | 294.81º | 0.88% | 0.93% | - |
| XYZ | 44.47 | 21.79 | 81.22 | - |
| YUV | 108.52 | 199.95 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 236 | 0.08 | 0.88 | 0 | 0.07 | 294.81 | 0.85 | 0.52 |
| Hex | DA | 1C | EC | 8 | 58 | 0 | 7 | 127 | 55 | 34 |
| Octal | 332 | 34 | 354 | 10 | 130 | 0 | 7 | 447 | 125 | 64 |
| Binary | 11011010 | 11100 | 11101100 | 1000 | 1011000 | 0 | 111 | 100100111 | 1010101 | 110100 |
Color Harmonies of #DA1CEC
Complementary color
Monochromatic Colors of #DA1CEC
Black with #DA1CEC
Text Example
Text Example
White with #DA1CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1CEC; }
p { color: rgb(218,28,236); }
H1.HeaderClassName
{
color: #DA1CEC;
}
.AnyTagClassName
{
color: #DA1CEC;
}
</style>
background-color css
<style>
a { background-color: #DA1CEC; }
a { background-color: rgb(218,28,236); }
div.DivClassName
{
background-color: #DA1CEC;
}
.BgClassName
{
background-color: #DA1CEC;
}
</style>
border-color css
<style>
span { border-color: #DA1CEC; }
span { border-color: rgb(218,28,236); }
td.TdClassName
{
border-color: #DA1CEC;
}
.TagClassName
{
border-color: #DA1CEC;
}
</style>