Shades of Psychedelic Purple #D50EEB
Tints of Psychedelic Purple #D50EEB
RGB
CMYK
RGB Variations
Color information
#D50EEB (or 0xD50EEB) is known color: Psychedelic Purple. HEX triplet: D5, 0E and EB. RGB value is (213,14,235). Sum of RGB (Red+Green+Blue) = 213+14+235=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 14 (5.86% from 255 or 3.03% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #D50EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50EEB is #2AF114. Grayscale: #626262. Windows color (decimal): -2814229 or 15404757. OLE color: 15404757.
HSL color Cylindrical-coordinate representation of color #D50EEB: hue angle of 294.03º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50EEB is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 14 | 235 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.08 |
| HSL | 294.03º | 0.89% | 0.49% | - |
| HSV(B) | 294.03º | 0.94% | 0.92% | - |
| XYZ | 42.59 | 20.46 | 80.3 | - |
| YUV | 98.7 | 204.93 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 235 | 0.09 | 0.94 | 0 | 0.08 | 294.03 | 0.89 | 0.49 |
| Hex | D5 | E | EB | 9 | 5E | 0 | 8 | 126 | 59 | 31 |
| Octal | 325 | 16 | 353 | 11 | 136 | 0 | 10 | 446 | 131 | 61 |
| Binary | 11010101 | 1110 | 11101011 | 1001 | 1011110 | 0 | 1000 | 100100110 | 1011001 | 110001 |
Color Harmonies of #D50EEB
Complementary color
Monochromatic Colors of #D50EEB
Black with #D50EEB
Text Example
Text Example
White with #D50EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50EEB; }
p { color: rgb(213,14,235); }
H1.HeaderClassName
{
color: #D50EEB;
}
.AnyTagClassName
{
color: #D50EEB;
}
</style>
background-color css
<style>
a { background-color: #D50EEB; }
a { background-color: rgb(213,14,235); }
div.DivClassName
{
background-color: #D50EEB;
}
.BgClassName
{
background-color: #D50EEB;
}
</style>
border-color css
<style>
span { border-color: #D50EEB; }
span { border-color: rgb(213,14,235); }
td.TdClassName
{
border-color: #D50EEB;
}
.TagClassName
{
border-color: #D50EEB;
}
</style>