Shades of Psychedelic Purple #DA0FE8
Tints of Psychedelic Purple #DA0FE8
RGB
CMYK
RGB Variations
Color information
#DA0FE8 (or 0xDA0FE8) is known color: Psychedelic Purple. HEX triplet: DA, 0F and E8. RGB value is (218,15,232). Sum of RGB (Red+Green+Blue) = 218+15+232=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 15 (6.25% from 255 or 3.23% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #DA0FE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0FE8 is #25F017. Grayscale: #636363. Windows color (decimal): -2486296 or 15208410. OLE color: 15208410.
HSL color Cylindrical-coordinate representation of color #DA0FE8: hue angle of 296.13º 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 #DA0FE8 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 15 | 232 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.09 |
| HSL | 296.13º | 0.88% | 0.48% | - |
| HSV(B) | 296.13º | 0.94% | 0.91% | - |
| XYZ | 43.65 | 21.07 | 78.11 | - |
| YUV | 100.44 | 202.25 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 232 | 0.06 | 0.94 | 0 | 0.09 | 296.13 | 0.88 | 0.48 |
| Hex | DA | F | E8 | 6 | 5E | 0 | 9 | 128 | 58 | 30 |
| Octal | 332 | 17 | 350 | 6 | 136 | 0 | 11 | 450 | 130 | 60 |
| Binary | 11011010 | 1111 | 11101000 | 110 | 1011110 | 0 | 1001 | 100101000 | 1011000 | 110000 |
Color Harmonies of #DA0FE8
Complementary color
Monochromatic Colors of #DA0FE8
Black with #DA0FE8
Text Example
Text Example
White with #DA0FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FE8; }
p { color: rgb(218,15,232); }
H1.HeaderClassName
{
color: #DA0FE8;
}
.AnyTagClassName
{
color: #DA0FE8;
}
</style>
background-color css
<style>
a { background-color: #DA0FE8; }
a { background-color: rgb(218,15,232); }
div.DivClassName
{
background-color: #DA0FE8;
}
.BgClassName
{
background-color: #DA0FE8;
}
</style>
border-color css
<style>
span { border-color: #DA0FE8; }
span { border-color: rgb(218,15,232); }
td.TdClassName
{
border-color: #DA0FE8;
}
.TagClassName
{
border-color: #DA0FE8;
}
</style>