Shades of Psychedelic Purple #D317FB
Tints of Psychedelic Purple #D317FB
RGB
CMYK
RGB Variations
Color information
#D317FB (or 0xD317FB) is known color: Psychedelic Purple. HEX triplet: D3, 17 and FB. RGB value is (211,23,251). Sum of RGB (Red+Green+Blue) = 211+23+251=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 23 (9.38% from 255 or 4.74% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #D317FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D317FB is #2CE804. Grayscale: #686868. Windows color (decimal): -2942981 or 16455635. OLE color: 16455635.
HSL color Cylindrical-coordinate representation of color #D317FB: hue angle of 289.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D317FB is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 23 | 251 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.02 |
| HSL | 289.47º | 0.97% | 0.54% | - |
| HSV(B) | 289.47º | 0.91% | 0.98% | - |
| XYZ | 44.58 | 21.43 | 93.05 | - |
| YUV | 105.2 | 210.28 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 251 | 0.16 | 0.91 | 0 | 0.02 | 289.47 | 0.97 | 0.54 |
| Hex | D3 | 17 | FB | 10 | 5B | 0 | 2 | 121 | 61 | 36 |
| Octal | 323 | 27 | 373 | 20 | 133 | 0 | 2 | 441 | 141 | 66 |
| Binary | 11010011 | 10111 | 11111011 | 10000 | 1011011 | 0 | 10 | 100100001 | 1100001 | 110110 |
Color Harmonies of #D317FB
Complementary color
Monochromatic Colors of #D317FB
Black with #D317FB
Text Example
Text Example
White with #D317FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D317FB; }
p { color: rgb(211,23,251); }
H1.HeaderClassName
{
color: #D317FB;
}
.AnyTagClassName
{
color: #D317FB;
}
</style>
background-color css
<style>
a { background-color: #D317FB; }
a { background-color: rgb(211,23,251); }
div.DivClassName
{
background-color: #D317FB;
}
.BgClassName
{
background-color: #D317FB;
}
</style>
border-color css
<style>
span { border-color: #D317FB; }
span { border-color: rgb(211,23,251); }
td.TdClassName
{
border-color: #D317FB;
}
.TagClassName
{
border-color: #D317FB;
}
</style>