Shades of Psychedelic Purple #D800FB
Tints of Psychedelic Purple #D800FB
RGB
CMYK
RGB Variations
Color information
#D800FB (or 0xD800FB) is known color: Psychedelic Purple. HEX triplet: D8, 00 and FB. RGB value is (216,0,251). Sum of RGB (Red+Green+Blue) = 216+0+251=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 0 (0.39% from 255 or 0% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #D800FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D800FB is #27FF04. Grayscale: #5C5C5C. Windows color (decimal): -2621189 or 16449752. OLE color: 16449752.
HSL color Cylindrical-coordinate representation of color #D800FB: hue angle of 291.63º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D800FB is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 0 | 251 | - |
| CMYK | 0.14 | 1 | 0 | 0.02 |
| HSL | 291.63º | 1% | 0.49% | - |
| HSV(B) | 291.63º | 1% | 0.98% | - |
| XYZ | 45.73 | 21.56 | 93.02 | - |
| YUV | 93.2 | 217.06 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 251 | 0.14 | 1 | 0 | 0.02 | 291.63 | 1 | 0.49 |
| Hex | D8 | 0 | FB | E | 64 | 0 | 2 | 124 | 64 | 31 |
| Octal | 330 | 0 | 373 | 16 | 144 | 0 | 2 | 444 | 144 | 61 |
| Binary | 11011000 | 0 | 11111011 | 1110 | 1100100 | 0 | 10 | 100100100 | 1100100 | 110001 |
Color Harmonies of #D800FB
Complementary color
Monochromatic Colors of #D800FB
Black with #D800FB
Text Example
Text Example
White with #D800FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D800FB; }
p { color: rgb(216,0,251); }
H1.HeaderClassName
{
color: #D800FB;
}
.AnyTagClassName
{
color: #D800FB;
}
</style>
background-color css
<style>
a { background-color: #D800FB; }
a { background-color: rgb(216,0,251); }
div.DivClassName
{
background-color: #D800FB;
}
.BgClassName
{
background-color: #D800FB;
}
</style>
border-color css
<style>
span { border-color: #D800FB; }
span { border-color: rgb(216,0,251); }
td.TdClassName
{
border-color: #D800FB;
}
.TagClassName
{
border-color: #D800FB;
}
</style>