Shades of Psychedelic Purple #DA1CEF
Tints of Psychedelic Purple #DA1CEF
RGB
CMYK
RGB Variations
Color information
#DA1CEF (or 0xDA1CEF) is known color: Psychedelic Purple. HEX triplet: DA, 1C and EF. RGB value is (218,28,239). Sum of RGB (Red+Green+Blue) = 218+28+239=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 28 (11.33% from 255 or 5.77% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA1CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1CEF is #25E310. Grayscale: #6C6C6C. Windows color (decimal): -2482961 or 15670490. OLE color: 15670490.
HSL color Cylindrical-coordinate representation of color #DA1CEF: hue angle of 294.03º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1CEF is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 28 | 239 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.06 |
| HSL | 294.03º | 0.87% | 0.52% | - |
| HSV(B) | 294.03º | 0.88% | 0.94% | - |
| XYZ | 44.91 | 21.97 | 83.53 | - |
| YUV | 108.86 | 201.45 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 239 | 0.09 | 0.88 | 0 | 0.06 | 294.03 | 0.87 | 0.52 |
| Hex | DA | 1C | EF | 9 | 58 | 0 | 6 | 126 | 57 | 34 |
| Octal | 332 | 34 | 357 | 11 | 130 | 0 | 6 | 446 | 127 | 64 |
| Binary | 11011010 | 11100 | 11101111 | 1001 | 1011000 | 0 | 110 | 100100110 | 1010111 | 110100 |
Color Harmonies of #DA1CEF
Complementary color
Monochromatic Colors of #DA1CEF
Black with #DA1CEF
Text Example
Text Example
White with #DA1CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1CEF; }
p { color: rgb(218,28,239); }
H1.HeaderClassName
{
color: #DA1CEF;
}
.AnyTagClassName
{
color: #DA1CEF;
}
</style>
background-color css
<style>
a { background-color: #DA1CEF; }
a { background-color: rgb(218,28,239); }
div.DivClassName
{
background-color: #DA1CEF;
}
.BgClassName
{
background-color: #DA1CEF;
}
</style>
border-color css
<style>
span { border-color: #DA1CEF; }
span { border-color: rgb(218,28,239); }
td.TdClassName
{
border-color: #DA1CEF;
}
.TagClassName
{
border-color: #DA1CEF;
}
</style>