Shades of Psychedelic Purple #D82CFF
Tints of Psychedelic Purple #D82CFF
RGB
CMYK
RGB Variations
Color information
#D82CFF (or 0xD82CFF) is known color: Psychedelic Purple. HEX triplet: D8, 2C and FF. RGB value is (216,44,255). Sum of RGB (Red+Green+Blue) = 216+44+255=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 44 (17.58% from 255 or 8.54% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #D82CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D82CFF is #27D300. Grayscale: #767676. Windows color (decimal): -2609921 or 16723160. OLE color: 16723160.
HSL color Cylindrical-coordinate representation of color #D82CFF: hue angle of 288.91º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82CFF is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 44 | 255 | - |
| CMYK | 0.15 | 0.83 | 0 | 0 |
| HSL | 288.91º | 1% | 0.59% | - |
| HSV(B) | 288.91º | 0.83% | 1% | - |
| XYZ | 47.27 | 23.62 | 96.68 | - |
| YUV | 119.48 | 204.48 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 255 | 0.15 | 0.83 | 0 | 0 | 288.91 | 1 | 0.59 |
| Hex | D8 | 2C | FF | F | 53 | 0 | 0 | 121 | 64 | 3B |
| Octal | 330 | 54 | 377 | 17 | 123 | 0 | 0 | 441 | 144 | 73 |
| Binary | 11011000 | 101100 | 11111111 | 1111 | 1010011 | 0 | 0 | 100100001 | 1100100 | 111011 |
Color Harmonies of #D82CFF
Complementary color
Monochromatic Colors of #D82CFF
Black with #D82CFF
Text Example
Text Example
White with #D82CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82CFF; }
p { color: rgb(216,44,255); }
H1.HeaderClassName
{
color: #D82CFF;
}
.AnyTagClassName
{
color: #D82CFF;
}
</style>
background-color css
<style>
a { background-color: #D82CFF; }
a { background-color: rgb(216,44,255); }
div.DivClassName
{
background-color: #D82CFF;
}
.BgClassName
{
background-color: #D82CFF;
}
</style>
border-color css
<style>
span { border-color: #D82CFF; }
span { border-color: rgb(216,44,255); }
td.TdClassName
{
border-color: #D82CFF;
}
.TagClassName
{
border-color: #D82CFF;
}
</style>