Shades of Psychedelic Purple #D42BEC
Tints of Psychedelic Purple #D42BEC
RGB
CMYK
RGB Variations
Color information
#D42BEC (or 0xD42BEC) is known color: Psychedelic Purple. HEX triplet: D4, 2B and EC. RGB value is (212,43,236). Sum of RGB (Red+Green+Blue) = 212+43+236=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 43 (17.19% from 255 or 8.76% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #D42BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42BEC is #2BD413. Grayscale: #727272. Windows color (decimal): -2872340 or 15477716. OLE color: 15477716.
HSL color Cylindrical-coordinate representation of color #D42BEC: hue angle of 292.54º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D42BEC is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 43 | 236 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.07 |
| HSL | 292.54º | 0.84% | 0.55% | - |
| HSV(B) | 292.54º | 0.82% | 0.93% | - |
| XYZ | 43.16 | 21.78 | 81.29 | - |
| YUV | 115.53 | 195.99 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 236 | 0.10 | 0.82 | 0 | 0.07 | 292.54 | 0.84 | 0.55 |
| Hex | D4 | 2B | EC | A | 52 | 0 | 7 | 125 | 54 | 37 |
| Octal | 324 | 53 | 354 | 12 | 122 | 0 | 7 | 445 | 124 | 67 |
| Binary | 11010100 | 101011 | 11101100 | 1010 | 1010010 | 0 | 111 | 100100101 | 1010100 | 110111 |
Color Harmonies of #D42BEC
Complementary color
Monochromatic Colors of #D42BEC
Black with #D42BEC
Text Example
Text Example
White with #D42BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42BEC; }
p { color: rgb(212,43,236); }
H1.HeaderClassName
{
color: #D42BEC;
}
.AnyTagClassName
{
color: #D42BEC;
}
</style>
background-color css
<style>
a { background-color: #D42BEC; }
a { background-color: rgb(212,43,236); }
div.DivClassName
{
background-color: #D42BEC;
}
.BgClassName
{
background-color: #D42BEC;
}
</style>
border-color css
<style>
span { border-color: #D42BEC; }
span { border-color: rgb(212,43,236); }
td.TdClassName
{
border-color: #D42BEC;
}
.TagClassName
{
border-color: #D42BEC;
}
</style>