Shades of Psychedelic Purple #D52FF2
Tints of Psychedelic Purple #D52FF2
RGB
CMYK
RGB Variations
Color information
#D52FF2 (or 0xD52FF2) is known color: Psychedelic Purple. HEX triplet: D5, 2F and F2. RGB value is (213,47,242). Sum of RGB (Red+Green+Blue) = 213+47+242=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 47 (18.75% from 255 or 9.36% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #D52FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52FF2 is #2AD00D. Grayscale: #767676. Windows color (decimal): -2805774 or 15871957. OLE color: 15871957.
HSL color Cylindrical-coordinate representation of color #D52FF2: hue angle of 291.08º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52FF2 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 47 | 242 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.05 |
| HSL | 291.08º | 0.88% | 0.57% | - |
| HSV(B) | 291.08º | 0.81% | 0.95% | - |
| XYZ | 44.48 | 22.59 | 86.02 | - |
| YUV | 118.86 | 197.5 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 242 | 0.12 | 0.81 | 0 | 0.05 | 291.08 | 0.88 | 0.57 |
| Hex | D5 | 2F | F2 | C | 51 | 0 | 5 | 123 | 58 | 39 |
| Octal | 325 | 57 | 362 | 14 | 121 | 0 | 5 | 443 | 130 | 71 |
| Binary | 11010101 | 101111 | 11110010 | 1100 | 1010001 | 0 | 101 | 100100011 | 1011000 | 111001 |
Color Harmonies of #D52FF2
Complementary color
Monochromatic Colors of #D52FF2
Black with #D52FF2
Text Example
Text Example
White with #D52FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FF2; }
p { color: rgb(213,47,242); }
H1.HeaderClassName
{
color: #D52FF2;
}
.AnyTagClassName
{
color: #D52FF2;
}
</style>
background-color css
<style>
a { background-color: #D52FF2; }
a { background-color: rgb(213,47,242); }
div.DivClassName
{
background-color: #D52FF2;
}
.BgClassName
{
background-color: #D52FF2;
}
</style>
border-color css
<style>
span { border-color: #D52FF2; }
span { border-color: rgb(213,47,242); }
td.TdClassName
{
border-color: #D52FF2;
}
.TagClassName
{
border-color: #D52FF2;
}
</style>