Shades of Psychedelic Purple #D52AEB
Tints of Psychedelic Purple #D52AEB
RGB
CMYK
RGB Variations
Color information
#D52AEB (or 0xD52AEB) is known color: Psychedelic Purple. HEX triplet: D5, 2A and EB. RGB value is (213,42,235). Sum of RGB (Red+Green+Blue) = 213+42+235=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 42 (16.80% from 255 or 8.57% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #D52AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52AEB is #2AD514. Grayscale: #727272. Windows color (decimal): -2807061 or 15411925. OLE color: 15411925.
HSL color Cylindrical-coordinate representation of color #D52AEB: hue angle of 293.16º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52AEB is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 42 | 235 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.08 |
| HSL | 293.16º | 0.83% | 0.54% | - |
| HSV(B) | 293.16º | 0.82% | 0.92% | - |
| XYZ | 43.26 | 21.8 | 80.52 | - |
| YUV | 115.13 | 195.65 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 235 | 0.09 | 0.82 | 0 | 0.08 | 293.16 | 0.83 | 0.54 |
| Hex | D5 | 2A | EB | 9 | 52 | 0 | 8 | 125 | 53 | 36 |
| Octal | 325 | 52 | 353 | 11 | 122 | 0 | 10 | 445 | 123 | 66 |
| Binary | 11010101 | 101010 | 11101011 | 1001 | 1010010 | 0 | 1000 | 100100101 | 1010011 | 110110 |
Color Harmonies of #D52AEB
Complementary color
Monochromatic Colors of #D52AEB
Black with #D52AEB
Text Example
Text Example
White with #D52AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52AEB; }
p { color: rgb(213,42,235); }
H1.HeaderClassName
{
color: #D52AEB;
}
.AnyTagClassName
{
color: #D52AEB;
}
</style>
background-color css
<style>
a { background-color: #D52AEB; }
a { background-color: rgb(213,42,235); }
div.DivClassName
{
background-color: #D52AEB;
}
.BgClassName
{
background-color: #D52AEB;
}
</style>
border-color css
<style>
span { border-color: #D52AEB; }
span { border-color: rgb(213,42,235); }
td.TdClassName
{
border-color: #D52AEB;
}
.TagClassName
{
border-color: #D52AEB;
}
</style>