Shades of Psychedelic Purple #D805FF
Tints of Psychedelic Purple #D805FF
RGB
CMYK
RGB Variations
Color information
#D805FF (or 0xD805FF) is known color: Psychedelic Purple. HEX triplet: D8, 05 and FF. RGB value is (216,5,255). Sum of RGB (Red+Green+Blue) = 216+5+255=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 5 (2.34% from 255 or 1.05% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #D805FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D805FF is #27FA00. Grayscale: #5F5F5F. Windows color (decimal): -2619905 or 16713176. OLE color: 16713176.
HSL color Cylindrical-coordinate representation of color #D805FF: hue angle of 290.64º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D805FF is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 5 | 255 | - |
| CMYK | 0.15 | 0.98 | 0 | 0 |
| HSL | 290.64º | 1% | 0.51% | - |
| HSV(B) | 290.64º | 0.98% | 1% | - |
| XYZ | 46.42 | 21.93 | 96.39 | - |
| YUV | 96.59 | 217.4 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 255 | 0.15 | 0.98 | 0 | 0 | 290.64 | 1 | 0.51 |
| Hex | D8 | 5 | FF | F | 62 | 0 | 0 | 123 | 64 | 33 |
| Octal | 330 | 5 | 377 | 17 | 142 | 0 | 0 | 443 | 144 | 63 |
| Binary | 11011000 | 101 | 11111111 | 1111 | 1100010 | 0 | 0 | 100100011 | 1100100 | 110011 |
Color Harmonies of #D805FF
Complementary color
Monochromatic Colors of #D805FF
Black with #D805FF
Text Example
Text Example
White with #D805FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D805FF; }
p { color: rgb(216,5,255); }
H1.HeaderClassName
{
color: #D805FF;
}
.AnyTagClassName
{
color: #D805FF;
}
</style>
background-color css
<style>
a { background-color: #D805FF; }
a { background-color: rgb(216,5,255); }
div.DivClassName
{
background-color: #D805FF;
}
.BgClassName
{
background-color: #D805FF;
}
</style>
border-color css
<style>
span { border-color: #D805FF; }
span { border-color: rgb(216,5,255); }
td.TdClassName
{
border-color: #D805FF;
}
.TagClassName
{
border-color: #D805FF;
}
</style>