Shades of Psychedelic Purple #DA2FFB
Tints of Psychedelic Purple #DA2FFB
RGB
CMYK
RGB Variations
Color information
#DA2FFB (or 0xDA2FFB) is known color: Psychedelic Purple. HEX triplet: DA, 2F and FB. RGB value is (218,47,251). Sum of RGB (Red+Green+Blue) = 218+47+251=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 47 (18.75% from 255 or 9.11% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA2FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2FFB is #25D004. Grayscale: #787878. Windows color (decimal): -2478085 or 16461786. OLE color: 16461786.
HSL color Cylindrical-coordinate representation of color #DA2FFB: hue angle of 290.29º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2FFB is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 47 | 251 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.02 |
| HSL | 290.29º | 0.96% | 0.58% | - |
| HSV(B) | 290.29º | 0.81% | 0.98% | - |
| XYZ | 47.34 | 23.9 | 93.39 | - |
| YUV | 121.39 | 201.15 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 251 | 0.13 | 0.81 | 0 | 0.02 | 290.29 | 0.96 | 0.58 |
| Hex | DA | 2F | FB | D | 51 | 0 | 2 | 122 | 60 | 3A |
| Octal | 332 | 57 | 373 | 15 | 121 | 0 | 2 | 442 | 140 | 72 |
| Binary | 11011010 | 101111 | 11111011 | 1101 | 1010001 | 0 | 10 | 100100010 | 1100000 | 111010 |
Color Harmonies of #DA2FFB
Complementary color
Monochromatic Colors of #DA2FFB
Black with #DA2FFB
Text Example
Text Example
White with #DA2FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2FFB; }
p { color: rgb(218,47,251); }
H1.HeaderClassName
{
color: #DA2FFB;
}
.AnyTagClassName
{
color: #DA2FFB;
}
</style>
background-color css
<style>
a { background-color: #DA2FFB; }
a { background-color: rgb(218,47,251); }
div.DivClassName
{
background-color: #DA2FFB;
}
.BgClassName
{
background-color: #DA2FFB;
}
</style>
border-color css
<style>
span { border-color: #DA2FFB; }
span { border-color: rgb(218,47,251); }
td.TdClassName
{
border-color: #DA2FFB;
}
.TagClassName
{
border-color: #DA2FFB;
}
</style>