Shades of Psychedelic Purple #D82FFD
Tints of Psychedelic Purple #D82FFD
RGB
CMYK
RGB Variations
Color information
#D82FFD (or 0xD82FFD) is known color: Psychedelic Purple. HEX triplet: D8, 2F and FD. RGB value is (216,47,253). Sum of RGB (Red+Green+Blue) = 216+47+253=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 47 (18.75% from 255 or 9.11% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #D82FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D82FFD is #27D002. Grayscale: #787878. Windows color (decimal): -2609155 or 16592856. OLE color: 16592856.
HSL color Cylindrical-coordinate representation of color #D82FFD: hue angle of 289.22º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82FFD is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 47 | 253 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.01 |
| HSL | 289.22º | 0.98% | 0.59% | - |
| HSV(B) | 289.22º | 0.81% | 0.99% | - |
| XYZ | 47.07 | 23.72 | 95.03 | - |
| YUV | 121.02 | 202.49 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 253 | 0.15 | 0.81 | 0 | 0.01 | 289.22 | 0.98 | 0.59 |
| Hex | D8 | 2F | FD | F | 51 | 0 | 1 | 121 | 62 | 3B |
| Octal | 330 | 57 | 375 | 17 | 121 | 0 | 1 | 441 | 142 | 73 |
| Binary | 11011000 | 101111 | 11111101 | 1111 | 1010001 | 0 | 1 | 100100001 | 1100010 | 111011 |
Color Harmonies of #D82FFD
Complementary color
Monochromatic Colors of #D82FFD
Black with #D82FFD
Text Example
Text Example
White with #D82FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82FFD; }
p { color: rgb(216,47,253); }
H1.HeaderClassName
{
color: #D82FFD;
}
.AnyTagClassName
{
color: #D82FFD;
}
</style>
background-color css
<style>
a { background-color: #D82FFD; }
a { background-color: rgb(216,47,253); }
div.DivClassName
{
background-color: #D82FFD;
}
.BgClassName
{
background-color: #D82FFD;
}
</style>
border-color css
<style>
span { border-color: #D82FFD; }
span { border-color: rgb(216,47,253); }
td.TdClassName
{
border-color: #D82FFD;
}
.TagClassName
{
border-color: #D82FFD;
}
</style>