Shades of Psychedelic Purple #D82DF8
Tints of Psychedelic Purple #D82DF8
RGB
CMYK
RGB Variations
Color information
#D82DF8 (or 0xD82DF8) is known color: Psychedelic Purple. HEX triplet: D8, 2D and F8. RGB value is (216,45,248). Sum of RGB (Red+Green+Blue) = 216+45+248=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 45 (17.97% from 255 or 8.84% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 248 - color contains mainly: blue. Hex color #D82DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D82DF8 is #27D207. Grayscale: #767676. Windows color (decimal): -2609672 or 16264664. OLE color: 16264664.
HSL color Cylindrical-coordinate representation of color #D82DF8: hue angle of 290.54º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D82DF8 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 45 | 248 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.03 |
| HSL | 290.54º | 0.94% | 0.57% | - |
| HSV(B) | 290.54º | 0.82% | 0.97% | - |
| XYZ | 46.2 | 23.25 | 90.86 | - |
| YUV | 119.27 | 200.65 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 248 | 0.13 | 0.82 | 0 | 0.03 | 290.54 | 0.94 | 0.57 |
| Hex | D8 | 2D | F8 | D | 52 | 0 | 3 | 123 | 5E | 39 |
| Octal | 330 | 55 | 370 | 15 | 122 | 0 | 3 | 443 | 136 | 71 |
| Binary | 11011000 | 101101 | 11111000 | 1101 | 1010010 | 0 | 11 | 100100011 | 1011110 | 111001 |
Color Harmonies of #D82DF8
Complementary color
Monochromatic Colors of #D82DF8
Black with #D82DF8
Text Example
Text Example
White with #D82DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82DF8; }
p { color: rgb(216,45,248); }
H1.HeaderClassName
{
color: #D82DF8;
}
.AnyTagClassName
{
color: #D82DF8;
}
</style>
background-color css
<style>
a { background-color: #D82DF8; }
a { background-color: rgb(216,45,248); }
div.DivClassName
{
background-color: #D82DF8;
}
.BgClassName
{
background-color: #D82DF8;
}
</style>
border-color css
<style>
span { border-color: #D82DF8; }
span { border-color: rgb(216,45,248); }
td.TdClassName
{
border-color: #D82DF8;
}
.TagClassName
{
border-color: #D82DF8;
}
</style>