Shades of Psychedelic Purple #DA0FE7
Tints of Psychedelic Purple #DA0FE7
RGB
CMYK
RGB Variations
Color information
#DA0FE7 (or 0xDA0FE7) is known color: Psychedelic Purple. HEX triplet: DA, 0F and E7. RGB value is (218,15,231). Sum of RGB (Red+Green+Blue) = 218+15+231=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #DA0FE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0FE7 is #25F018. Grayscale: #636363. Windows color (decimal): -2486297 or 15142874. OLE color: 15142874.
HSL color Cylindrical-coordinate representation of color #DA0FE7: hue angle of 296.39º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0FE7 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 15 | 231 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.09 |
| HSL | 296.39º | 0.88% | 0.48% | - |
| HSV(B) | 296.39º | 0.94% | 0.91% | - |
| XYZ | 43.51 | 21.02 | 77.36 | - |
| YUV | 100.32 | 201.75 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 231 | 0.06 | 0.94 | 0 | 0.09 | 296.39 | 0.88 | 0.48 |
| Hex | DA | F | E7 | 6 | 5E | 0 | 9 | 128 | 58 | 30 |
| Octal | 332 | 17 | 347 | 6 | 136 | 0 | 11 | 450 | 130 | 60 |
| Binary | 11011010 | 1111 | 11100111 | 110 | 1011110 | 0 | 1001 | 100101000 | 1011000 | 110000 |
Color Harmonies of #DA0FE7
Complementary color
Monochromatic Colors of #DA0FE7
Black with #DA0FE7
Text Example
Text Example
White with #DA0FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FE7; }
p { color: rgb(218,15,231); }
H1.HeaderClassName
{
color: #DA0FE7;
}
.AnyTagClassName
{
color: #DA0FE7;
}
</style>
background-color css
<style>
a { background-color: #DA0FE7; }
a { background-color: rgb(218,15,231); }
div.DivClassName
{
background-color: #DA0FE7;
}
.BgClassName
{
background-color: #DA0FE7;
}
</style>
border-color css
<style>
span { border-color: #DA0FE7; }
span { border-color: rgb(218,15,231); }
td.TdClassName
{
border-color: #DA0FE7;
}
.TagClassName
{
border-color: #DA0FE7;
}
</style>