Shades of Psychedelic Purple #D423EB
Tints of Psychedelic Purple #D423EB
RGB
CMYK
RGB Variations
Color information
#D423EB (or 0xD423EB) is known color: Psychedelic Purple. HEX triplet: D4, 23 and EB. RGB value is (212,35,235). Sum of RGB (Red+Green+Blue) = 212+35+235=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 35 (14.06% from 255 or 7.26% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #D423EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D423EB is #2BDC14. Grayscale: #6E6E6E. Windows color (decimal): -2874389 or 15410132. OLE color: 15410132.
HSL color Cylindrical-coordinate representation of color #D423EB: hue angle of 293.1º 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 #D423EB is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 35 | 235 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.08 |
| HSL | 293.1º | 0.83% | 0.53% | - |
| HSV(B) | 293.1º | 0.85% | 0.92% | - |
| XYZ | 42.75 | 21.2 | 80.44 | - |
| YUV | 110.72 | 198.14 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 235 | 0.10 | 0.85 | 0 | 0.08 | 293.1 | 0.83 | 0.53 |
| Hex | D4 | 23 | EB | A | 55 | 0 | 8 | 125 | 53 | 35 |
| Octal | 324 | 43 | 353 | 12 | 125 | 0 | 10 | 445 | 123 | 65 |
| Binary | 11010100 | 100011 | 11101011 | 1010 | 1010101 | 0 | 1000 | 100100101 | 1010011 | 110101 |
Color Harmonies of #D423EB
Complementary color
Monochromatic Colors of #D423EB
Black with #D423EB
Text Example
Text Example
White with #D423EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D423EB; }
p { color: rgb(212,35,235); }
H1.HeaderClassName
{
color: #D423EB;
}
.AnyTagClassName
{
color: #D423EB;
}
</style>
background-color css
<style>
a { background-color: #D423EB; }
a { background-color: rgb(212,35,235); }
div.DivClassName
{
background-color: #D423EB;
}
.BgClassName
{
background-color: #D423EB;
}
</style>
border-color css
<style>
span { border-color: #D423EB; }
span { border-color: rgb(212,35,235); }
td.TdClassName
{
border-color: #D423EB;
}
.TagClassName
{
border-color: #D423EB;
}
</style>