Shades of Psychedelic Purple #D41FEB
Tints of Psychedelic Purple #D41FEB
RGB
CMYK
RGB Variations
Color information
#D41FEB (or 0xD41FEB) is known color: Psychedelic Purple. HEX triplet: D4, 1F and EB. RGB value is (212,31,235). Sum of RGB (Red+Green+Blue) = 212+31+235=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #D41FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41FEB is #2BE014. Grayscale: #6B6B6B. Windows color (decimal): -2875413 or 15409108. OLE color: 15409108.
HSL color Cylindrical-coordinate representation of color #D41FEB: hue angle of 293.24º 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 #D41FEB is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 31 | 235 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.08 |
| HSL | 293.24º | 0.84% | 0.52% | - |
| HSV(B) | 293.24º | 0.87% | 0.92% | - |
| XYZ | 42.64 | 20.98 | 80.4 | - |
| YUV | 108.38 | 199.47 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 31 | 235 | 0.10 | 0.87 | 0 | 0.08 | 293.24 | 0.84 | 0.52 |
| Hex | D4 | 1F | EB | A | 57 | 0 | 8 | 125 | 54 | 34 |
| Octal | 324 | 37 | 353 | 12 | 127 | 0 | 10 | 445 | 124 | 64 |
| Binary | 11010100 | 11111 | 11101011 | 1010 | 1010111 | 0 | 1000 | 100100101 | 1010100 | 110100 |
Color Harmonies of #D41FEB
Complementary color
Monochromatic Colors of #D41FEB
Black with #D41FEB
Text Example
Text Example
White with #D41FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41FEB; }
p { color: rgb(212,31,235); }
H1.HeaderClassName
{
color: #D41FEB;
}
.AnyTagClassName
{
color: #D41FEB;
}
</style>
background-color css
<style>
a { background-color: #D41FEB; }
a { background-color: rgb(212,31,235); }
div.DivClassName
{
background-color: #D41FEB;
}
.BgClassName
{
background-color: #D41FEB;
}
</style>
border-color css
<style>
span { border-color: #D41FEB; }
span { border-color: rgb(212,31,235); }
td.TdClassName
{
border-color: #D41FEB;
}
.TagClassName
{
border-color: #D41FEB;
}
</style>