Shades of Psychedelic Purple #D805F0
Tints of Psychedelic Purple #D805F0
RGB
CMYK
RGB Variations
Color information
#D805F0 (or 0xD805F0) is known color: Psychedelic Purple. HEX triplet: D8, 05 and F0. RGB value is (216,5,240). Sum of RGB (Red+Green+Blue) = 216+5+240=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 5 (2.34% from 255 or 1.08% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #D805F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D805F0 is #27FA0F. Grayscale: #5E5E5E. Windows color (decimal): -2619920 or 15730136. OLE color: 15730136.
HSL color Cylindrical-coordinate representation of color #D805F0: hue angle of 293.87º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D805F0 is Cyan = 0.1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 5 | 240 | - |
| CMYK | 0.1 | 0.98 | 0 | 0.06 |
| HSL | 293.87º | 0.96% | 0.48% | - |
| HSV(B) | 293.87º | 0.98% | 0.94% | - |
| XYZ | 44.1 | 21 | 84.17 | - |
| YUV | 94.88 | 209.9 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 240 | 0.1 | 0.98 | 0 | 0.06 | 293.87 | 0.96 | 0.48 |
| Hex | D8 | 5 | F0 | A | 62 | 0 | 6 | 126 | 60 | 30 |
| Octal | 330 | 5 | 360 | 12 | 142 | 0 | 6 | 446 | 140 | 60 |
| Binary | 11011000 | 101 | 11110000 | 1010 | 1100010 | 0 | 110 | 100100110 | 1100000 | 110000 |
Color Harmonies of #D805F0
Complementary color
Monochromatic Colors of #D805F0
Black with #D805F0
Text Example
Text Example
White with #D805F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D805F0; }
p { color: rgb(216,5,240); }
H1.HeaderClassName
{
color: #D805F0;
}
.AnyTagClassName
{
color: #D805F0;
}
</style>
background-color css
<style>
a { background-color: #D805F0; }
a { background-color: rgb(216,5,240); }
div.DivClassName
{
background-color: #D805F0;
}
.BgClassName
{
background-color: #D805F0;
}
</style>
border-color css
<style>
span { border-color: #D805F0; }
span { border-color: rgb(216,5,240); }
td.TdClassName
{
border-color: #D805F0;
}
.TagClassName
{
border-color: #D805F0;
}
</style>