Shades of Psychedelic Purple #D50BEB
Tints of Psychedelic Purple #D50BEB
RGB
CMYK
RGB Variations
Color information
#D50BEB (or 0xD50BEB) is known color: Psychedelic Purple. HEX triplet: D5, 0B and EB. RGB value is (213,11,235). Sum of RGB (Red+Green+Blue) = 213+11+235=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 11 (4.69% from 255 or 2.40% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #D50BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50BEB is #2AF414. Grayscale: #606060. Windows color (decimal): -2814997 or 15403989. OLE color: 15403989.
HSL color Cylindrical-coordinate representation of color #D50BEB: hue angle of 294.11º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50BEB is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 11 | 235 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.08 |
| HSL | 294.11º | 0.91% | 0.48% | - |
| HSV(B) | 294.11º | 0.95% | 0.92% | - |
| XYZ | 42.56 | 20.38 | 80.29 | - |
| YUV | 96.93 | 205.92 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 235 | 0.09 | 0.95 | 0 | 0.08 | 294.11 | 0.91 | 0.48 |
| Hex | D5 | B | EB | 9 | 5F | 0 | 8 | 126 | 5B | 30 |
| Octal | 325 | 13 | 353 | 11 | 137 | 0 | 10 | 446 | 133 | 60 |
| Binary | 11010101 | 1011 | 11101011 | 1001 | 1011111 | 0 | 1000 | 100100110 | 1011011 | 110000 |
Color Harmonies of #D50BEB
Complementary color
Monochromatic Colors of #D50BEB
Black with #D50BEB
Text Example
Text Example
White with #D50BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50BEB; }
p { color: rgb(213,11,235); }
H1.HeaderClassName
{
color: #D50BEB;
}
.AnyTagClassName
{
color: #D50BEB;
}
</style>
background-color css
<style>
a { background-color: #D50BEB; }
a { background-color: rgb(213,11,235); }
div.DivClassName
{
background-color: #D50BEB;
}
.BgClassName
{
background-color: #D50BEB;
}
</style>
border-color css
<style>
span { border-color: #D50BEB; }
span { border-color: rgb(213,11,235); }
td.TdClassName
{
border-color: #D50BEB;
}
.TagClassName
{
border-color: #D50BEB;
}
</style>