Shades of Psychedelic Purple #DA11F7
Tints of Psychedelic Purple #DA11F7
RGB
CMYK
RGB Variations
Color information
#DA11F7 (or 0xDA11F7) is known color: Psychedelic Purple. HEX triplet: DA, 11 and F7. RGB value is (218,17,247). Sum of RGB (Red+Green+Blue) = 218+17+247=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 17 (7.03% from 255 or 3.53% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #DA11F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA11F7 is #25EE08. Grayscale: #666666. Windows color (decimal): -2485769 or 16191962. OLE color: 16191962.
HSL color Cylindrical-coordinate representation of color #DA11F7: hue angle of 292.43º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA11F7 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 17 | 247 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.03 |
| HSL | 292.43º | 0.93% | 0.52% | - |
| HSV(B) | 292.43º | 0.93% | 0.97% | - |
| XYZ | 45.9 | 22.02 | 89.83 | - |
| YUV | 103.32 | 209.09 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 247 | 0.12 | 0.93 | 0 | 0.03 | 292.43 | 0.93 | 0.52 |
| Hex | DA | 11 | F7 | C | 5D | 0 | 3 | 124 | 5D | 34 |
| Octal | 332 | 21 | 367 | 14 | 135 | 0 | 3 | 444 | 135 | 64 |
| Binary | 11011010 | 10001 | 11110111 | 1100 | 1011101 | 0 | 11 | 100100100 | 1011101 | 110100 |
Color Harmonies of #DA11F7
Complementary color
Monochromatic Colors of #DA11F7
Black with #DA11F7
Text Example
Text Example
White with #DA11F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA11F7; }
p { color: rgb(218,17,247); }
H1.HeaderClassName
{
color: #DA11F7;
}
.AnyTagClassName
{
color: #DA11F7;
}
</style>
background-color css
<style>
a { background-color: #DA11F7; }
a { background-color: rgb(218,17,247); }
div.DivClassName
{
background-color: #DA11F7;
}
.BgClassName
{
background-color: #DA11F7;
}
</style>
border-color css
<style>
span { border-color: #DA11F7; }
span { border-color: rgb(218,17,247); }
td.TdClassName
{
border-color: #DA11F7;
}
.TagClassName
{
border-color: #DA11F7;
}
</style>