Shades of Psychedelic Purple #D41AEB
Tints of Psychedelic Purple #D41AEB
RGB
CMYK
RGB Variations
Color information
#D41AEB (or 0xD41AEB) is known color: Psychedelic Purple. HEX triplet: D4, 1A and EB. RGB value is (212,26,235). Sum of RGB (Red+Green+Blue) = 212+26+235=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #D41AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41AEB is #2BE514. Grayscale: #686868. Windows color (decimal): -2876693 or 15407828. OLE color: 15407828.
HSL color Cylindrical-coordinate representation of color #D41AEB: hue angle of 293.4º 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 #D41AEB is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 26 | 235 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.08 |
| HSL | 293.4º | 0.84% | 0.51% | - |
| HSV(B) | 293.4º | 0.89% | 0.92% | - |
| XYZ | 42.52 | 20.73 | 80.36 | - |
| YUV | 105.44 | 201.12 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 235 | 0.10 | 0.89 | 0 | 0.08 | 293.4 | 0.84 | 0.51 |
| Hex | D4 | 1A | EB | A | 59 | 0 | 8 | 125 | 54 | 33 |
| Octal | 324 | 32 | 353 | 12 | 131 | 0 | 10 | 445 | 124 | 63 |
| Binary | 11010100 | 11010 | 11101011 | 1010 | 1011001 | 0 | 1000 | 100100101 | 1010100 | 110011 |
Color Harmonies of #D41AEB
Complementary color
Monochromatic Colors of #D41AEB
Black with #D41AEB
Text Example
Text Example
White with #D41AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41AEB; }
p { color: rgb(212,26,235); }
H1.HeaderClassName
{
color: #D41AEB;
}
.AnyTagClassName
{
color: #D41AEB;
}
</style>
background-color css
<style>
a { background-color: #D41AEB; }
a { background-color: rgb(212,26,235); }
div.DivClassName
{
background-color: #D41AEB;
}
.BgClassName
{
background-color: #D41AEB;
}
</style>
border-color css
<style>
span { border-color: #D41AEB; }
span { border-color: rgb(212,26,235); }
td.TdClassName
{
border-color: #D41AEB;
}
.TagClassName
{
border-color: #D41AEB;
}
</style>