Shades of Psychedelic Purple #D41BFA
Tints of Psychedelic Purple #D41BFA
RGB
CMYK
RGB Variations
Color information
#D41BFA (or 0xD41BFA) is known color: Psychedelic Purple. HEX triplet: D4, 1B and FA. RGB value is (212,27,250). Sum of RGB (Red+Green+Blue) = 212+27+250=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 27 (10.94% from 255 or 5.52% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #D41BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41BFA is #2BE405. Grayscale: #6B6B6B. Windows color (decimal): -2876422 or 16391124. OLE color: 16391124.
HSL color Cylindrical-coordinate representation of color #D41BFA: hue angle of 289.78º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41BFA is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 27 | 250 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.02 |
| HSL | 289.78º | 0.96% | 0.54% | - |
| HSV(B) | 289.78º | 0.89% | 0.98% | - |
| XYZ | 44.8 | 21.68 | 92.27 | - |
| YUV | 107.74 | 208.29 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 250 | 0.15 | 0.89 | 0 | 0.02 | 289.78 | 0.96 | 0.54 |
| Hex | D4 | 1B | FA | F | 59 | 0 | 2 | 122 | 60 | 36 |
| Octal | 324 | 33 | 372 | 17 | 131 | 0 | 2 | 442 | 140 | 66 |
| Binary | 11010100 | 11011 | 11111010 | 1111 | 1011001 | 0 | 10 | 100100010 | 1100000 | 110110 |
Color Harmonies of #D41BFA
Complementary color
Monochromatic Colors of #D41BFA
Black with #D41BFA
Text Example
Text Example
White with #D41BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41BFA; }
p { color: rgb(212,27,250); }
H1.HeaderClassName
{
color: #D41BFA;
}
.AnyTagClassName
{
color: #D41BFA;
}
</style>
background-color css
<style>
a { background-color: #D41BFA; }
a { background-color: rgb(212,27,250); }
div.DivClassName
{
background-color: #D41BFA;
}
.BgClassName
{
background-color: #D41BFA;
}
</style>
border-color css
<style>
span { border-color: #D41BFA; }
span { border-color: rgb(212,27,250); }
td.TdClassName
{
border-color: #D41BFA;
}
.TagClassName
{
border-color: #D41BFA;
}
</style>