Shades of Psychedelic Purple #D52BEB
Tints of Psychedelic Purple #D52BEB
RGB
CMYK
RGB Variations
Color information
#D52BEB (or 0xD52BEB) is known color: Psychedelic Purple. HEX triplet: D5, 2B and EB. RGB value is (213,43,235). Sum of RGB (Red+Green+Blue) = 213+43+235=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 43 (17.19% from 255 or 8.76% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #D52BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52BEB is #2AD414. Grayscale: #737373. Windows color (decimal): -2806805 or 15412181. OLE color: 15412181.
HSL color Cylindrical-coordinate representation of color #D52BEB: hue angle of 293.12º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52BEB is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 43 | 235 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.08 |
| HSL | 293.13º | 0.83% | 0.55% | - |
| HSV(B) | 293.13º | 0.82% | 0.92% | - |
| XYZ | 43.3 | 21.87 | 80.54 | - |
| YUV | 115.72 | 195.32 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 235 | 0.09 | 0.82 | 0 | 0.08 | 293.13 | 0.83 | 0.55 |
| Hex | D5 | 2B | EB | 9 | 52 | 0 | 8 | 125 | 53 | 37 |
| Octal | 325 | 53 | 353 | 11 | 122 | 0 | 10 | 445 | 123 | 67 |
| Binary | 11010101 | 101011 | 11101011 | 1001 | 1010010 | 0 | 1000 | 100100101 | 1010011 | 110111 |
Color Harmonies of #D52BEB
Complementary color
Monochromatic Colors of #D52BEB
Black with #D52BEB
Text Example
Text Example
White with #D52BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BEB; }
p { color: rgb(213,43,235); }
H1.HeaderClassName
{
color: #D52BEB;
}
.AnyTagClassName
{
color: #D52BEB;
}
</style>
background-color css
<style>
a { background-color: #D52BEB; }
a { background-color: rgb(213,43,235); }
div.DivClassName
{
background-color: #D52BEB;
}
.BgClassName
{
background-color: #D52BEB;
}
</style>
border-color css
<style>
span { border-color: #D52BEB; }
span { border-color: rgb(213,43,235); }
td.TdClassName
{
border-color: #D52BEB;
}
.TagClassName
{
border-color: #D52BEB;
}
</style>