Shades of Psychedelic Purple #DA2AF9
Tints of Psychedelic Purple #DA2AF9
RGB
CMYK
RGB Variations
Color information
#DA2AF9 (or 0xDA2AF9) is known color: Psychedelic Purple. HEX triplet: DA, 2A and F9. RGB value is (218,42,249). Sum of RGB (Red+Green+Blue) = 218+42+249=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 42 (16.80% from 255 or 8.25% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #DA2AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2AF9 is #25D506. Grayscale: #757575. Windows color (decimal): -2479367 or 16329434. OLE color: 16329434.
HSL color Cylindrical-coordinate representation of color #DA2AF9: hue angle of 291.01º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2AF9 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 42 | 249 | - |
CMYK | 0.12 | 0.83 | 0 | 0.02 |
HSL | 291.01º | 0.95% | 0.57% | - |
HSV(B) | 291.01º | 0.83% | 0.98% | - |
XYZ | 46.84 | 23.4 | 91.67 | - |
YUV | 118.22 | 201.81 | 199.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 42 | 249 | 0.12 | 0.83 | 0 | 0.02 | 291.01 | 0.95 | 0.57 |
Hex | DA | 2A | F9 | C | 53 | 0 | 2 | 123 | 5F | 39 |
Octal | 332 | 52 | 371 | 14 | 123 | 0 | 2 | 443 | 137 | 71 |
Binary | 11011010 | 101010 | 11111001 | 1100 | 1010011 | 0 | 10 | 100100011 | 1011111 | 111001 |
Color Harmonies of #DA2AF9
Complementary color
Monochromatic Colors of #DA2AF9
Black with #DA2AF9
Text Example
Text Example
White with #DA2AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2AF9; }
p { color: rgb(218,42,249); }
H1.HeaderClassName
{
color: #DA2AF9;
}
.AnyTagClassName
{
color: #DA2AF9;
}
</style>
background-color css
<style>
a { background-color: #DA2AF9; }
a { background-color: rgb(218,42,249); }
div.DivClassName
{
background-color: #DA2AF9;
}
.BgClassName
{
background-color: #DA2AF9;
}
</style>
border-color css
<style>
span { border-color: #DA2AF9; }
span { border-color: rgb(218,42,249); }
td.TdClassName
{
border-color: #DA2AF9;
}
.TagClassName
{
border-color: #DA2AF9;
}
</style>