Shades of Psychedelic Purple #D805FD
Tints of Psychedelic Purple #D805FD
RGB
CMYK
RGB Variations
Color information
#D805FD (or 0xD805FD) is known color: Psychedelic Purple. HEX triplet: D8, 05 and FD. RGB value is (216,5,253). Sum of RGB (Red+Green+Blue) = 216+5+253=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 5 (2.34% from 255 or 1.05% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #D805FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D805FD is #27FA02. Grayscale: #5F5F5F. Windows color (decimal): -2619907 or 16582104. OLE color: 16582104.
HSL color Cylindrical-coordinate representation of color #D805FD: hue angle of 291.05º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D805FD is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 5 | 253 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.01 |
| HSL | 291.05º | 0.98% | 0.51% | - |
| HSV(B) | 291.05º | 0.98% | 0.99% | - |
| XYZ | 46.1 | 21.8 | 94.71 | - |
| YUV | 96.36 | 216.4 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 253 | 0.15 | 0.98 | 0 | 0.01 | 291.05 | 0.98 | 0.51 |
| Hex | D8 | 5 | FD | F | 62 | 0 | 1 | 123 | 62 | 33 |
| Octal | 330 | 5 | 375 | 17 | 142 | 0 | 1 | 443 | 142 | 63 |
| Binary | 11011000 | 101 | 11111101 | 1111 | 1100010 | 0 | 1 | 100100011 | 1100010 | 110011 |
Color Harmonies of #D805FD
Complementary color
Monochromatic Colors of #D805FD
Black with #D805FD
Text Example
Text Example
White with #D805FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D805FD; }
p { color: rgb(216,5,253); }
H1.HeaderClassName
{
color: #D805FD;
}
.AnyTagClassName
{
color: #D805FD;
}
</style>
background-color css
<style>
a { background-color: #D805FD; }
a { background-color: rgb(216,5,253); }
div.DivClassName
{
background-color: #D805FD;
}
.BgClassName
{
background-color: #D805FD;
}
</style>
border-color css
<style>
span { border-color: #D805FD; }
span { border-color: rgb(216,5,253); }
td.TdClassName
{
border-color: #D805FD;
}
.TagClassName
{
border-color: #D805FD;
}
</style>