Shades of Psychedelic Purple #DA32FB
Tints of Psychedelic Purple #DA32FB
RGB
CMYK
RGB Variations
Color information
#DA32FB (or 0xDA32FB) is known color: Psychedelic Purple. HEX triplet: DA, 32 and FB. RGB value is (218,50,251). Sum of RGB (Red+Green+Blue) = 218+50+251=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 50 (19.92% from 255 or 9.63% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA32FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA32FB is #25CD04. Grayscale: #7A7A7A. Windows color (decimal): -2477317 or 16462554. OLE color: 16462554.
HSL color Cylindrical-coordinate representation of color #DA32FB: hue angle of 290.15º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA32FB is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 50 | 251 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.02 |
| HSL | 290.15º | 0.96% | 0.59% | - |
| HSV(B) | 290.15º | 0.8% | 0.98% | - |
| XYZ | 47.47 | 24.15 | 93.43 | - |
| YUV | 123.15 | 200.16 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 251 | 0.13 | 0.80 | 0 | 0.02 | 290.15 | 0.96 | 0.59 |
| Hex | DA | 32 | FB | D | 50 | 0 | 2 | 122 | 60 | 3B |
| Octal | 332 | 62 | 373 | 15 | 120 | 0 | 2 | 442 | 140 | 73 |
| Binary | 11011010 | 110010 | 11111011 | 1101 | 1010000 | 0 | 10 | 100100010 | 1100000 | 111011 |
Color Harmonies of #DA32FB
Complementary color
Monochromatic Colors of #DA32FB
Black with #DA32FB
Text Example
Text Example
White with #DA32FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32FB; }
p { color: rgb(218,50,251); }
H1.HeaderClassName
{
color: #DA32FB;
}
.AnyTagClassName
{
color: #DA32FB;
}
</style>
background-color css
<style>
a { background-color: #DA32FB; }
a { background-color: rgb(218,50,251); }
div.DivClassName
{
background-color: #DA32FB;
}
.BgClassName
{
background-color: #DA32FB;
}
</style>
border-color css
<style>
span { border-color: #DA32FB; }
span { border-color: rgb(218,50,251); }
td.TdClassName
{
border-color: #DA32FB;
}
.TagClassName
{
border-color: #DA32FB;
}
</style>