Shades of Psychedelic Purple #D50CEB
Tints of Psychedelic Purple #D50CEB
RGB
CMYK
RGB Variations
Color information
#D50CEB (or 0xD50CEB) is known color: Psychedelic Purple. HEX triplet: D5, 0C and EB. RGB value is (213,12,235). Sum of RGB (Red+Green+Blue) = 213+12+235=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 12 (5.08% from 255 or 2.61% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #D50CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50CEB is #2AF314. Grayscale: #606060. Windows color (decimal): -2814741 or 15404245. OLE color: 15404245.
HSL color Cylindrical-coordinate representation of color #D50CEB: hue angle of 294.08º degrees, saturation: 0.9, 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 #D50CEB is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 12 | 235 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.08 |
| HSL | 294.08º | 0.9% | 0.48% | - |
| HSV(B) | 294.08º | 0.95% | 0.92% | - |
| XYZ | 42.57 | 20.41 | 80.29 | - |
| YUV | 97.52 | 205.59 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 235 | 0.09 | 0.95 | 0 | 0.08 | 294.08 | 0.9 | 0.48 |
| Hex | D5 | C | EB | 9 | 5F | 0 | 8 | 126 | 5A | 30 |
| Octal | 325 | 14 | 353 | 11 | 137 | 0 | 10 | 446 | 132 | 60 |
| Binary | 11010101 | 1100 | 11101011 | 1001 | 1011111 | 0 | 1000 | 100100110 | 1011010 | 110000 |
Color Harmonies of #D50CEB
Complementary color
Monochromatic Colors of #D50CEB
Black with #D50CEB
Text Example
Text Example
White with #D50CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CEB; }
p { color: rgb(213,12,235); }
H1.HeaderClassName
{
color: #D50CEB;
}
.AnyTagClassName
{
color: #D50CEB;
}
</style>
background-color css
<style>
a { background-color: #D50CEB; }
a { background-color: rgb(213,12,235); }
div.DivClassName
{
background-color: #D50CEB;
}
.BgClassName
{
background-color: #D50CEB;
}
</style>
border-color css
<style>
span { border-color: #D50CEB; }
span { border-color: rgb(213,12,235); }
td.TdClassName
{
border-color: #D50CEB;
}
.TagClassName
{
border-color: #D50CEB;
}
</style>