Shades of Psychedelic Purple #D111FB
Tints of Psychedelic Purple #D111FB
RGB
CMYK
RGB Variations
Color information
#D111FB (or 0xD111FB) is known color: Psychedelic Purple. HEX triplet: D1, 11 and FB. RGB value is (209,17,251). Sum of RGB (Red+Green+Blue) = 209+17+251=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 17 (7.03% from 255 or 3.56% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #D111FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D111FB is #2EEE04. Grayscale: #646464. Windows color (decimal): -3075589 or 16454097. OLE color: 16454097.
HSL color Cylindrical-coordinate representation of color #D111FB: hue angle of 289.23º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D111FB is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 17 | 251 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.02 |
| HSL | 289.23º | 0.97% | 0.53% | - |
| HSV(B) | 289.23º | 0.93% | 0.98% | - |
| XYZ | 43.91 | 20.92 | 92.99 | - |
| YUV | 101.08 | 212.61 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 251 | 0.17 | 0.93 | 0 | 0.02 | 289.23 | 0.97 | 0.53 |
| Hex | D1 | 11 | FB | 11 | 5D | 0 | 2 | 121 | 61 | 35 |
| Octal | 321 | 21 | 373 | 21 | 135 | 0 | 2 | 441 | 141 | 65 |
| Binary | 11010001 | 10001 | 11111011 | 10001 | 1011101 | 0 | 10 | 100100001 | 1100001 | 110101 |
Color Harmonies of #D111FB
Complementary color
Monochromatic Colors of #D111FB
Black with #D111FB
Text Example
Text Example
White with #D111FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D111FB; }
p { color: rgb(209,17,251); }
H1.HeaderClassName
{
color: #D111FB;
}
.AnyTagClassName
{
color: #D111FB;
}
</style>
background-color css
<style>
a { background-color: #D111FB; }
a { background-color: rgb(209,17,251); }
div.DivClassName
{
background-color: #D111FB;
}
.BgClassName
{
background-color: #D111FB;
}
</style>
border-color css
<style>
span { border-color: #D111FB; }
span { border-color: rgb(209,17,251); }
td.TdClassName
{
border-color: #D111FB;
}
.TagClassName
{
border-color: #D111FB;
}
</style>