Shades of Psychedelic Purple #DA2AF6
Tints of Psychedelic Purple #DA2AF6
RGB
CMYK
RGB Variations
Color information
#DA2AF6 (or 0xDA2AF6) is known color: Psychedelic Purple. HEX triplet: DA, 2A and F6. RGB value is (218,42,246). Sum of RGB (Red+Green+Blue) = 218+42+246=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 42 (16.80% from 255 or 8.30% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #DA2AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2AF6 is #25D509. Grayscale: #757575. Windows color (decimal): -2479370 or 16132826. OLE color: 16132826.
HSL color Cylindrical-coordinate representation of color #DA2AF6: hue angle of 291.76º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2AF6 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 42 | 246 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.04 |
| HSL | 291.76º | 0.92% | 0.56% | - |
| HSV(B) | 291.76º | 0.83% | 0.96% | - |
| XYZ | 46.38 | 23.22 | 89.23 | - |
| YUV | 117.88 | 200.31 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 246 | 0.11 | 0.83 | 0 | 0.04 | 291.76 | 0.92 | 0.56 |
| Hex | DA | 2A | F6 | B | 53 | 0 | 4 | 124 | 5C | 38 |
| Octal | 332 | 52 | 366 | 13 | 123 | 0 | 4 | 444 | 134 | 70 |
| Binary | 11011010 | 101010 | 11110110 | 1011 | 1010011 | 0 | 100 | 100100100 | 1011100 | 111000 |
Color Harmonies of #DA2AF6
Complementary color
Monochromatic Colors of #DA2AF6
Black with #DA2AF6
Text Example
Text Example
White with #DA2AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2AF6; }
p { color: rgb(218,42,246); }
H1.HeaderClassName
{
color: #DA2AF6;
}
.AnyTagClassName
{
color: #DA2AF6;
}
</style>
background-color css
<style>
a { background-color: #DA2AF6; }
a { background-color: rgb(218,42,246); }
div.DivClassName
{
background-color: #DA2AF6;
}
.BgClassName
{
background-color: #DA2AF6;
}
</style>
border-color css
<style>
span { border-color: #DA2AF6; }
span { border-color: rgb(218,42,246); }
td.TdClassName
{
border-color: #DA2AF6;
}
.TagClassName
{
border-color: #DA2AF6;
}
</style>