Shades of Psychedelic Purple #D50BED
Tints of Psychedelic Purple #D50BED
RGB
CMYK
RGB Variations
Color information
#D50BED (or 0xD50BED) is known color: Psychedelic Purple. HEX triplet: D5, 0B and ED. RGB value is (213,11,237). Sum of RGB (Red+Green+Blue) = 213+11+237=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 11 (4.69% from 255 or 2.39% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #D50BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50BED is #2AF412. Grayscale: #606060. Windows color (decimal): -2814995 or 15535061. OLE color: 15535061.
HSL color Cylindrical-coordinate representation of color #D50BED: hue angle of 293.63º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50BED is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 11 | 237 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.07 |
| HSL | 293.63º | 0.91% | 0.49% | - |
| HSV(B) | 293.63º | 0.95% | 0.93% | - |
| XYZ | 42.85 | 20.5 | 81.82 | - |
| YUV | 97.16 | 206.92 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 237 | 0.10 | 0.95 | 0 | 0.07 | 293.63 | 0.91 | 0.49 |
| Hex | D5 | B | ED | A | 5F | 0 | 7 | 126 | 5B | 31 |
| Octal | 325 | 13 | 355 | 12 | 137 | 0 | 7 | 446 | 133 | 61 |
| Binary | 11010101 | 1011 | 11101101 | 1010 | 1011111 | 0 | 111 | 100100110 | 1011011 | 110001 |
Color Harmonies of #D50BED
Complementary color
Monochromatic Colors of #D50BED
Black with #D50BED
Text Example
Text Example
White with #D50BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50BED; }
p { color: rgb(213,11,237); }
H1.HeaderClassName
{
color: #D50BED;
}
.AnyTagClassName
{
color: #D50BED;
}
</style>
background-color css
<style>
a { background-color: #D50BED; }
a { background-color: rgb(213,11,237); }
div.DivClassName
{
background-color: #D50BED;
}
.BgClassName
{
background-color: #D50BED;
}
</style>
border-color css
<style>
span { border-color: #D50BED; }
span { border-color: rgb(213,11,237); }
td.TdClassName
{
border-color: #D50BED;
}
.TagClassName
{
border-color: #D50BED;
}
</style>