Shades of Psychedelic Purple #D424EB
Tints of Psychedelic Purple #D424EB
RGB
CMYK
RGB Variations
Color information
#D424EB (or 0xD424EB) is known color: Psychedelic Purple. HEX triplet: D4, 24 and EB. RGB value is (212,36,235). Sum of RGB (Red+Green+Blue) = 212+36+235=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #D424EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D424EB is #2BDB14. Grayscale: #6E6E6E. Windows color (decimal): -2874133 or 15410388. OLE color: 15410388.
HSL color Cylindrical-coordinate representation of color #D424EB: hue angle of 293.07º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D424EB is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 36 | 235 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.08 |
| HSL | 293.07º | 0.83% | 0.53% | - |
| HSV(B) | 293.07º | 0.85% | 0.92% | - |
| XYZ | 42.78 | 21.26 | 80.45 | - |
| YUV | 111.31 | 197.81 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 235 | 0.10 | 0.85 | 0 | 0.08 | 293.07 | 0.83 | 0.53 |
| Hex | D4 | 24 | EB | A | 55 | 0 | 8 | 125 | 53 | 35 |
| Octal | 324 | 44 | 353 | 12 | 125 | 0 | 10 | 445 | 123 | 65 |
| Binary | 11010100 | 100100 | 11101011 | 1010 | 1010101 | 0 | 1000 | 100100101 | 1010011 | 110101 |
Color Harmonies of #D424EB
Complementary color
Monochromatic Colors of #D424EB
Black with #D424EB
Text Example
Text Example
White with #D424EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D424EB; }
p { color: rgb(212,36,235); }
H1.HeaderClassName
{
color: #D424EB;
}
.AnyTagClassName
{
color: #D424EB;
}
</style>
background-color css
<style>
a { background-color: #D424EB; }
a { background-color: rgb(212,36,235); }
div.DivClassName
{
background-color: #D424EB;
}
.BgClassName
{
background-color: #D424EB;
}
</style>
border-color css
<style>
span { border-color: #D424EB; }
span { border-color: rgb(212,36,235); }
td.TdClassName
{
border-color: #D424EB;
}
.TagClassName
{
border-color: #D424EB;
}
</style>