Shades of Psychedelic Purple #D42BEB
Tints of Psychedelic Purple #D42BEB
RGB
CMYK
RGB Variations
Color information
#D42BEB (or 0xD42BEB) is known color: Psychedelic Purple. HEX triplet: D4, 2B and EB. RGB value is (212,43,235). Sum of RGB (Red+Green+Blue) = 212+43+235=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 43 (17.19% from 255 or 8.78% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #D42BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42BEB is #2BD414. Grayscale: #727272. Windows color (decimal): -2872341 or 15412180. OLE color: 15412180.
HSL color Cylindrical-coordinate representation of color #D42BEB: hue angle of 292.81º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D42BEB is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 43 | 235 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.08 |
| HSL | 292.81º | 0.83% | 0.55% | - |
| HSV(B) | 292.81º | 0.82% | 0.92% | - |
| XYZ | 43.01 | 21.72 | 80.52 | - |
| YUV | 115.42 | 195.49 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 235 | 0.10 | 0.82 | 0 | 0.08 | 292.81 | 0.83 | 0.55 |
| Hex | D4 | 2B | EB | A | 52 | 0 | 8 | 125 | 53 | 37 |
| Octal | 324 | 53 | 353 | 12 | 122 | 0 | 10 | 445 | 123 | 67 |
| Binary | 11010100 | 101011 | 11101011 | 1010 | 1010010 | 0 | 1000 | 100100101 | 1010011 | 110111 |
Color Harmonies of #D42BEB
Complementary color
Monochromatic Colors of #D42BEB
Black with #D42BEB
Text Example
Text Example
White with #D42BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42BEB; }
p { color: rgb(212,43,235); }
H1.HeaderClassName
{
color: #D42BEB;
}
.AnyTagClassName
{
color: #D42BEB;
}
</style>
background-color css
<style>
a { background-color: #D42BEB; }
a { background-color: rgb(212,43,235); }
div.DivClassName
{
background-color: #D42BEB;
}
.BgClassName
{
background-color: #D42BEB;
}
</style>
border-color css
<style>
span { border-color: #D42BEB; }
span { border-color: rgb(212,43,235); }
td.TdClassName
{
border-color: #D42BEB;
}
.TagClassName
{
border-color: #D42BEB;
}
</style>