Shades of Psychedelic Purple #D908FB
Tints of Psychedelic Purple #D908FB
RGB
CMYK
RGB Variations
Color information
#D908FB (or 0xD908FB) is known color: Psychedelic Purple. HEX triplet: D9, 08 and FB. RGB value is (217,8,251). Sum of RGB (Red+Green+Blue) = 217+8+251=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 8 (3.52% from 255 or 1.68% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #D908FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D908FB is #26F704. Grayscale: #616161. Windows color (decimal): -2553605 or 16451801. OLE color: 16451801.
HSL color Cylindrical-coordinate representation of color #D908FB: hue angle of 291.6º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D908FB is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 8 | 251 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.02 |
| HSL | 291.6º | 0.97% | 0.51% | - |
| HSV(B) | 291.6º | 0.97% | 0.98% | - |
| XYZ | 46.11 | 21.89 | 93.06 | - |
| YUV | 98.19 | 214.24 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 251 | 0.14 | 0.97 | 0 | 0.02 | 291.6 | 0.97 | 0.51 |
| Hex | D9 | 8 | FB | E | 61 | 0 | 2 | 124 | 61 | 33 |
| Octal | 331 | 10 | 373 | 16 | 141 | 0 | 2 | 444 | 141 | 63 |
| Binary | 11011001 | 1000 | 11111011 | 1110 | 1100001 | 0 | 10 | 100100100 | 1100001 | 110011 |
Color Harmonies of #D908FB
Complementary color
Monochromatic Colors of #D908FB
Black with #D908FB
Text Example
Text Example
White with #D908FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D908FB; }
p { color: rgb(217,8,251); }
H1.HeaderClassName
{
color: #D908FB;
}
.AnyTagClassName
{
color: #D908FB;
}
</style>
background-color css
<style>
a { background-color: #D908FB; }
a { background-color: rgb(217,8,251); }
div.DivClassName
{
background-color: #D908FB;
}
.BgClassName
{
background-color: #D908FB;
}
</style>
border-color css
<style>
span { border-color: #D908FB; }
span { border-color: rgb(217,8,251); }
td.TdClassName
{
border-color: #D908FB;
}
.TagClassName
{
border-color: #D908FB;
}
</style>