Shades of Psychedelic Purple #D52CEB
Tints of Psychedelic Purple #D52CEB
RGB
CMYK
RGB Variations
Color information
#D52CEB (or 0xD52CEB) is known color: Psychedelic Purple. HEX triplet: D5, 2C and EB. RGB value is (213,44,235). Sum of RGB (Red+Green+Blue) = 213+44+235=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 44 (17.58% from 255 or 8.94% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #D52CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52CEB is #2AD314. Grayscale: #737373. Windows color (decimal): -2806549 or 15412437. OLE color: 15412437.
HSL color Cylindrical-coordinate representation of color #D52CEB: hue angle of 293.09º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52CEB is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 44 | 235 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.08 |
| HSL | 293.09º | 0.83% | 0.55% | - |
| HSV(B) | 293.09º | 0.81% | 0.92% | - |
| XYZ | 43.34 | 21.95 | 80.55 | - |
| YUV | 116.31 | 194.99 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 235 | 0.09 | 0.81 | 0 | 0.08 | 293.09 | 0.83 | 0.55 |
| Hex | D5 | 2C | EB | 9 | 51 | 0 | 8 | 125 | 53 | 37 |
| Octal | 325 | 54 | 353 | 11 | 121 | 0 | 10 | 445 | 123 | 67 |
| Binary | 11010101 | 101100 | 11101011 | 1001 | 1010001 | 0 | 1000 | 100100101 | 1010011 | 110111 |
Color Harmonies of #D52CEB
Complementary color
Monochromatic Colors of #D52CEB
Black with #D52CEB
Text Example
Text Example
White with #D52CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52CEB; }
p { color: rgb(213,44,235); }
H1.HeaderClassName
{
color: #D52CEB;
}
.AnyTagClassName
{
color: #D52CEB;
}
</style>
background-color css
<style>
a { background-color: #D52CEB; }
a { background-color: rgb(213,44,235); }
div.DivClassName
{
background-color: #D52CEB;
}
.BgClassName
{
background-color: #D52CEB;
}
</style>
border-color css
<style>
span { border-color: #D52CEB; }
span { border-color: rgb(213,44,235); }
td.TdClassName
{
border-color: #D52CEB;
}
.TagClassName
{
border-color: #D52CEB;
}
</style>