Shades of Psychedelic Purple #D50BEA
Tints of Psychedelic Purple #D50BEA
RGB
CMYK
RGB Variations
Color information
#D50BEA (or 0xD50BEA) is known color: Psychedelic Purple. HEX triplet: D5, 0B and EA. RGB value is (213,11,234). Sum of RGB (Red+Green+Blue) = 213+11+234=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 11 (4.69% from 255 or 2.40% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #D50BEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50BEA is #2AF415. Grayscale: #606060. Windows color (decimal): -2814998 or 15338453. OLE color: 15338453.
HSL color Cylindrical-coordinate representation of color #D50BEA: hue angle of 294.35º 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 #D50BEA is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 11 | 234 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.08 |
| HSL | 294.35º | 0.91% | 0.48% | - |
| HSV(B) | 294.35º | 0.95% | 0.92% | - |
| XYZ | 42.41 | 20.33 | 79.53 | - |
| YUV | 96.82 | 205.42 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 234 | 0.09 | 0.95 | 0 | 0.08 | 294.35 | 0.91 | 0.48 |
| Hex | D5 | B | EA | 9 | 5F | 0 | 8 | 126 | 5B | 30 |
| Octal | 325 | 13 | 352 | 11 | 137 | 0 | 10 | 446 | 133 | 60 |
| Binary | 11010101 | 1011 | 11101010 | 1001 | 1011111 | 0 | 1000 | 100100110 | 1011011 | 110000 |
Color Harmonies of #D50BEA
Complementary color
Monochromatic Colors of #D50BEA
Black with #D50BEA
Text Example
Text Example
White with #D50BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50BEA; }
p { color: rgb(213,11,234); }
H1.HeaderClassName
{
color: #D50BEA;
}
.AnyTagClassName
{
color: #D50BEA;
}
</style>
background-color css
<style>
a { background-color: #D50BEA; }
a { background-color: rgb(213,11,234); }
div.DivClassName
{
background-color: #D50BEA;
}
.BgClassName
{
background-color: #D50BEA;
}
</style>
border-color css
<style>
span { border-color: #D50BEA; }
span { border-color: rgb(213,11,234); }
td.TdClassName
{
border-color: #D50BEA;
}
.TagClassName
{
border-color: #D50BEA;
}
</style>