Shades of Psychedelic Purple #D52CEF
Tints of Psychedelic Purple #D52CEF
RGB
CMYK
RGB Variations
Color information
#D52CEF (or 0xD52CEF) is known color: Psychedelic Purple. HEX triplet: D5, 2C and EF. RGB value is (213,44,239). Sum of RGB (Red+Green+Blue) = 213+44+239=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 44 (17.58% from 255 or 8.87% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #D52CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52CEF is #2AD310. Grayscale: #747474. Windows color (decimal): -2806545 or 15674581. OLE color: 15674581.
HSL color Cylindrical-coordinate representation of color #D52CEF: hue angle of 292º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52CEF is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 44 | 239 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.06 |
| HSL | 292º | 0.86% | 0.55% | - |
| HSV(B) | 292º | 0.82% | 0.94% | - |
| XYZ | 43.92 | 22.18 | 83.63 | - |
| YUV | 116.76 | 196.99 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 239 | 0.11 | 0.82 | 0 | 0.06 | 292 | 0.86 | 0.55 |
| Hex | D5 | 2C | EF | B | 52 | 0 | 6 | 124 | 56 | 37 |
| Octal | 325 | 54 | 357 | 13 | 122 | 0 | 6 | 444 | 126 | 67 |
| Binary | 11010101 | 101100 | 11101111 | 1011 | 1010010 | 0 | 110 | 100100100 | 1010110 | 110111 |
Color Harmonies of #D52CEF
Complementary color
Monochromatic Colors of #D52CEF
Black with #D52CEF
Text Example
Text Example
White with #D52CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52CEF; }
p { color: rgb(213,44,239); }
H1.HeaderClassName
{
color: #D52CEF;
}
.AnyTagClassName
{
color: #D52CEF;
}
</style>
background-color css
<style>
a { background-color: #D52CEF; }
a { background-color: rgb(213,44,239); }
div.DivClassName
{
background-color: #D52CEF;
}
.BgClassName
{
background-color: #D52CEF;
}
</style>
border-color css
<style>
span { border-color: #D52CEF; }
span { border-color: rgb(213,44,239); }
td.TdClassName
{
border-color: #D52CEF;
}
.TagClassName
{
border-color: #D52CEF;
}
</style>