Shades of Psychedelic Purple #DA1DF4
Tints of Psychedelic Purple #DA1DF4
RGB
CMYK
RGB Variations
Color information
#DA1DF4 (or 0xDA1DF4) is known color: Psychedelic Purple. HEX triplet: DA, 1D and F4. RGB value is (218,29,244). Sum of RGB (Red+Green+Blue) = 218+29+244=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 29 (11.72% from 255 or 5.91% from 491); Blue value is 244 (95.70% from 255 or 49.69% from 491); Max value from RGB is 244 - color contains mainly: blue. Hex color #DA1DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1DF4 is #25E20B. Grayscale: #6D6D6D. Windows color (decimal): -2482700 or 15998426. OLE color: 15998426.
HSL color Cylindrical-coordinate representation of color #DA1DF4: hue angle of 292.74º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1DF4 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 29 | 244 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.04 |
| HSL | 292.74º | 0.91% | 0.54% | - |
| HSV(B) | 292.74º | 0.88% | 0.96% | - |
| XYZ | 45.68 | 22.32 | 87.49 | - |
| YUV | 110.02 | 203.62 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 244 | 0.11 | 0.88 | 0 | 0.04 | 292.74 | 0.91 | 0.54 |
| Hex | DA | 1D | F4 | B | 58 | 0 | 4 | 125 | 5B | 36 |
| Octal | 332 | 35 | 364 | 13 | 130 | 0 | 4 | 445 | 133 | 66 |
| Binary | 11011010 | 11101 | 11110100 | 1011 | 1011000 | 0 | 100 | 100100101 | 1011011 | 110110 |
Color Harmonies of #DA1DF4
Complementary color
Monochromatic Colors of #DA1DF4
Black with #DA1DF4
Text Example
Text Example
White with #DA1DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1DF4; }
p { color: rgb(218,29,244); }
H1.HeaderClassName
{
color: #DA1DF4;
}
.AnyTagClassName
{
color: #DA1DF4;
}
</style>
background-color css
<style>
a { background-color: #DA1DF4; }
a { background-color: rgb(218,29,244); }
div.DivClassName
{
background-color: #DA1DF4;
}
.BgClassName
{
background-color: #DA1DF4;
}
</style>
border-color css
<style>
span { border-color: #DA1DF4; }
span { border-color: rgb(218,29,244); }
td.TdClassName
{
border-color: #DA1DF4;
}
.TagClassName
{
border-color: #DA1DF4;
}
</style>