Shades of Psychedelic Purple #D52CEA
Tints of Psychedelic Purple #D52CEA
RGB
CMYK
RGB Variations
Color information
#D52CEA (or 0xD52CEA) is known color: Psychedelic Purple. HEX triplet: D5, 2C and EA. RGB value is (213,44,234). Sum of RGB (Red+Green+Blue) = 213+44+234=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 44 (17.58% from 255 or 8.96% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #D52CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52CEA is #2AD315. Grayscale: #737373. Windows color (decimal): -2806550 or 15346901. OLE color: 15346901.
HSL color Cylindrical-coordinate representation of color #D52CEA: hue angle of 293.37º degrees, saturation: 0.82, 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 #D52CEA is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 44 | 234 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.08 |
| HSL | 293.37º | 0.82% | 0.55% | - |
| HSV(B) | 293.37º | 0.81% | 0.92% | - |
| XYZ | 43.19 | 21.89 | 79.79 | - |
| YUV | 116.19 | 194.49 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 234 | 0.09 | 0.81 | 0 | 0.08 | 293.37 | 0.82 | 0.55 |
| Hex | D5 | 2C | EA | 9 | 51 | 0 | 8 | 125 | 52 | 37 |
| Octal | 325 | 54 | 352 | 11 | 121 | 0 | 10 | 445 | 122 | 67 |
| Binary | 11010101 | 101100 | 11101010 | 1001 | 1010001 | 0 | 1000 | 100100101 | 1010010 | 110111 |
Color Harmonies of #D52CEA
Complementary color
Monochromatic Colors of #D52CEA
Black with #D52CEA
Text Example
Text Example
White with #D52CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52CEA; }
p { color: rgb(213,44,234); }
H1.HeaderClassName
{
color: #D52CEA;
}
.AnyTagClassName
{
color: #D52CEA;
}
</style>
background-color css
<style>
a { background-color: #D52CEA; }
a { background-color: rgb(213,44,234); }
div.DivClassName
{
background-color: #D52CEA;
}
.BgClassName
{
background-color: #D52CEA;
}
</style>
border-color css
<style>
span { border-color: #D52CEA; }
span { border-color: rgb(213,44,234); }
td.TdClassName
{
border-color: #D52CEA;
}
.TagClassName
{
border-color: #D52CEA;
}
</style>