Shades of Psychedelic Purple #D82AFF
Tints of Psychedelic Purple #D82AFF
RGB
CMYK
RGB Variations
Color information
#D82AFF (or 0xD82AFF) is known color: Psychedelic Purple. HEX triplet: D8, 2A and FF. RGB value is (216,42,255). Sum of RGB (Red+Green+Blue) = 216+42+255=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 42 (16.80% from 255 or 8.19% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #D82AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D82AFF is #27D500. Grayscale: #757575. Windows color (decimal): -2610433 or 16722648. OLE color: 16722648.
HSL color Cylindrical-coordinate representation of color #D82AFF: hue angle of 289.01º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D82AFF is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 42 | 255 | - |
| CMYK | 0.15 | 0.84 | 0 | 0 |
| HSL | 289.01º | 1% | 0.58% | - |
| HSV(B) | 289.01º | 0.84% | 1% | - |
| XYZ | 47.2 | 23.47 | 96.65 | - |
| YUV | 118.31 | 205.15 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 255 | 0.15 | 0.84 | 0 | 0 | 289.01 | 1 | 0.58 |
| Hex | D8 | 2A | FF | F | 54 | 0 | 0 | 121 | 64 | 3A |
| Octal | 330 | 52 | 377 | 17 | 124 | 0 | 0 | 441 | 144 | 72 |
| Binary | 11011000 | 101010 | 11111111 | 1111 | 1010100 | 0 | 0 | 100100001 | 1100100 | 111010 |
Color Harmonies of #D82AFF
Complementary color
Monochromatic Colors of #D82AFF
Black with #D82AFF
Text Example
Text Example
White with #D82AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82AFF; }
p { color: rgb(216,42,255); }
H1.HeaderClassName
{
color: #D82AFF;
}
.AnyTagClassName
{
color: #D82AFF;
}
</style>
background-color css
<style>
a { background-color: #D82AFF; }
a { background-color: rgb(216,42,255); }
div.DivClassName
{
background-color: #D82AFF;
}
.BgClassName
{
background-color: #D82AFF;
}
</style>
border-color css
<style>
span { border-color: #D82AFF; }
span { border-color: rgb(216,42,255); }
td.TdClassName
{
border-color: #D82AFF;
}
.TagClassName
{
border-color: #D82AFF;
}
</style>