Shades of Psychedelic Purple #DA2CF4
Tints of Psychedelic Purple #DA2CF4
RGB
CMYK
RGB Variations
Color information
#DA2CF4 (or 0xDA2CF4) is known color: Psychedelic Purple. HEX triplet: DA, 2C and F4. RGB value is (218,44,244). Sum of RGB (Red+Green+Blue) = 218+44+244=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 44 (17.58% from 255 or 8.70% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 244 - color contains mainly: blue. Hex color #DA2CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2CF4 is #25D30B. Grayscale: #767676. Windows color (decimal): -2478860 or 16002266. OLE color: 16002266.
HSL color Cylindrical-coordinate representation of color #DA2CF4: hue angle of 292.2º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2CF4 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 44 | 244 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.04 |
| HSL | 292.2º | 0.9% | 0.56% | - |
| HSV(B) | 292.2º | 0.82% | 0.96% | - |
| XYZ | 46.14 | 23.24 | 87.64 | - |
| YUV | 118.83 | 198.65 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 44 | 244 | 0.11 | 0.82 | 0 | 0.04 | 292.2 | 0.9 | 0.56 |
| Hex | DA | 2C | F4 | B | 52 | 0 | 4 | 124 | 5A | 38 |
| Octal | 332 | 54 | 364 | 13 | 122 | 0 | 4 | 444 | 132 | 70 |
| Binary | 11011010 | 101100 | 11110100 | 1011 | 1010010 | 0 | 100 | 100100100 | 1011010 | 111000 |
Color Harmonies of #DA2CF4
Complementary color
Monochromatic Colors of #DA2CF4
Black with #DA2CF4
Text Example
Text Example
White with #DA2CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2CF4; }
p { color: rgb(218,44,244); }
H1.HeaderClassName
{
color: #DA2CF4;
}
.AnyTagClassName
{
color: #DA2CF4;
}
</style>
background-color css
<style>
a { background-color: #DA2CF4; }
a { background-color: rgb(218,44,244); }
div.DivClassName
{
background-color: #DA2CF4;
}
.BgClassName
{
background-color: #DA2CF4;
}
</style>
border-color css
<style>
span { border-color: #DA2CF4; }
span { border-color: rgb(218,44,244); }
td.TdClassName
{
border-color: #DA2CF4;
}
.TagClassName
{
border-color: #DA2CF4;
}
</style>