Shades of Psychedelic Purple #DA20FB
Tints of Psychedelic Purple #DA20FB
RGB
CMYK
RGB Variations
Color information
#DA20FB (or 0xDA20FB) is known color: Psychedelic Purple. HEX triplet: DA, 20 and FB. RGB value is (218,32,251). Sum of RGB (Red+Green+Blue) = 218+32+251=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 32 (12.89% from 255 or 6.39% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA20FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA20FB is #25DF04. Grayscale: #6F6F6F. Windows color (decimal): -2481925 or 16457946. OLE color: 16457946.
HSL color Cylindrical-coordinate representation of color #DA20FB: hue angle of 290.96º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA20FB is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 32 | 251 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.02 |
| HSL | 290.96º | 0.96% | 0.55% | - |
| HSV(B) | 290.96º | 0.87% | 0.98% | - |
| XYZ | 46.84 | 22.9 | 93.22 | - |
| YUV | 112.58 | 206.12 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 251 | 0.13 | 0.87 | 0 | 0.02 | 290.96 | 0.96 | 0.55 |
| Hex | DA | 20 | FB | D | 57 | 0 | 2 | 123 | 60 | 37 |
| Octal | 332 | 40 | 373 | 15 | 127 | 0 | 2 | 443 | 140 | 67 |
| Binary | 11011010 | 100000 | 11111011 | 1101 | 1010111 | 0 | 10 | 100100011 | 1100000 | 110111 |
Color Harmonies of #DA20FB
Complementary color
Monochromatic Colors of #DA20FB
Black with #DA20FB
Text Example
Text Example
White with #DA20FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20FB; }
p { color: rgb(218,32,251); }
H1.HeaderClassName
{
color: #DA20FB;
}
.AnyTagClassName
{
color: #DA20FB;
}
</style>
background-color css
<style>
a { background-color: #DA20FB; }
a { background-color: rgb(218,32,251); }
div.DivClassName
{
background-color: #DA20FB;
}
.BgClassName
{
background-color: #DA20FB;
}
</style>
border-color css
<style>
span { border-color: #DA20FB; }
span { border-color: rgb(218,32,251); }
td.TdClassName
{
border-color: #DA20FB;
}
.TagClassName
{
border-color: #DA20FB;
}
</style>