Shades of Psychedelic Purple #D41BEB
Tints of Psychedelic Purple #D41BEB
RGB
CMYK
RGB Variations
Color information
#D41BEB (or 0xD41BEB) is known color: Psychedelic Purple. HEX triplet: D4, 1B and EB. RGB value is (212,27,235). Sum of RGB (Red+Green+Blue) = 212+27+235=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 27 (10.94% from 255 or 5.70% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #D41BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41BEB is #2BE414. Grayscale: #696969. Windows color (decimal): -2876437 or 15408084. OLE color: 15408084.
HSL color Cylindrical-coordinate representation of color #D41BEB: hue angle of 293.37º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41BEB is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 27 | 235 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.08 |
| HSL | 293.37º | 0.84% | 0.51% | - |
| HSV(B) | 293.37º | 0.89% | 0.92% | - |
| XYZ | 42.54 | 20.78 | 80.37 | - |
| YUV | 106.03 | 200.79 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 235 | 0.10 | 0.89 | 0 | 0.08 | 293.37 | 0.84 | 0.51 |
| Hex | D4 | 1B | EB | A | 59 | 0 | 8 | 125 | 54 | 33 |
| Octal | 324 | 33 | 353 | 12 | 131 | 0 | 10 | 445 | 124 | 63 |
| Binary | 11010100 | 11011 | 11101011 | 1010 | 1011001 | 0 | 1000 | 100100101 | 1010100 | 110011 |
Color Harmonies of #D41BEB
Complementary color
Monochromatic Colors of #D41BEB
Black with #D41BEB
Text Example
Text Example
White with #D41BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41BEB; }
p { color: rgb(212,27,235); }
H1.HeaderClassName
{
color: #D41BEB;
}
.AnyTagClassName
{
color: #D41BEB;
}
</style>
background-color css
<style>
a { background-color: #D41BEB; }
a { background-color: rgb(212,27,235); }
div.DivClassName
{
background-color: #D41BEB;
}
.BgClassName
{
background-color: #D41BEB;
}
</style>
border-color css
<style>
span { border-color: #D41BEB; }
span { border-color: rgb(212,27,235); }
td.TdClassName
{
border-color: #D41BEB;
}
.TagClassName
{
border-color: #D41BEB;
}
</style>