Shades of Psychedelic Purple #D52EFC
Tints of Psychedelic Purple #D52EFC
RGB
CMYK
RGB Variations
Color information
#D52EFC (or 0xD52EFC) is known color: Psychedelic Purple. HEX triplet: D5, 2E and FC. RGB value is (213,46,252). Sum of RGB (Red+Green+Blue) = 213+46+252=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 46 (18.36% from 255 or 9.00% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #D52EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52EFC is #2AD103. Grayscale: #767676. Windows color (decimal): -2806020 or 16527061. OLE color: 16527061.
HSL color Cylindrical-coordinate representation of color #D52EFC: hue angle of 288.64º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52EFC is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 46 | 252 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.01 |
| HSL | 288.64º | 0.97% | 0.58% | - |
| HSV(B) | 288.64º | 0.82% | 0.99% | - |
| XYZ | 45.99 | 23.13 | 94.14 | - |
| YUV | 119.42 | 202.83 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 252 | 0.15 | 0.82 | 0 | 0.01 | 288.64 | 0.97 | 0.58 |
| Hex | D5 | 2E | FC | F | 52 | 0 | 1 | 121 | 61 | 3A |
| Octal | 325 | 56 | 374 | 17 | 122 | 0 | 1 | 441 | 141 | 72 |
| Binary | 11010101 | 101110 | 11111100 | 1111 | 1010010 | 0 | 1 | 100100001 | 1100001 | 111010 |
Color Harmonies of #D52EFC
Complementary color
Monochromatic Colors of #D52EFC
Black with #D52EFC
Text Example
Text Example
White with #D52EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52EFC; }
p { color: rgb(213,46,252); }
H1.HeaderClassName
{
color: #D52EFC;
}
.AnyTagClassName
{
color: #D52EFC;
}
</style>
background-color css
<style>
a { background-color: #D52EFC; }
a { background-color: rgb(213,46,252); }
div.DivClassName
{
background-color: #D52EFC;
}
.BgClassName
{
background-color: #D52EFC;
}
</style>
border-color css
<style>
span { border-color: #D52EFC; }
span { border-color: rgb(213,46,252); }
td.TdClassName
{
border-color: #D52EFC;
}
.TagClassName
{
border-color: #D52EFC;
}
</style>