Shades of Psychedelic Purple #D10BFA
Tints of Psychedelic Purple #D10BFA
RGB
CMYK
RGB Variations
Color information
#D10BFA (or 0xD10BFA) is known color: Psychedelic Purple. HEX triplet: D1, 0B and FA. RGB value is (209,11,250). Sum of RGB (Red+Green+Blue) = 209+11+250=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 11 (4.69% from 255 or 2.34% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #D10BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10BFA is #2EF405. Grayscale: #606060. Windows color (decimal): -3077126 or 16387025. OLE color: 16387025.
HSL color Cylindrical-coordinate representation of color #D10BFA: hue angle of 289.71º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10BFA is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 11 | 250 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.02 |
| HSL | 289.71º | 0.96% | 0.51% | - |
| HSV(B) | 289.71º | 0.96% | 0.98% | - |
| XYZ | 43.67 | 20.7 | 92.14 | - |
| YUV | 97.45 | 214.1 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 250 | 0.16 | 0.96 | 0 | 0.02 | 289.71 | 0.96 | 0.51 |
| Hex | D1 | B | FA | 10 | 60 | 0 | 2 | 122 | 60 | 33 |
| Octal | 321 | 13 | 372 | 20 | 140 | 0 | 2 | 442 | 140 | 63 |
| Binary | 11010001 | 1011 | 11111010 | 10000 | 1100000 | 0 | 10 | 100100010 | 1100000 | 110011 |
Color Harmonies of #D10BFA
Complementary color
Monochromatic Colors of #D10BFA
Black with #D10BFA
Text Example
Text Example
White with #D10BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10BFA; }
p { color: rgb(209,11,250); }
H1.HeaderClassName
{
color: #D10BFA;
}
.AnyTagClassName
{
color: #D10BFA;
}
</style>
background-color css
<style>
a { background-color: #D10BFA; }
a { background-color: rgb(209,11,250); }
div.DivClassName
{
background-color: #D10BFA;
}
.BgClassName
{
background-color: #D10BFA;
}
</style>
border-color css
<style>
span { border-color: #D10BFA; }
span { border-color: rgb(209,11,250); }
td.TdClassName
{
border-color: #D10BFA;
}
.TagClassName
{
border-color: #D10BFA;
}
</style>