Shades of Psychedelic Purple #D52FEA
Tints of Psychedelic Purple #D52FEA
RGB
CMYK
RGB Variations
Color information
#D52FEA (or 0xD52FEA) is known color: Psychedelic Purple. HEX triplet: D5, 2F and EA. RGB value is (213,47,234). Sum of RGB (Red+Green+Blue) = 213+47+234=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 47 (18.75% from 255 or 9.51% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #D52FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52FEA is #2AD015. Grayscale: #757575. Windows color (decimal): -2805782 or 15347669. OLE color: 15347669.
HSL color Cylindrical-coordinate representation of color #D52FEA: hue angle of 293.26º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52FEA is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 47 | 234 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.08 |
| HSL | 293.26º | 0.82% | 0.55% | - |
| HSV(B) | 293.26º | 0.8% | 0.92% | - |
| XYZ | 43.31 | 22.12 | 79.83 | - |
| YUV | 117.95 | 193.5 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 234 | 0.09 | 0.80 | 0 | 0.08 | 293.26 | 0.82 | 0.55 |
| Hex | D5 | 2F | EA | 9 | 50 | 0 | 8 | 125 | 52 | 37 |
| Octal | 325 | 57 | 352 | 11 | 120 | 0 | 10 | 445 | 122 | 67 |
| Binary | 11010101 | 101111 | 11101010 | 1001 | 1010000 | 0 | 1000 | 100100101 | 1010010 | 110111 |
Color Harmonies of #D52FEA
Complementary color
Monochromatic Colors of #D52FEA
Black with #D52FEA
Text Example
Text Example
White with #D52FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FEA; }
p { color: rgb(213,47,234); }
H1.HeaderClassName
{
color: #D52FEA;
}
.AnyTagClassName
{
color: #D52FEA;
}
</style>
background-color css
<style>
a { background-color: #D52FEA; }
a { background-color: rgb(213,47,234); }
div.DivClassName
{
background-color: #D52FEA;
}
.BgClassName
{
background-color: #D52FEA;
}
</style>
border-color css
<style>
span { border-color: #D52FEA; }
span { border-color: rgb(213,47,234); }
td.TdClassName
{
border-color: #D52FEA;
}
.TagClassName
{
border-color: #D52FEA;
}
</style>