Shades of Psychedelic Purple #D110FB
Tints of Psychedelic Purple #D110FB
RGB
CMYK
RGB Variations
Color information
#D110FB (or 0xD110FB) is known color: Psychedelic Purple. HEX triplet: D1, 10 and FB. RGB value is (209,16,251). Sum of RGB (Red+Green+Blue) = 209+16+251=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 16 (6.64% from 255 or 3.36% 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 #D110FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D110FB is #2EEF04. Grayscale: #636363. Windows color (decimal): -3075845 or 16453841. OLE color: 16453841.
HSL color Cylindrical-coordinate representation of color #D110FB: hue angle of 289.28º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D110FB is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 16 | 251 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.02 |
| HSL | 289.28º | 0.97% | 0.52% | - |
| HSV(B) | 289.28º | 0.94% | 0.98% | - |
| XYZ | 43.89 | 20.89 | 92.99 | - |
| YUV | 100.5 | 212.94 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 251 | 0.17 | 0.94 | 0 | 0.02 | 289.28 | 0.97 | 0.52 |
| Hex | D1 | 10 | FB | 11 | 5E | 0 | 2 | 121 | 61 | 34 |
| Octal | 321 | 20 | 373 | 21 | 136 | 0 | 2 | 441 | 141 | 64 |
| Binary | 11010001 | 10000 | 11111011 | 10001 | 1011110 | 0 | 10 | 100100001 | 1100001 | 110100 |
Color Harmonies of #D110FB
Complementary color
Monochromatic Colors of #D110FB
Black with #D110FB
Text Example
Text Example
White with #D110FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D110FB; }
p { color: rgb(209,16,251); }
H1.HeaderClassName
{
color: #D110FB;
}
.AnyTagClassName
{
color: #D110FB;
}
</style>
background-color css
<style>
a { background-color: #D110FB; }
a { background-color: rgb(209,16,251); }
div.DivClassName
{
background-color: #D110FB;
}
.BgClassName
{
background-color: #D110FB;
}
</style>
border-color css
<style>
span { border-color: #D110FB; }
span { border-color: rgb(209,16,251); }
td.TdClassName
{
border-color: #D110FB;
}
.TagClassName
{
border-color: #D110FB;
}
</style>