Shades of Psychedelic Purple #D41EEB
Tints of Psychedelic Purple #D41EEB
RGB
CMYK
RGB Variations
Color information
#D41EEB (or 0xD41EEB) is known color: Psychedelic Purple. HEX triplet: D4, 1E and EB. RGB value is (212,30,235). Sum of RGB (Red+Green+Blue) = 212+30+235=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #D41EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41EEB is #2BE114. Grayscale: #6B6B6B. Windows color (decimal): -2875669 or 15408852. OLE color: 15408852.
HSL color Cylindrical-coordinate representation of color #D41EEB: hue angle of 293.27º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41EEB is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 30 | 235 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.08 |
| HSL | 293.27º | 0.84% | 0.52% | - |
| HSV(B) | 293.27º | 0.87% | 0.92% | - |
| XYZ | 42.61 | 20.92 | 80.39 | - |
| YUV | 107.79 | 199.8 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 30 | 235 | 0.10 | 0.87 | 0 | 0.08 | 293.27 | 0.84 | 0.52 |
| Hex | D4 | 1E | EB | A | 57 | 0 | 8 | 125 | 54 | 34 |
| Octal | 324 | 36 | 353 | 12 | 127 | 0 | 10 | 445 | 124 | 64 |
| Binary | 11010100 | 11110 | 11101011 | 1010 | 1010111 | 0 | 1000 | 100100101 | 1010100 | 110100 |
Color Harmonies of #D41EEB
Complementary color
Monochromatic Colors of #D41EEB
Black with #D41EEB
Text Example
Text Example
White with #D41EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41EEB; }
p { color: rgb(212,30,235); }
H1.HeaderClassName
{
color: #D41EEB;
}
.AnyTagClassName
{
color: #D41EEB;
}
</style>
background-color css
<style>
a { background-color: #D41EEB; }
a { background-color: rgb(212,30,235); }
div.DivClassName
{
background-color: #D41EEB;
}
.BgClassName
{
background-color: #D41EEB;
}
</style>
border-color css
<style>
span { border-color: #D41EEB; }
span { border-color: rgb(212,30,235); }
td.TdClassName
{
border-color: #D41EEB;
}
.TagClassName
{
border-color: #D41EEB;
}
</style>