Shades of Psychedelic Purple #D623EB
Tints of Psychedelic Purple #D623EB
RGB
CMYK
RGB Variations
Color information
#D623EB (or 0xD623EB) is known color: Psychedelic Purple. HEX triplet: D6, 23 and EB. RGB value is (214,35,235). Sum of RGB (Red+Green+Blue) = 214+35+235=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 35 (14.06% from 255 or 7.23% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #D623EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D623EB is #29DC14. Grayscale: #6E6E6E. Windows color (decimal): -2743317 or 15410134. OLE color: 15410134.
HSL color Cylindrical-coordinate representation of color #D623EB: hue angle of 293.7º 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 #D623EB is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 35 | 235 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.08 |
| HSL | 293.7º | 0.83% | 0.53% | - |
| HSV(B) | 293.7º | 0.85% | 0.92% | - |
| XYZ | 43.33 | 21.5 | 80.46 | - |
| YUV | 111.32 | 197.8 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 235 | 0.09 | 0.85 | 0 | 0.08 | 293.7 | 0.83 | 0.53 |
| Hex | D6 | 23 | EB | 9 | 55 | 0 | 8 | 126 | 53 | 35 |
| Octal | 326 | 43 | 353 | 11 | 125 | 0 | 10 | 446 | 123 | 65 |
| Binary | 11010110 | 100011 | 11101011 | 1001 | 1010101 | 0 | 1000 | 100100110 | 1010011 | 110101 |
Color Harmonies of #D623EB
Complementary color
Monochromatic Colors of #D623EB
Black with #D623EB
Text Example
Text Example
White with #D623EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D623EB; }
p { color: rgb(214,35,235); }
H1.HeaderClassName
{
color: #D623EB;
}
.AnyTagClassName
{
color: #D623EB;
}
</style>
background-color css
<style>
a { background-color: #D623EB; }
a { background-color: rgb(214,35,235); }
div.DivClassName
{
background-color: #D623EB;
}
.BgClassName
{
background-color: #D623EB;
}
</style>
border-color css
<style>
span { border-color: #D623EB; }
span { border-color: rgb(214,35,235); }
td.TdClassName
{
border-color: #D623EB;
}
.TagClassName
{
border-color: #D623EB;
}
</style>