Shades of Psychedelic Purple #DA2AFB
Tints of Psychedelic Purple #DA2AFB
RGB
CMYK
RGB Variations
Color information
#DA2AFB (or 0xDA2AFB) is known color: Psychedelic Purple. HEX triplet: DA, 2A and FB. RGB value is (218,42,251). Sum of RGB (Red+Green+Blue) = 218+42+251=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 42 (16.80% from 255 or 8.22% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA2AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2AFB is #25D504. Grayscale: #757575. Windows color (decimal): -2479365 or 16460506. OLE color: 16460506.
HSL color Cylindrical-coordinate representation of color #DA2AFB: hue angle of 290.53º degrees, saturation: 0.96, 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 #DA2AFB is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 42 | 251 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.02 |
| HSL | 290.53º | 0.96% | 0.57% | - |
| HSV(B) | 290.53º | 0.83% | 0.98% | - |
| XYZ | 47.15 | 23.53 | 93.32 | - |
| YUV | 118.45 | 202.81 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 251 | 0.13 | 0.83 | 0 | 0.02 | 290.53 | 0.96 | 0.57 |
| Hex | DA | 2A | FB | D | 53 | 0 | 2 | 123 | 60 | 39 |
| Octal | 332 | 52 | 373 | 15 | 123 | 0 | 2 | 443 | 140 | 71 |
| Binary | 11011010 | 101010 | 11111011 | 1101 | 1010011 | 0 | 10 | 100100011 | 1100000 | 111001 |
Color Harmonies of #DA2AFB
Complementary color
Monochromatic Colors of #DA2AFB
Black with #DA2AFB
Text Example
Text Example
White with #DA2AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2AFB; }
p { color: rgb(218,42,251); }
H1.HeaderClassName
{
color: #DA2AFB;
}
.AnyTagClassName
{
color: #DA2AFB;
}
</style>
background-color css
<style>
a { background-color: #DA2AFB; }
a { background-color: rgb(218,42,251); }
div.DivClassName
{
background-color: #DA2AFB;
}
.BgClassName
{
background-color: #DA2AFB;
}
</style>
border-color css
<style>
span { border-color: #DA2AFB; }
span { border-color: rgb(218,42,251); }
td.TdClassName
{
border-color: #DA2AFB;
}
.TagClassName
{
border-color: #DA2AFB;
}
</style>