Shades of Psychedelic Purple #DA32FF
Tints of Psychedelic Purple #DA32FF
RGB
CMYK
RGB Variations
Color information
#DA32FF (or 0xDA32FF) is known color: Psychedelic Purple. HEX triplet: DA, 32 and FF. RGB value is (218,50,255). Sum of RGB (Red+Green+Blue) = 218+50+255=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 50 (19.92% from 255 or 9.56% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA32FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA32FF is #25CD00. Grayscale: #7A7A7A. Windows color (decimal): -2477313 or 16724698. OLE color: 16724698.
HSL color Cylindrical-coordinate representation of color #DA32FF: hue angle of 289.17º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA32FF is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 50 | 255 | - |
| CMYK | 0.15 | 0.80 | 0 | 0 |
| HSL | 289.17º | 1% | 0.6% | - |
| HSV(B) | 289.17º | 0.8% | 1% | - |
| XYZ | 48.1 | 24.41 | 96.78 | - |
| YUV | 123.6 | 202.16 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 255 | 0.15 | 0.80 | 0 | 0 | 289.17 | 1 | 0.6 |
| Hex | DA | 32 | FF | F | 50 | 0 | 0 | 121 | 64 | 3C |
| Octal | 332 | 62 | 377 | 17 | 120 | 0 | 0 | 441 | 144 | 74 |
| Binary | 11011010 | 110010 | 11111111 | 1111 | 1010000 | 0 | 0 | 100100001 | 1100100 | 111100 |
Color Harmonies of #DA32FF
Complementary color
Monochromatic Colors of #DA32FF
Black with #DA32FF
Text Example
Text Example
White with #DA32FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32FF; }
p { color: rgb(218,50,255); }
H1.HeaderClassName
{
color: #DA32FF;
}
.AnyTagClassName
{
color: #DA32FF;
}
</style>
background-color css
<style>
a { background-color: #DA32FF; }
a { background-color: rgb(218,50,255); }
div.DivClassName
{
background-color: #DA32FF;
}
.BgClassName
{
background-color: #DA32FF;
}
</style>
border-color css
<style>
span { border-color: #DA32FF; }
span { border-color: rgb(218,50,255); }
td.TdClassName
{
border-color: #DA32FF;
}
.TagClassName
{
border-color: #DA32FF;
}
</style>