Shades of Psychedelic Purple #DA0FF8
Tints of Psychedelic Purple #DA0FF8
RGB
CMYK
RGB Variations
Color information
#DA0FF8 (or 0xDA0FF8) is known color: Psychedelic Purple. HEX triplet: DA, 0F and F8. RGB value is (218,15,248). Sum of RGB (Red+Green+Blue) = 218+15+248=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 15 (6.25% from 255 or 3.12% from 481); Blue value is 248 (97.27% from 255 or 51.56% from 481); Max value from RGB is 248 - color contains mainly: blue. Hex color #DA0FF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0FF8 is #25F007. Grayscale: #656565. Windows color (decimal): -2486280 or 16256986. OLE color: 16256986.
HSL color Cylindrical-coordinate representation of color #DA0FF8: hue angle of 292.27º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0FF8 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 15 | 248 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.03 |
| HSL | 292.27º | 0.94% | 0.52% | - |
| HSV(B) | 292.27º | 0.94% | 0.97% | - |
| XYZ | 46.03 | 22.02 | 90.63 | - |
| YUV | 102.26 | 210.25 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 248 | 0.12 | 0.94 | 0 | 0.03 | 292.27 | 0.94 | 0.52 |
| Hex | DA | F | F8 | C | 5E | 0 | 3 | 124 | 5E | 34 |
| Octal | 332 | 17 | 370 | 14 | 136 | 0 | 3 | 444 | 136 | 64 |
| Binary | 11011010 | 1111 | 11111000 | 1100 | 1011110 | 0 | 11 | 100100100 | 1011110 | 110100 |
Color Harmonies of #DA0FF8
Complementary color
Monochromatic Colors of #DA0FF8
Black with #DA0FF8
Text Example
Text Example
White with #DA0FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FF8; }
p { color: rgb(218,15,248); }
H1.HeaderClassName
{
color: #DA0FF8;
}
.AnyTagClassName
{
color: #DA0FF8;
}
</style>
background-color css
<style>
a { background-color: #DA0FF8; }
a { background-color: rgb(218,15,248); }
div.DivClassName
{
background-color: #DA0FF8;
}
.BgClassName
{
background-color: #DA0FF8;
}
</style>
border-color css
<style>
span { border-color: #DA0FF8; }
span { border-color: rgb(218,15,248); }
td.TdClassName
{
border-color: #DA0FF8;
}
.TagClassName
{
border-color: #DA0FF8;
}
</style>