Shades of Psychedelic Purple #D41BEA
Tints of Psychedelic Purple #D41BEA
RGB
CMYK
RGB Variations
Color information
#D41BEA (or 0xD41BEA) is known color: Psychedelic Purple. HEX triplet: D4, 1B and EA. RGB value is (212,27,234). Sum of RGB (Red+Green+Blue) = 212+27+234=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 27 (10.94% from 255 or 5.71% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #D41BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41BEA is #2BE415. Grayscale: #696969. Windows color (decimal): -2876438 or 15342548. OLE color: 15342548.
HSL color Cylindrical-coordinate representation of color #D41BEA: hue angle of 293.62º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41BEA is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 27 | 234 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.08 |
| HSL | 293.62º | 0.83% | 0.51% | - |
| HSV(B) | 293.62º | 0.88% | 0.92% | - |
| XYZ | 42.39 | 20.72 | 79.61 | - |
| YUV | 105.91 | 200.29 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 234 | 0.09 | 0.88 | 0 | 0.08 | 293.62 | 0.83 | 0.51 |
| Hex | D4 | 1B | EA | 9 | 58 | 0 | 8 | 126 | 53 | 33 |
| Octal | 324 | 33 | 352 | 11 | 130 | 0 | 10 | 446 | 123 | 63 |
| Binary | 11010100 | 11011 | 11101010 | 1001 | 1011000 | 0 | 1000 | 100100110 | 1010011 | 110011 |
Color Harmonies of #D41BEA
Complementary color
Monochromatic Colors of #D41BEA
Black with #D41BEA
Text Example
Text Example
White with #D41BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41BEA; }
p { color: rgb(212,27,234); }
H1.HeaderClassName
{
color: #D41BEA;
}
.AnyTagClassName
{
color: #D41BEA;
}
</style>
background-color css
<style>
a { background-color: #D41BEA; }
a { background-color: rgb(212,27,234); }
div.DivClassName
{
background-color: #D41BEA;
}
.BgClassName
{
background-color: #D41BEA;
}
</style>
border-color css
<style>
span { border-color: #D41BEA; }
span { border-color: rgb(212,27,234); }
td.TdClassName
{
border-color: #D41BEA;
}
.TagClassName
{
border-color: #D41BEA;
}
</style>