Shades of Psychedelic Purple #DA2CFB
Tints of Psychedelic Purple #DA2CFB
RGB
CMYK
RGB Variations
Color information
#DA2CFB (or 0xDA2CFB) is known color: Psychedelic Purple. HEX triplet: DA, 2C and FB. RGB value is (218,44,251). Sum of RGB (Red+Green+Blue) = 218+44+251=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 44 (17.58% from 255 or 8.58% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA2CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2CFB is #25D304. Grayscale: #767676. Windows color (decimal): -2478853 or 16461018. OLE color: 16461018.
HSL color Cylindrical-coordinate representation of color #DA2CFB: hue angle of 290.43º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2CFB is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 44 | 251 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.02 |
| HSL | 290.43º | 0.96% | 0.58% | - |
| HSV(B) | 290.43º | 0.82% | 0.98% | - |
| XYZ | 47.23 | 23.67 | 93.35 | - |
| YUV | 119.62 | 202.15 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 44 | 251 | 0.13 | 0.82 | 0 | 0.02 | 290.43 | 0.96 | 0.58 |
| Hex | DA | 2C | FB | D | 52 | 0 | 2 | 122 | 60 | 3A |
| Octal | 332 | 54 | 373 | 15 | 122 | 0 | 2 | 442 | 140 | 72 |
| Binary | 11011010 | 101100 | 11111011 | 1101 | 1010010 | 0 | 10 | 100100010 | 1100000 | 111010 |
Color Harmonies of #DA2CFB
Complementary color
Monochromatic Colors of #DA2CFB
Black with #DA2CFB
Text Example
Text Example
White with #DA2CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2CFB; }
p { color: rgb(218,44,251); }
H1.HeaderClassName
{
color: #DA2CFB;
}
.AnyTagClassName
{
color: #DA2CFB;
}
</style>
background-color css
<style>
a { background-color: #DA2CFB; }
a { background-color: rgb(218,44,251); }
div.DivClassName
{
background-color: #DA2CFB;
}
.BgClassName
{
background-color: #DA2CFB;
}
</style>
border-color css
<style>
span { border-color: #DA2CFB; }
span { border-color: rgb(218,44,251); }
td.TdClassName
{
border-color: #DA2CFB;
}
.TagClassName
{
border-color: #DA2CFB;
}
</style>