Shades of Psychedelic Purple #DA32FD
Tints of Psychedelic Purple #DA32FD
RGB
CMYK
RGB Variations
Color information
#DA32FD (or 0xDA32FD) is known color: Psychedelic Purple. HEX triplet: DA, 32 and FD. RGB value is (218,50,253). Sum of RGB (Red+Green+Blue) = 218+50+253=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 50 (19.92% from 255 or 9.60% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA32FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA32FD is #25CD02. Grayscale: #7A7A7A. Windows color (decimal): -2477315 or 16593626. OLE color: 16593626.
HSL color Cylindrical-coordinate representation of color #DA32FD: hue angle of 289.66º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA32FD is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 50 | 253 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.01 |
| HSL | 289.66º | 0.98% | 0.59% | - |
| HSV(B) | 289.66º | 0.8% | 0.99% | - |
| XYZ | 47.78 | 24.28 | 95.1 | - |
| YUV | 123.37 | 201.16 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 253 | 0.14 | 0.80 | 0 | 0.01 | 289.66 | 0.98 | 0.59 |
| Hex | DA | 32 | FD | E | 50 | 0 | 1 | 122 | 62 | 3B |
| Octal | 332 | 62 | 375 | 16 | 120 | 0 | 1 | 442 | 142 | 73 |
| Binary | 11011010 | 110010 | 11111101 | 1110 | 1010000 | 0 | 1 | 100100010 | 1100010 | 111011 |
Color Harmonies of #DA32FD
Complementary color
Monochromatic Colors of #DA32FD
Black with #DA32FD
Text Example
Text Example
White with #DA32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32FD; }
p { color: rgb(218,50,253); }
H1.HeaderClassName
{
color: #DA32FD;
}
.AnyTagClassName
{
color: #DA32FD;
}
</style>
background-color css
<style>
a { background-color: #DA32FD; }
a { background-color: rgb(218,50,253); }
div.DivClassName
{
background-color: #DA32FD;
}
.BgClassName
{
background-color: #DA32FD;
}
</style>
border-color css
<style>
span { border-color: #DA32FD; }
span { border-color: rgb(218,50,253); }
td.TdClassName
{
border-color: #DA32FD;
}
.TagClassName
{
border-color: #DA32FD;
}
</style>