Shades of Psychedelic Purple #D52BE8
Tints of Psychedelic Purple #D52BE8
RGB
CMYK
RGB Variations
Color information
#D52BE8 (or 0xD52BE8) is known color: Psychedelic Purple. HEX triplet: D5, 2B and E8. RGB value is (213,43,232). Sum of RGB (Red+Green+Blue) = 213+43+232=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 43 (17.19% from 255 or 8.81% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 232 - color contains mainly: blue. Hex color #D52BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52BE8 is #2AD417. Grayscale: #727272. Windows color (decimal): -2806808 or 15215573. OLE color: 15215573.
HSL color Cylindrical-coordinate representation of color #D52BE8: hue angle of 293.97º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52BE8 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 43 | 232 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.09 |
| HSL | 293.97º | 0.8% | 0.54% | - |
| HSV(B) | 293.97º | 0.81% | 0.91% | - |
| XYZ | 42.87 | 21.7 | 78.27 | - |
| YUV | 115.38 | 193.82 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 232 | 0.08 | 0.81 | 0 | 0.09 | 293.97 | 0.8 | 0.54 |
| Hex | D5 | 2B | E8 | 8 | 51 | 0 | 9 | 126 | 50 | 36 |
| Octal | 325 | 53 | 350 | 10 | 121 | 0 | 11 | 446 | 120 | 66 |
| Binary | 11010101 | 101011 | 11101000 | 1000 | 1010001 | 0 | 1001 | 100100110 | 1010000 | 110110 |
Color Harmonies of #D52BE8
Complementary color
Monochromatic Colors of #D52BE8
Black with #D52BE8
Text Example
Text Example
White with #D52BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BE8; }
p { color: rgb(213,43,232); }
H1.HeaderClassName
{
color: #D52BE8;
}
.AnyTagClassName
{
color: #D52BE8;
}
</style>
background-color css
<style>
a { background-color: #D52BE8; }
a { background-color: rgb(213,43,232); }
div.DivClassName
{
background-color: #D52BE8;
}
.BgClassName
{
background-color: #D52BE8;
}
</style>
border-color css
<style>
span { border-color: #D52BE8; }
span { border-color: rgb(213,43,232); }
td.TdClassName
{
border-color: #D52BE8;
}
.TagClassName
{
border-color: #D52BE8;
}
</style>