Shades of Psychedelic Purple #D808FE
Tints of Psychedelic Purple #D808FE
RGB
CMYK
RGB Variations
Color information
#D808FE (or 0xD808FE) is known color: Psychedelic Purple. HEX triplet: D8, 08 and FE. RGB value is (216,8,254). Sum of RGB (Red+Green+Blue) = 216+8+254=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 8 (3.52% from 255 or 1.67% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #D808FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D808FE is #27F701. Grayscale: #616161. Windows color (decimal): -2619138 or 16648408. OLE color: 16648408.
HSL color Cylindrical-coordinate representation of color #D808FE: hue angle of 290.73º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D808FE is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 8 | 254 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.00 |
| HSL | 290.73º | 0.99% | 0.51% | - |
| HSV(B) | 290.73º | 0.97% | 1% | - |
| XYZ | 46.3 | 21.93 | 95.56 | - |
| YUV | 98.24 | 215.91 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 254 | 0.15 | 0.97 | 0 | 0.00 | 290.73 | 0.99 | 0.51 |
| Hex | D8 | 8 | FE | F | 61 | 0 | 0 | 123 | 63 | 33 |
| Octal | 330 | 10 | 376 | 17 | 141 | 0 | 0 | 443 | 143 | 63 |
| Binary | 11011000 | 1000 | 11111110 | 1111 | 1100001 | 0 | 0 | 100100011 | 1100011 | 110011 |
Color Harmonies of #D808FE
Complementary color
Monochromatic Colors of #D808FE
Black with #D808FE
Text Example
Text Example
White with #D808FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D808FE; }
p { color: rgb(216,8,254); }
H1.HeaderClassName
{
color: #D808FE;
}
.AnyTagClassName
{
color: #D808FE;
}
</style>
background-color css
<style>
a { background-color: #D808FE; }
a { background-color: rgb(216,8,254); }
div.DivClassName
{
background-color: #D808FE;
}
.BgClassName
{
background-color: #D808FE;
}
</style>
border-color css
<style>
span { border-color: #D808FE; }
span { border-color: rgb(216,8,254); }
td.TdClassName
{
border-color: #D808FE;
}
.TagClassName
{
border-color: #D808FE;
}
</style>