Shades of Psychedelic Purple #D42BE9
Tints of Psychedelic Purple #D42BE9
RGB
CMYK
RGB Variations
Color information
#D42BE9 (or 0xD42BE9) is known color: Psychedelic Purple. HEX triplet: D4, 2B and E9. RGB value is (212,43,233). Sum of RGB (Red+Green+Blue) = 212+43+233=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 43 (17.19% from 255 or 8.81% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #D42BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42BE9 is #2BD416. Grayscale: #727272. Windows color (decimal): -2872343 or 15281108. OLE color: 15281108.
HSL color Cylindrical-coordinate representation of color #D42BE9: hue angle of 293.37º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D42BE9 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 43 | 233 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.09 |
| HSL | 293.37º | 0.81% | 0.54% | - |
| HSV(B) | 293.37º | 0.82% | 0.91% | - |
| XYZ | 42.72 | 21.61 | 79.01 | - |
| YUV | 115.19 | 194.49 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 233 | 0.09 | 0.82 | 0 | 0.09 | 293.37 | 0.81 | 0.54 |
| Hex | D4 | 2B | E9 | 9 | 52 | 0 | 9 | 125 | 51 | 36 |
| Octal | 324 | 53 | 351 | 11 | 122 | 0 | 11 | 445 | 121 | 66 |
| Binary | 11010100 | 101011 | 11101001 | 1001 | 1010010 | 0 | 1001 | 100100101 | 1010001 | 110110 |
Color Harmonies of #D42BE9
Complementary color
Monochromatic Colors of #D42BE9
Black with #D42BE9
Text Example
Text Example
White with #D42BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42BE9; }
p { color: rgb(212,43,233); }
H1.HeaderClassName
{
color: #D42BE9;
}
.AnyTagClassName
{
color: #D42BE9;
}
</style>
background-color css
<style>
a { background-color: #D42BE9; }
a { background-color: rgb(212,43,233); }
div.DivClassName
{
background-color: #D42BE9;
}
.BgClassName
{
background-color: #D42BE9;
}
</style>
border-color css
<style>
span { border-color: #D42BE9; }
span { border-color: rgb(212,43,233); }
td.TdClassName
{
border-color: #D42BE9;
}
.TagClassName
{
border-color: #D42BE9;
}
</style>