Shades of Psychedelic Purple #D806FA
Tints of Psychedelic Purple #D806FA
RGB
CMYK
RGB Variations
Color information
#D806FA (or 0xD806FA) is known color: Psychedelic Purple. HEX triplet: D8, 06 and FA. RGB value is (216,6,250). Sum of RGB (Red+Green+Blue) = 216+6+250=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 6 (2.73% from 255 or 1.27% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #D806FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D806FA is #27F905. Grayscale: #5F5F5F. Windows color (decimal): -2619654 or 16385752. OLE color: 16385752.
HSL color Cylindrical-coordinate representation of color #D806FA: hue angle of 291.64º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D806FA is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 6 | 250 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.02 |
| HSL | 291.64º | 0.96% | 0.5% | - |
| HSV(B) | 291.64º | 0.98% | 0.98% | - |
| XYZ | 45.64 | 21.63 | 92.21 | - |
| YUV | 96.61 | 214.57 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 250 | 0.14 | 0.98 | 0 | 0.02 | 291.64 | 0.96 | 0.5 |
| Hex | D8 | 6 | FA | E | 62 | 0 | 2 | 124 | 60 | 32 |
| Octal | 330 | 6 | 372 | 16 | 142 | 0 | 2 | 444 | 140 | 62 |
| Binary | 11011000 | 110 | 11111010 | 1110 | 1100010 | 0 | 10 | 100100100 | 1100000 | 110010 |
Color Harmonies of #D806FA
Complementary color
Monochromatic Colors of #D806FA
Black with #D806FA
Text Example
Text Example
White with #D806FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D806FA; }
p { color: rgb(216,6,250); }
H1.HeaderClassName
{
color: #D806FA;
}
.AnyTagClassName
{
color: #D806FA;
}
</style>
background-color css
<style>
a { background-color: #D806FA; }
a { background-color: rgb(216,6,250); }
div.DivClassName
{
background-color: #D806FA;
}
.BgClassName
{
background-color: #D806FA;
}
</style>
border-color css
<style>
span { border-color: #D806FA; }
span { border-color: rgb(216,6,250); }
td.TdClassName
{
border-color: #D806FA;
}
.TagClassName
{
border-color: #D806FA;
}
</style>