Shades of Psychedelic Purple #DA0FF6
Tints of Psychedelic Purple #DA0FF6
RGB
CMYK
RGB Variations
Color information
#DA0FF6 (or 0xDA0FF6) is known color: Psychedelic Purple. HEX triplet: DA, 0F and F6. RGB value is (218,15,246). Sum of RGB (Red+Green+Blue) = 218+15+246=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 246 (96.48% from 255 or 51.36% from 479); Max value from RGB is 246 - color contains mainly: blue. Hex color #DA0FF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0FF6 is #25F009. Grayscale: #656565. Windows color (decimal): -2486282 or 16125914. OLE color: 16125914.
HSL color Cylindrical-coordinate representation of color #DA0FF6: hue angle of 292.73º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0FF6 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 15 | 246 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.04 |
| HSL | 292.73º | 0.93% | 0.51% | - |
| HSV(B) | 292.73º | 0.94% | 0.96% | - |
| XYZ | 45.72 | 21.9 | 89.01 | - |
| YUV | 102.03 | 209.25 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 246 | 0.11 | 0.94 | 0 | 0.04 | 292.73 | 0.93 | 0.51 |
| Hex | DA | F | F6 | B | 5E | 0 | 4 | 125 | 5D | 33 |
| Octal | 332 | 17 | 366 | 13 | 136 | 0 | 4 | 445 | 135 | 63 |
| Binary | 11011010 | 1111 | 11110110 | 1011 | 1011110 | 0 | 100 | 100100101 | 1011101 | 110011 |
Color Harmonies of #DA0FF6
Complementary color
Monochromatic Colors of #DA0FF6
Black with #DA0FF6
Text Example
Text Example
White with #DA0FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FF6; }
p { color: rgb(218,15,246); }
H1.HeaderClassName
{
color: #DA0FF6;
}
.AnyTagClassName
{
color: #DA0FF6;
}
</style>
background-color css
<style>
a { background-color: #DA0FF6; }
a { background-color: rgb(218,15,246); }
div.DivClassName
{
background-color: #DA0FF6;
}
.BgClassName
{
background-color: #DA0FF6;
}
</style>
border-color css
<style>
span { border-color: #DA0FF6; }
span { border-color: rgb(218,15,246); }
td.TdClassName
{
border-color: #DA0FF6;
}
.TagClassName
{
border-color: #DA0FF6;
}
</style>