Shades of Psychedelic Purple #D30BFA
Tints of Psychedelic Purple #D30BFA
RGB
CMYK
RGB Variations
Color information
#D30BFA (or 0xD30BFA) is known color: Psychedelic Purple. HEX triplet: D3, 0B and FA. RGB value is (211,11,250). Sum of RGB (Red+Green+Blue) = 211+11+250=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 11 (4.69% from 255 or 2.33% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #D30BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30BFA is #2CF405. Grayscale: #616161. Windows color (decimal): -2946054 or 16387027. OLE color: 16387027.
HSL color Cylindrical-coordinate representation of color #D30BFA: hue angle of 290.21º 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 #D30BFA is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 11 | 250 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.02 |
| HSL | 290.21º | 0.96% | 0.51% | - |
| HSV(B) | 290.21º | 0.96% | 0.98% | - |
| XYZ | 44.24 | 20.99 | 92.16 | - |
| YUV | 98.05 | 213.76 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 11 | 250 | 0.16 | 0.96 | 0 | 0.02 | 290.21 | 0.96 | 0.51 |
| Hex | D3 | B | FA | 10 | 60 | 0 | 2 | 122 | 60 | 33 |
| Octal | 323 | 13 | 372 | 20 | 140 | 0 | 2 | 442 | 140 | 63 |
| Binary | 11010011 | 1011 | 11111010 | 10000 | 1100000 | 0 | 10 | 100100010 | 1100000 | 110011 |
Color Harmonies of #D30BFA
Complementary color
Monochromatic Colors of #D30BFA
Black with #D30BFA
Text Example
Text Example
White with #D30BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30BFA; }
p { color: rgb(211,11,250); }
H1.HeaderClassName
{
color: #D30BFA;
}
.AnyTagClassName
{
color: #D30BFA;
}
</style>
background-color css
<style>
a { background-color: #D30BFA; }
a { background-color: rgb(211,11,250); }
div.DivClassName
{
background-color: #D30BFA;
}
.BgClassName
{
background-color: #D30BFA;
}
</style>
border-color css
<style>
span { border-color: #D30BFA; }
span { border-color: rgb(211,11,250); }
td.TdClassName
{
border-color: #D30BFA;
}
.TagClassName
{
border-color: #D30BFA;
}
</style>