Shades of Psychedelic Purple #DA2DF6
Tints of Psychedelic Purple #DA2DF6
RGB
CMYK
RGB Variations
Color information
#DA2DF6 (or 0xDA2DF6) is known color: Psychedelic Purple. HEX triplet: DA, 2D and F6. RGB value is (218,45,246). Sum of RGB (Red+Green+Blue) = 218+45+246=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 45 (17.97% from 255 or 8.84% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #DA2DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2DF6 is #25D209. Grayscale: #777777. Windows color (decimal): -2478602 or 16133594. OLE color: 16133594.
HSL color Cylindrical-coordinate representation of color #DA2DF6: hue angle of 291.64º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2DF6 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 45 | 246 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.04 |
| HSL | 291.64º | 0.92% | 0.57% | - |
| HSV(B) | 291.64º | 0.82% | 0.96% | - |
| XYZ | 46.49 | 23.44 | 89.26 | - |
| YUV | 119.64 | 199.31 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 246 | 0.11 | 0.82 | 0 | 0.04 | 291.64 | 0.92 | 0.57 |
| Hex | DA | 2D | F6 | B | 52 | 0 | 4 | 124 | 5C | 39 |
| Octal | 332 | 55 | 366 | 13 | 122 | 0 | 4 | 444 | 134 | 71 |
| Binary | 11011010 | 101101 | 11110110 | 1011 | 1010010 | 0 | 100 | 100100100 | 1011100 | 111001 |
Color Harmonies of #DA2DF6
Complementary color
Monochromatic Colors of #DA2DF6
Black with #DA2DF6
Text Example
Text Example
White with #DA2DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2DF6; }
p { color: rgb(218,45,246); }
H1.HeaderClassName
{
color: #DA2DF6;
}
.AnyTagClassName
{
color: #DA2DF6;
}
</style>
background-color css
<style>
a { background-color: #DA2DF6; }
a { background-color: rgb(218,45,246); }
div.DivClassName
{
background-color: #DA2DF6;
}
.BgClassName
{
background-color: #DA2DF6;
}
</style>
border-color css
<style>
span { border-color: #DA2DF6; }
span { border-color: rgb(218,45,246); }
td.TdClassName
{
border-color: #DA2DF6;
}
.TagClassName
{
border-color: #DA2DF6;
}
</style>