Shades of Psychedelic Purple #D10FFB
Tints of Psychedelic Purple #D10FFB
RGB
CMYK
RGB Variations
Color information
#D10FFB (or 0xD10FFB) is known color: Psychedelic Purple. HEX triplet: D1, 0F and FB. RGB value is (209,15,251). Sum of RGB (Red+Green+Blue) = 209+15+251=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #D10FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10FFB is #2EF004. Grayscale: #636363. Windows color (decimal): -3076101 or 16453585. OLE color: 16453585.
HSL color Cylindrical-coordinate representation of color #D10FFB: hue angle of 289.32º 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 #D10FFB is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 15 | 251 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.02 |
| HSL | 289.32º | 0.97% | 0.52% | - |
| HSV(B) | 289.32º | 0.94% | 0.98% | - |
| XYZ | 43.88 | 20.86 | 92.98 | - |
| YUV | 99.91 | 213.27 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 251 | 0.17 | 0.94 | 0 | 0.02 | 289.32 | 0.97 | 0.52 |
| Hex | D1 | F | FB | 11 | 5E | 0 | 2 | 121 | 61 | 34 |
| Octal | 321 | 17 | 373 | 21 | 136 | 0 | 2 | 441 | 141 | 64 |
| Binary | 11010001 | 1111 | 11111011 | 10001 | 1011110 | 0 | 10 | 100100001 | 1100001 | 110100 |
Color Harmonies of #D10FFB
Complementary color
Monochromatic Colors of #D10FFB
Black with #D10FFB
Text Example
Text Example
White with #D10FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10FFB; }
p { color: rgb(209,15,251); }
H1.HeaderClassName
{
color: #D10FFB;
}
.AnyTagClassName
{
color: #D10FFB;
}
</style>
background-color css
<style>
a { background-color: #D10FFB; }
a { background-color: rgb(209,15,251); }
div.DivClassName
{
background-color: #D10FFB;
}
.BgClassName
{
background-color: #D10FFB;
}
</style>
border-color css
<style>
span { border-color: #D10FFB; }
span { border-color: rgb(209,15,251); }
td.TdClassName
{
border-color: #D10FFB;
}
.TagClassName
{
border-color: #D10FFB;
}
</style>