Shades of Psychedelic Purple #D52BE5
Tints of Psychedelic Purple #D52BE5
RGB
CMYK
RGB Variations
Color information
#D52BE5 (or 0xD52BE5) is known color: Psychedelic Purple. HEX triplet: D5, 2B and E5. RGB value is (213,43,229). Sum of RGB (Red+Green+Blue) = 213+43+229=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #D52BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52BE5 is #2AD41A. Grayscale: #727272. Windows color (decimal): -2806811 or 15018965. OLE color: 15018965.
HSL color Cylindrical-coordinate representation of color #D52BE5: hue angle of 294.84º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52BE5 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 43 | 229 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.10 |
| HSL | 294.84º | 0.78% | 0.53% | - |
| HSV(B) | 294.84º | 0.81% | 0.9% | - |
| XYZ | 42.45 | 21.53 | 76.05 | - |
| YUV | 115.03 | 192.32 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 229 | 0.07 | 0.81 | 0 | 0.10 | 294.84 | 0.78 | 0.53 |
| Hex | D5 | 2B | E5 | 7 | 51 | 0 | A | 127 | 4E | 35 |
| Octal | 325 | 53 | 345 | 7 | 121 | 0 | 12 | 447 | 116 | 65 |
| Binary | 11010101 | 101011 | 11100101 | 111 | 1010001 | 0 | 1010 | 100100111 | 1001110 | 110101 |
Color Harmonies of #D52BE5
Complementary color
Monochromatic Colors of #D52BE5
Black with #D52BE5
Text Example
Text Example
White with #D52BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BE5; }
p { color: rgb(213,43,229); }
H1.HeaderClassName
{
color: #D52BE5;
}
.AnyTagClassName
{
color: #D52BE5;
}
</style>
background-color css
<style>
a { background-color: #D52BE5; }
a { background-color: rgb(213,43,229); }
div.DivClassName
{
background-color: #D52BE5;
}
.BgClassName
{
background-color: #D52BE5;
}
</style>
border-color css
<style>
span { border-color: #D52BE5; }
span { border-color: rgb(213,43,229); }
td.TdClassName
{
border-color: #D52BE5;
}
.TagClassName
{
border-color: #D52BE5;
}
</style>