Shades of Psychedelic Purple #D41CEB
Tints of Psychedelic Purple #D41CEB
RGB
CMYK
RGB Variations
Color information
#D41CEB (or 0xD41CEB) is known color: Psychedelic Purple. HEX triplet: D4, 1C and EB. RGB value is (212,28,235). Sum of RGB (Red+Green+Blue) = 212+28+235=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #D41CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41CEB is #2BE314. Grayscale: #696969. Windows color (decimal): -2876181 or 15408340. OLE color: 15408340.
HSL color Cylindrical-coordinate representation of color #D41CEB: hue angle of 293.33º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41CEB is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 28 | 235 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.08 |
| HSL | 293.33º | 0.84% | 0.52% | - |
| HSV(B) | 293.33º | 0.88% | 0.92% | - |
| XYZ | 42.56 | 20.83 | 80.37 | - |
| YUV | 106.61 | 200.46 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 235 | 0.10 | 0.88 | 0 | 0.08 | 293.33 | 0.84 | 0.52 |
| Hex | D4 | 1C | EB | A | 58 | 0 | 8 | 125 | 54 | 34 |
| Octal | 324 | 34 | 353 | 12 | 130 | 0 | 10 | 445 | 124 | 64 |
| Binary | 11010100 | 11100 | 11101011 | 1010 | 1011000 | 0 | 1000 | 100100101 | 1010100 | 110100 |
Color Harmonies of #D41CEB
Complementary color
Monochromatic Colors of #D41CEB
Black with #D41CEB
Text Example
Text Example
White with #D41CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41CEB; }
p { color: rgb(212,28,235); }
H1.HeaderClassName
{
color: #D41CEB;
}
.AnyTagClassName
{
color: #D41CEB;
}
</style>
background-color css
<style>
a { background-color: #D41CEB; }
a { background-color: rgb(212,28,235); }
div.DivClassName
{
background-color: #D41CEB;
}
.BgClassName
{
background-color: #D41CEB;
}
</style>
border-color css
<style>
span { border-color: #D41CEB; }
span { border-color: rgb(212,28,235); }
td.TdClassName
{
border-color: #D41CEB;
}
.TagClassName
{
border-color: #D41CEB;
}
</style>