Shades of Psychedelic Purple #D805FC
Tints of Psychedelic Purple #D805FC
RGB
CMYK
RGB Variations
Color information
#D805FC (or 0xD805FC) is known color: Psychedelic Purple. HEX triplet: D8, 05 and FC. RGB value is (216,5,252). Sum of RGB (Red+Green+Blue) = 216+5+252=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 5 (2.34% from 255 or 1.06% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #D805FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D805FC is #27FA03. Grayscale: #5F5F5F. Windows color (decimal): -2619908 or 16516568. OLE color: 16516568.
HSL color Cylindrical-coordinate representation of color #D805FC: hue angle of 291.26º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D805FC is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 5 | 252 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.01 |
| HSL | 291.26º | 0.98% | 0.5% | - |
| HSV(B) | 291.26º | 0.98% | 0.99% | - |
| XYZ | 45.94 | 21.74 | 93.87 | - |
| YUV | 96.25 | 215.9 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 252 | 0.14 | 0.98 | 0 | 0.01 | 291.26 | 0.98 | 0.5 |
| Hex | D8 | 5 | FC | E | 62 | 0 | 1 | 123 | 62 | 32 |
| Octal | 330 | 5 | 374 | 16 | 142 | 0 | 1 | 443 | 142 | 62 |
| Binary | 11011000 | 101 | 11111100 | 1110 | 1100010 | 0 | 1 | 100100011 | 1100010 | 110010 |
Color Harmonies of #D805FC
Complementary color
Monochromatic Colors of #D805FC
Black with #D805FC
Text Example
Text Example
White with #D805FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D805FC; }
p { color: rgb(216,5,252); }
H1.HeaderClassName
{
color: #D805FC;
}
.AnyTagClassName
{
color: #D805FC;
}
</style>
background-color css
<style>
a { background-color: #D805FC; }
a { background-color: rgb(216,5,252); }
div.DivClassName
{
background-color: #D805FC;
}
.BgClassName
{
background-color: #D805FC;
}
</style>
border-color css
<style>
span { border-color: #D805FC; }
span { border-color: rgb(216,5,252); }
td.TdClassName
{
border-color: #D805FC;
}
.TagClassName
{
border-color: #D805FC;
}
</style>