Shades of Psychedelic Purple #D52EFF
Tints of Psychedelic Purple #D52EFF
RGB
CMYK
RGB Variations
Color information
#D52EFF (or 0xD52EFF) is known color: Psychedelic Purple. HEX triplet: D5, 2E and FF. RGB value is (213,46,255). Sum of RGB (Red+Green+Blue) = 213+46+255=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 46 (18.36% from 255 or 8.95% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #D52EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52EFF is #2AD100. Grayscale: #777777. Windows color (decimal): -2806017 or 16723669. OLE color: 16723669.
HSL color Cylindrical-coordinate representation of color #D52EFF: hue angle of 287.94º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52EFF is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 46 | 255 | - |
| CMYK | 0.16 | 0.82 | 0 | 0 |
| HSL | 287.94º | 1% | 0.59% | - |
| HSV(B) | 287.94º | 0.82% | 1% | - |
| XYZ | 46.47 | 23.32 | 96.66 | - |
| YUV | 119.76 | 204.33 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 255 | 0.16 | 0.82 | 0 | 0 | 287.94 | 1 | 0.59 |
| Hex | D5 | 2E | FF | 10 | 52 | 0 | 0 | 120 | 64 | 3B |
| Octal | 325 | 56 | 377 | 20 | 122 | 0 | 0 | 440 | 144 | 73 |
| Binary | 11010101 | 101110 | 11111111 | 10000 | 1010010 | 0 | 0 | 100100000 | 1100100 | 111011 |
Color Harmonies of #D52EFF
Complementary color
Monochromatic Colors of #D52EFF
Black with #D52EFF
Text Example
Text Example
White with #D52EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52EFF; }
p { color: rgb(213,46,255); }
H1.HeaderClassName
{
color: #D52EFF;
}
.AnyTagClassName
{
color: #D52EFF;
}
</style>
background-color css
<style>
a { background-color: #D52EFF; }
a { background-color: rgb(213,46,255); }
div.DivClassName
{
background-color: #D52EFF;
}
.BgClassName
{
background-color: #D52EFF;
}
</style>
border-color css
<style>
span { border-color: #D52EFF; }
span { border-color: rgb(213,46,255); }
td.TdClassName
{
border-color: #D52EFF;
}
.TagClassName
{
border-color: #D52EFF;
}
</style>