Shades of Psychedelic Purple #D50BEF
Tints of Psychedelic Purple #D50BEF
RGB
CMYK
RGB Variations
Color information
#D50BEF (or 0xD50BEF) is known color: Psychedelic Purple. HEX triplet: D5, 0B and EF. RGB value is (213,11,239). Sum of RGB (Red+Green+Blue) = 213+11+239=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 11 (4.69% from 255 or 2.38% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #D50BEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50BEF is #2AF410. Grayscale: #606060. Windows color (decimal): -2814993 or 15666133. OLE color: 15666133.
HSL color Cylindrical-coordinate representation of color #D50BEF: hue angle of 293.16º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50BEF is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 11 | 239 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.06 |
| HSL | 293.16º | 0.91% | 0.49% | - |
| HSV(B) | 293.16º | 0.95% | 0.94% | - |
| XYZ | 43.14 | 20.62 | 83.37 | - |
| YUV | 97.39 | 207.92 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 239 | 0.11 | 0.95 | 0 | 0.06 | 293.16 | 0.91 | 0.49 |
| Hex | D5 | B | EF | B | 5F | 0 | 6 | 125 | 5B | 31 |
| Octal | 325 | 13 | 357 | 13 | 137 | 0 | 6 | 445 | 133 | 61 |
| Binary | 11010101 | 1011 | 11101111 | 1011 | 1011111 | 0 | 110 | 100100101 | 1011011 | 110001 |
Color Harmonies of #D50BEF
Complementary color
Monochromatic Colors of #D50BEF
Black with #D50BEF
Text Example
Text Example
White with #D50BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50BEF; }
p { color: rgb(213,11,239); }
H1.HeaderClassName
{
color: #D50BEF;
}
.AnyTagClassName
{
color: #D50BEF;
}
</style>
background-color css
<style>
a { background-color: #D50BEF; }
a { background-color: rgb(213,11,239); }
div.DivClassName
{
background-color: #D50BEF;
}
.BgClassName
{
background-color: #D50BEF;
}
</style>
border-color css
<style>
span { border-color: #D50BEF; }
span { border-color: rgb(213,11,239); }
td.TdClassName
{
border-color: #D50BEF;
}
.TagClassName
{
border-color: #D50BEF;
}
</style>