Shades of Psychedelic Purple #D20BFA
Tints of Psychedelic Purple #D20BFA
RGB
CMYK
RGB Variations
Color information
#D20BFA (or 0xD20BFA) is known color: Psychedelic Purple. HEX triplet: D2, 0B and FA. RGB value is (210,11,250). Sum of RGB (Red+Green+Blue) = 210+11+250=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 11 (4.69% from 255 or 2.34% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #D20BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20BFA is #2DF405. Grayscale: #606060. Windows color (decimal): -3011590 or 16387026. OLE color: 16387026.
HSL color Cylindrical-coordinate representation of color #D20BFA: hue angle of 289.96º 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 #D20BFA is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 11 | 250 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.02 |
| HSL | 289.96º | 0.96% | 0.51% | - |
| HSV(B) | 289.96º | 0.96% | 0.98% | - |
| XYZ | 43.95 | 20.84 | 92.15 | - |
| YUV | 97.75 | 213.93 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 11 | 250 | 0.16 | 0.96 | 0 | 0.02 | 289.96 | 0.96 | 0.51 |
| Hex | D2 | B | FA | 10 | 60 | 0 | 2 | 122 | 60 | 33 |
| Octal | 322 | 13 | 372 | 20 | 140 | 0 | 2 | 442 | 140 | 63 |
| Binary | 11010010 | 1011 | 11111010 | 10000 | 1100000 | 0 | 10 | 100100010 | 1100000 | 110011 |
Color Harmonies of #D20BFA
Complementary color
Monochromatic Colors of #D20BFA
Black with #D20BFA
Text Example
Text Example
White with #D20BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20BFA; }
p { color: rgb(210,11,250); }
H1.HeaderClassName
{
color: #D20BFA;
}
.AnyTagClassName
{
color: #D20BFA;
}
</style>
background-color css
<style>
a { background-color: #D20BFA; }
a { background-color: rgb(210,11,250); }
div.DivClassName
{
background-color: #D20BFA;
}
.BgClassName
{
background-color: #D20BFA;
}
</style>
border-color css
<style>
span { border-color: #D20BFA; }
span { border-color: rgb(210,11,250); }
td.TdClassName
{
border-color: #D20BFA;
}
.TagClassName
{
border-color: #D20BFA;
}
</style>