Shades of Psychedelic Purple #DA1CF7
Tints of Psychedelic Purple #DA1CF7
RGB
CMYK
RGB Variations
Color information
#DA1CF7 (or 0xDA1CF7) is known color: Psychedelic Purple. HEX triplet: DA, 1C and F7. RGB value is (218,28,247). Sum of RGB (Red+Green+Blue) = 218+28+247=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 28 (11.33% from 255 or 5.68% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #DA1CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1CF7 is #25E308. Grayscale: #6D6D6D. Windows color (decimal): -2482953 or 16194778. OLE color: 16194778.
HSL color Cylindrical-coordinate representation of color #DA1CF7: hue angle of 292.05º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1CF7 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 28 | 247 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.03 |
| HSL | 292.05º | 0.93% | 0.54% | - |
| HSV(B) | 292.05º | 0.89% | 0.97% | - |
| XYZ | 46.12 | 22.45 | 89.9 | - |
| YUV | 109.78 | 205.45 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 247 | 0.12 | 0.89 | 0 | 0.03 | 292.05 | 0.93 | 0.54 |
| Hex | DA | 1C | F7 | C | 59 | 0 | 3 | 124 | 5D | 36 |
| Octal | 332 | 34 | 367 | 14 | 131 | 0 | 3 | 444 | 135 | 66 |
| Binary | 11011010 | 11100 | 11110111 | 1100 | 1011001 | 0 | 11 | 100100100 | 1011101 | 110110 |
Color Harmonies of #DA1CF7
Complementary color
Monochromatic Colors of #DA1CF7
Black with #DA1CF7
Text Example
Text Example
White with #DA1CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1CF7; }
p { color: rgb(218,28,247); }
H1.HeaderClassName
{
color: #DA1CF7;
}
.AnyTagClassName
{
color: #DA1CF7;
}
</style>
background-color css
<style>
a { background-color: #DA1CF7; }
a { background-color: rgb(218,28,247); }
div.DivClassName
{
background-color: #DA1CF7;
}
.BgClassName
{
background-color: #DA1CF7;
}
</style>
border-color css
<style>
span { border-color: #DA1CF7; }
span { border-color: rgb(218,28,247); }
td.TdClassName
{
border-color: #DA1CF7;
}
.TagClassName
{
border-color: #DA1CF7;
}
</style>