Shades of Psychedelic Purple #D40BFA
Tints of Psychedelic Purple #D40BFA
RGB
CMYK
RGB Variations
Color information
#D40BFA (or 0xD40BFA) is known color: Psychedelic Purple. HEX triplet: D4, 0B and FA. RGB value is (212,11,250). Sum of RGB (Red+Green+Blue) = 212+11+250=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 11 (4.69% from 255 or 2.33% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #D40BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40BFA is #2BF405. Grayscale: #616161. Windows color (decimal): -2880518 or 16387028. OLE color: 16387028.
HSL color Cylindrical-coordinate representation of color #D40BFA: hue angle of 290.46º 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 #D40BFA is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 11 | 250 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.02 |
| HSL | 290.46º | 0.96% | 0.51% | - |
| HSV(B) | 290.46º | 0.96% | 0.98% | - |
| XYZ | 44.53 | 21.14 | 92.18 | - |
| YUV | 98.35 | 213.59 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 250 | 0.15 | 0.96 | 0 | 0.02 | 290.46 | 0.96 | 0.51 |
| Hex | D4 | B | FA | F | 60 | 0 | 2 | 122 | 60 | 33 |
| Octal | 324 | 13 | 372 | 17 | 140 | 0 | 2 | 442 | 140 | 63 |
| Binary | 11010100 | 1011 | 11111010 | 1111 | 1100000 | 0 | 10 | 100100010 | 1100000 | 110011 |
Color Harmonies of #D40BFA
Complementary color
Monochromatic Colors of #D40BFA
Black with #D40BFA
Text Example
Text Example
White with #D40BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40BFA; }
p { color: rgb(212,11,250); }
H1.HeaderClassName
{
color: #D40BFA;
}
.AnyTagClassName
{
color: #D40BFA;
}
</style>
background-color css
<style>
a { background-color: #D40BFA; }
a { background-color: rgb(212,11,250); }
div.DivClassName
{
background-color: #D40BFA;
}
.BgClassName
{
background-color: #D40BFA;
}
</style>
border-color css
<style>
span { border-color: #D40BFA; }
span { border-color: rgb(212,11,250); }
td.TdClassName
{
border-color: #D40BFA;
}
.TagClassName
{
border-color: #D40BFA;
}
</style>