Shades of Psychedelic Purple #D41BEF
Tints of Psychedelic Purple #D41BEF
RGB
CMYK
RGB Variations
Color information
#D41BEF (or 0xD41BEF) is known color: Psychedelic Purple. HEX triplet: D4, 1B and EF. RGB value is (212,27,239). Sum of RGB (Red+Green+Blue) = 212+27+239=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 27 (10.94% from 255 or 5.65% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #D41BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41BEF is #2BE410. Grayscale: #696969. Windows color (decimal): -2876433 or 15670228. OLE color: 15670228.
HSL color Cylindrical-coordinate representation of color #D41BEF: hue angle of 292.36º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41BEF is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 27 | 239 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.06 |
| HSL | 292.36º | 0.87% | 0.52% | - |
| HSV(B) | 292.36º | 0.89% | 0.94% | - |
| XYZ | 43.12 | 21.01 | 83.44 | - |
| YUV | 106.48 | 202.79 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 239 | 0.11 | 0.89 | 0 | 0.06 | 292.36 | 0.87 | 0.52 |
| Hex | D4 | 1B | EF | B | 59 | 0 | 6 | 124 | 57 | 34 |
| Octal | 324 | 33 | 357 | 13 | 131 | 0 | 6 | 444 | 127 | 64 |
| Binary | 11010100 | 11011 | 11101111 | 1011 | 1011001 | 0 | 110 | 100100100 | 1010111 | 110100 |
Color Harmonies of #D41BEF
Complementary color
Monochromatic Colors of #D41BEF
Black with #D41BEF
Text Example
Text Example
White with #D41BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41BEF; }
p { color: rgb(212,27,239); }
H1.HeaderClassName
{
color: #D41BEF;
}
.AnyTagClassName
{
color: #D41BEF;
}
</style>
background-color css
<style>
a { background-color: #D41BEF; }
a { background-color: rgb(212,27,239); }
div.DivClassName
{
background-color: #D41BEF;
}
.BgClassName
{
background-color: #D41BEF;
}
</style>
border-color css
<style>
span { border-color: #D41BEF; }
span { border-color: rgb(212,27,239); }
td.TdClassName
{
border-color: #D41BEF;
}
.TagClassName
{
border-color: #D41BEF;
}
</style>