Shades of Psychedelic Purple #D800FE
Tints of Psychedelic Purple #D800FE
RGB
CMYK
RGB Variations
Color information
#D800FE (or 0xD800FE) is known color: Psychedelic Purple. HEX triplet: D8, 00 and FE. RGB value is (216,0,254). Sum of RGB (Red+Green+Blue) = 216+0+254=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 0 (0.39% from 255 or 0% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #D800FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D800FE is #27FF01. Grayscale: #5C5C5C. Windows color (decimal): -2621186 or 16646360. OLE color: 16646360.
HSL color Cylindrical-coordinate representation of color #D800FE: hue angle of 291.02º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D800FE is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 0 | 254 | - |
| CMYK | 0.15 | 1 | 0 | 0.00 |
| HSL | 291.02º | 1% | 0.5% | - |
| HSV(B) | 291.02º | 1% | 1% | - |
| XYZ | 46.21 | 21.75 | 95.53 | - |
| YUV | 93.54 | 218.56 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 254 | 0.15 | 1 | 0 | 0.00 | 291.02 | 1 | 0.5 |
| Hex | D8 | 0 | FE | F | 64 | 0 | 0 | 123 | 64 | 32 |
| Octal | 330 | 0 | 376 | 17 | 144 | 0 | 0 | 443 | 144 | 62 |
| Binary | 11011000 | 0 | 11111110 | 1111 | 1100100 | 0 | 0 | 100100011 | 1100100 | 110010 |
Color Harmonies of #D800FE
Complementary color
Monochromatic Colors of #D800FE
Black with #D800FE
Text Example
Text Example
White with #D800FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D800FE; }
p { color: rgb(216,0,254); }
H1.HeaderClassName
{
color: #D800FE;
}
.AnyTagClassName
{
color: #D800FE;
}
</style>
background-color css
<style>
a { background-color: #D800FE; }
a { background-color: rgb(216,0,254); }
div.DivClassName
{
background-color: #D800FE;
}
.BgClassName
{
background-color: #D800FE;
}
</style>
border-color css
<style>
span { border-color: #D800FE; }
span { border-color: rgb(216,0,254); }
td.TdClassName
{
border-color: #D800FE;
}
.TagClassName
{
border-color: #D800FE;
}
</style>