Shades of Psychedelic Purple #D82AF4
Tints of Psychedelic Purple #D82AF4
RGB
CMYK
RGB Variations
Color information
#D82AF4 (or 0xD82AF4) is known color: Psychedelic Purple. HEX triplet: D8, 2A and F4. RGB value is (216,42,244). Sum of RGB (Red+Green+Blue) = 216+42+244=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 42 (16.80% from 255 or 8.37% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 244 - color contains mainly: blue. Hex color #D82AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D82AF4 is #27D50B. Grayscale: #747474. Windows color (decimal): -2610444 or 16001752. OLE color: 16001752.
HSL color Cylindrical-coordinate representation of color #D82AF4: hue angle of 291.68º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82AF4 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 42 | 244 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.04 |
| HSL | 291.68º | 0.9% | 0.56% | - |
| HSV(B) | 291.68º | 0.83% | 0.96% | - |
| XYZ | 45.48 | 22.79 | 87.59 | - |
| YUV | 117.05 | 199.65 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 244 | 0.11 | 0.83 | 0 | 0.04 | 291.68 | 0.9 | 0.56 |
| Hex | D8 | 2A | F4 | B | 53 | 0 | 4 | 124 | 5A | 38 |
| Octal | 330 | 52 | 364 | 13 | 123 | 0 | 4 | 444 | 132 | 70 |
| Binary | 11011000 | 101010 | 11110100 | 1011 | 1010011 | 0 | 100 | 100100100 | 1011010 | 111000 |
Color Harmonies of #D82AF4
Complementary color
Monochromatic Colors of #D82AF4
Black with #D82AF4
Text Example
Text Example
White with #D82AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82AF4; }
p { color: rgb(216,42,244); }
H1.HeaderClassName
{
color: #D82AF4;
}
.AnyTagClassName
{
color: #D82AF4;
}
</style>
background-color css
<style>
a { background-color: #D82AF4; }
a { background-color: rgb(216,42,244); }
div.DivClassName
{
background-color: #D82AF4;
}
.BgClassName
{
background-color: #D82AF4;
}
</style>
border-color css
<style>
span { border-color: #D82AF4; }
span { border-color: rgb(216,42,244); }
td.TdClassName
{
border-color: #D82AF4;
}
.TagClassName
{
border-color: #D82AF4;
}
</style>